Actions and Events
- Login to post comments
Thu, 10/06/2011 - 19:40
This is where I'll post a list of usable actions that go into your event definitions. Any questions go here. Any action suggestions go here.
Current Actions:
prog_exit
- Initiates cleanup which terminates the programprog_rename
- Sets the title for the program window (uses value)
Planned Actions:
map_load
- Loads a map's file path (uses value)
An example script file:
<?xml version="1.0"?> <events> <event index="0010"> <flag action="prog_exit" value="" /> </event> </events>