back to the original page

Script editing

I want to have detailed control over my character's behavior. You want to handle everything yourself
The script provides some of those features

Here's help for common operation of the edit window

Wait for time
Many of the control panels allow you to set up a time delay, and you can choose from three different waiting options If you deploy a large number of control panels with no timeouts, you may get the error "Infinite loop detected" at runtime
Direction of travel
Specify the control panel to run next
Multiple select and copy and paste panels
You can select multiple control panels by CTRL+Left Click (or SHIFT+Left Click) (the selected panel will have a white frame). You can also left-drag a control field to select a range of fields. When you right-click on a panel, a menu will open and you can select the command you want to execute
Multitasking
Scripts can run up to 16 tasks simultaneously (users have 8 tasks at their disposal) (up to a task). To edit another task, use the "Task Combo Box" to switch between them Notes on editing other tasks
Automatic activation
Some tasks may be automatically launched by the system
Inherited Scripts and Default Scripts
If you do not write the required script (GATE does not exist in the task), the script registered as an inheritance script will be executed
If the inheritance script did not exist, or if it is not registered, the system-provided script, called the default script, will be executed
In other words, the default script is invoked without the user having to write any script, so the basic behavior can be skipped

You can save yourself a lot of trouble by creating an inheritance script for all characters


Back to the top of the page