Ba set time limit
From Unofficial QEdit Wiki Guide
Contents
Syntax
Syntax: ba_set_time_limit xxxxxxxx
- xxxxxxxx (DWORD) = Hex value of minutes for the Battle to take.
Use
Used to set the Battle Timer for how many minutes the Battle will run.
Example
1: set_ba_rules //Begins the argument of Battle Mode rules to use.
ba_set_time_limit 0000000A, 1 //Sets the Battle Timer to 10 minutes. Time begins after countdown.
ba_disp_msg 'The battle will be for 10 minutes.' //Initiates the Battle with a message.
ret