// Zip up troopers... state Base { Conditions { } Actions { //ImmuneToKillTerrain SetState Update } } state Update { ReferenceScript { Script=SpawnAttack Source=Global ReturnState=Update Conditions { } } Conditions { if AlwaysTrue == 1 goto Update } Actions { FollowPlayer "1" } }