--------------------------------------------
*** Event script commands (call script)***
--------------------------------------------
- You can turn on cinematics using "cinematics(true)" and use "cinematics(false)" to turn them off.
- You can use "presetup(actor_id, x, y)" to setup a actor on your side.
- You can switch to deathmatch (survival of the fittest) by "deathmatch(true)",
to turn it off again, use "deathmatch(false)"
- You can let a battle autostart if you use "autostart(true)" and have actors preset.
Turn it off by "autostart(false)"
- You can set the maximum numbers of actors by "max(number)", this is 4 by default (party size)
This maximum number includes the ones preset. 0 means no limit.
- To allow replacing preplaced actors use "replaceable(true)", use "replaceable(false)" to turn it off.
- You can have the battle on another map by using "battlemap(mapid)" where the mapid is the actual map ID.
--------------------------------------------
*** Victory and failure commands ***
--------------------------------------------
- Victory and failure commands are call script commands, and are "victory(condition, value)"
for victory and "failure(condition, value)" for failure.
- Victory and failure only show on start of battle, if the option showinfo is on.
- Victory is defeat all enemies by standard. Everything you mistype will be interpreted
as defeat all enemies. Standard value is ""
- For hold out, for an X number of turns, use "holdout" for the condition and a number as turn
- For kill boss, use "killboss" for the condition and enemy id (in the troop) as value
- For reach, use "reach" as condition and [x,y] as value.
- Failure is "" by default, with "" value by default. You always lose when your entire party
is dead.
- For time limit, use "time" as condition and use a number of turns as value
- For may not die thing, use "dies" as condition and use a global actor id as value.
well here is the instructions can anyone clarify this for me im not very good at understanding enlighs, coz its not my first language