Camp times

From MyGamingTalk
Jump to navigation Jump to search
Omni-Bot_Map_Scripting Goal Camp Times


If you want to change the camp times of certain goals within a map via script you need to use "SetMapGoalProperties".

Note: if you change the camp times in the map this will override those.

 
 syntax: SetMapGoalProperties( Goal, table )
 example: SetMapGoalProperties( "ATTACK_.*", {mincamptime=15, maxcamptime=30} );