56
edits
(Added Zone and Animation.) |
|||
Line 36: | Line 36: | ||
|- | |- | ||
|ACOMMANDS ||Defines a list of commands to be executed after COMMENT text -if any- is displayed. | |ACOMMANDS ||Defines a list of commands to be executed after COMMENT text -if any- is displayed. | ||
|- | |||
|} | |||
<br>Zone block:<br> | |||
{| border="1" cellpadding="2" width=100% | |||
|LIMITS ||Defines rectangular interactive area on screen. | |||
|- | |||
|LABEL ||Text to be displayed when mouse enters the area defined by LIMITS. | |||
|- | |||
|FLAGS ||One or more among behaviour flags (*link needed*), separated by pipe character. | |||
|- | |||
|COMMANDS ||List of commands to be executed when zone is activated. | |||
|- | |||
|MOVETO ||Specifies position (x, y) character is set to walk to when action is triggered on this zone. | |||
|- | |||
|TYPE ||Block defining special features of the zone (*link needed*). | |||
|- | |||
|ENDZONE ||Marks the end of Zone definition. | |||
|- | |||
|} | |||
<br>Animation block:<br> | |||
{| border="1" cellpadding="2" width=100% | |||
|POSITION ||Defines starting position (x, y, z) of the animation on the screen. | |||
|- | |||
|FILE ||Data file holding animation frames and respective sizes. | |||
|- | |||
|SCRIPT ||Name of script file (SCR) containing instructions to drive this animation (and possibly others). | |||
|- | |||
|LABEL ||Text to be displayed when mouse enters the area occupied by the animation. Since animations can move, the area is computed on the fly. | |||
|- | |||
|FLAGS ||One or more among behaviour flags (*link needed*), separated by pipe character. | |||
|- | |||
|COMMANDS ||List of commands to be performed when execution of animation script (SCR) is over. | |||
|- | |||
|MOVETO ||Specifies position (x, y) character is set to walk to when action is triggered on this animation (usually a non-playing character). | |||
|- | |||
|TYPE ||Block defining special features of the animation (*link needed*). | |||
|- | |||
|ENDANIMATION ||Marks the end of Animation definition. | |||
|- | |- | ||
|} | |} |
edits