Actions and Events

No replies
Joined: 07/08/2011

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 program
  • prog_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>