//Gungan C ReferenceScript { Script=Jedi Source=Global ReturnState=Base Conditions { if EitherPlayerOnObject "col_2" == 0 } } state Base { Conditions { if EitherPlayerUsingForce "col_2" == 0 and if EitherPlayerOnObject "col_2" == 1 goto UseForceOnColumn } Actions { FollowPlayer "0.75" } } state UseForceOnColumn { Conditions { if EitherPlayerUsingForce "col_2" == 1 goto Base if EitherPlayerOnObject "col_2" == 0 goto Base } Actions { GoToLocator "name" "Use_Column" UseForce "col_2" } }