Ba set time limit

From Unofficial QEdit Wiki Guide
Revision as of 17:56, 22 May 2021 by Pheonixmog (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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 

Also see

set_ba_rules, ba_disp_msg