//Gally Snipers - snipers at the side as you go on the mini skiffs State Base { Conditions { } Actions { UseTimeBasedUpdate "FALSE" CanShootOffScreen DontPush RequiresLOS SetMinViewHeight "-99.0" SetState "GoToSniperPos" } } State GoToSniperPos { Conditions { } Actions { GetLocatorFromGroup "name=Sid_Sniper" GoToLocator SetState "Engage" } } state LookOut { Conditions { if GotOpponent == 1 goto Engage } Actions { GoToLocator "0.2" } } state Engage { Conditions { if GotOpponent == 0 goto LookOut } Actions { EngageOpponent "static" "offscreen" } }