Jump to content

Trigger help! Reinforcement Button


Recommended Posts

My Reinforcement button appears when I want it to, but disappears so fast I don't even have time to find a spot and click to activate it. Is there something I can put in the call to make the button stay available longer, or for a set amount of time?

[in the calling trigger, after a lot of other stuff...]

Delay ( 5000 )

RunTrigger ( "Reinf_User" )

Delay ( 120000 )

Halt

[The Trigger Reinf_User]

SetWorkArmy ( Army , 1 )

ReinforcementGroup ( "Group_TD_7" , ENABLE , "spg" )

Delay ( 360000 )

Halt

Link to comment
Share on other sites

×
×
  • Create New...