2009

Table Of Contents
Organizing Scripts
You can group the scripts into folders. This has no effect on their execution, except that the contents of a
folder can be easily switched on/off to save time.
To add a script folder:
1. If the Scripter window is not already open, select Tools > Scripter from the menu bar.
2. Right-click in the script view, and click Add New Folder on the shortcut menu.
3. Click the default folder name, and type in a new name, for example 'Doors'.
4. Select the script you want to move into your new folder. Hold down the right mouse button, and drag
the mouse to the folder name. When the cursor changes to a black arrow, release the mouse button,
and click Move Here on the shortcut menu.
Events
An event is the occurrence of an incident or a situation, such as a mouse click, key press or collision,
which determines whether your script is run or not. Your script can have more than one event in it. When
you use several events in the same script, you need to ensure the Boolean logic makes sense, and the
brackets are properly closed. Additionally, until the combination of all event conditions in the script is
Adding Interactivity
419