multiple STARTTURN_*
Posted: Mon Nov 02, 2015 6:59 pm
// You can now have multiple STARTTURN_* functions all of which are called (don't rely on the order in which
// they are called though!)
I messed how to made this to work.
If I added a FUNCTION in the main.BSF like STARTTURN_MYTASK(me), but it is never called.
If I created a new .BSF like STARTTURN_MYTASK.BSF with this function, and added to the BATTLE/SCRIPTS/ it is neither called.
How should I create an STARTTURN_MYTASK without modifying the original STARTTURN.BSF?
// they are called though!)
I messed how to made this to work.
If I added a FUNCTION in the main.BSF like STARTTURN_MYTASK(me), but it is never called.
If I created a new .BSF like STARTTURN_MYTASK.BSF with this function, and added to the BATTLE/SCRIPTS/ it is neither called.
How should I create an STARTTURN_MYTASK without modifying the original STARTTURN.BSF?