Previous topic

items

Next topic

lesson

keys

The keys that may be used in the game.

pyskool.keys.ADD_LINES = [52]

Add a random number to Eric’s lines total.

pyskool.keys.CATCH = [99]

Try to catch a mouse or frog.

pyskool.keys.CLOSE_DOORS = [281]

Close all doors and windows.

pyskool.keys.DOWN = [274, 97]

Down.

pyskool.keys.DROP_STINKBOMB = [100]

Drop a stinkbomb.

pyskool.keys.DUMP_WATER_PISTOL = [116]

Throw away the water pistol.

pyskool.keys.ENTER = [13]

Stop writing on a blackboard.

pyskool.keys.FAST = [48]

Try to double the speed of the game (key must be held down).

pyskool.keys.FIRE_CATAPULT = [102]

Fire the catapult.

pyskool.keys.FIRE_WATER_PISTOL = [103]

Fire the water pistol.

pyskool.keys.FLASH_MOST = [49]

Make all but one shield flash.

pyskool.keys.FULL_SCREEN = [292]

Toggle full-screen mode.

pyskool.keys.GIVE_ALL = [55]

Fill Eric’s inventory.

pyskool.keys.HIT = [104]

Throw a punch.

pyskool.keys.JUMP = [106]

Jump.

pyskool.keys.KISS = [107]

Kiss.

pyskool.keys.LEFT = [276, 111]

Left.

pyskool.keys.LOAD = [287]

Load the most recently saved game.

pyskool.keys.MENU = [293]

Display the menu.

pyskool.keys.MENU_EXEC = [13, 32]

Execute the selected menu item.

pyskool.keys.MENU_EXIT = [293, 27]

Exit the menu.

pyskool.keys.MENU_NEXT = [274, 97]

Select the next item in the menu.

pyskool.keys.MENU_PREV = [273, 113]

Select the previous item in the menu.

pyskool.keys.MOUNT_BIKE = [109]

Mount the bike.

pyskool.keys.NEXT_LESSON = [9]

Proceed to the next lesson.

pyskool.keys.NO_LINES = [51]

Prevent teachers from giving lines.

pyskool.keys.OPEN_DESK = [111]

Open a desk.

pyskool.keys.OPEN_DOORS = [280]

Open all doors and windows.

pyskool.keys.PAUSE = [279]

Pause.

pyskool.keys.QUIT = [27]

Quit.

pyskool.keys.RELEASE_MICE = [114]

Release some mice.

pyskool.keys.REVEAL = [54]

Reveal all combinations, the locations of the stinkbombs and the water pistol, and the answers to any special questions.

pyskool.keys.RIGHT = [275, 112]

Right.

pyskool.keys.SAVE = [283]

Save the game.

pyskool.keys.SCREENSHOT = [277]

Take a screenshot.

pyskool.keys.SIT_STAND = [115]

Sit/stand.

pyskool.keys.SLOW = [57]

Slow the game down to half speed (key must be held down).

pyskool.keys.SWITCH_PISTOL = [56]

Toggle between a water-filled and sherry-filled water pistol.

pyskool.keys.UNDERSTOOD = [117]

Acknowledge understanding of a message.

pyskool.keys.UNFLASH_MOST = [50]

Make all but one shield unflash.

pyskool.keys.UP = [273, 113]

Up.

pyskool.keys.WRITE = [119]

Start writing on a blackboard.

pyskool.keys.ZERO_LINES = [53]

Set Eric’s lines total to zero.