Camp times: Difference between revisions
m (1 revision imported) |
m (1 revision imported) |
(No difference)
|
Latest revision as of 08:02, 13 February 2023
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} );