//Script for empty speederbike state Base { Conditions { if MySet == 1 goto CreateRiderTowards if AlwaysTrue == 1 goto Update } Actions { UseTimeBasedUpdate "FALSE" UpdateSockPos DontPush DontUseShadowTerrain } } state CreateRiderTowards { Conditions { } Actions { CreateRider "type=StormTrooper" "script=rider_towards" } } state Update { Conditions { } Actions { } } //Callbacks. state ReleasedTakeOver { Conditions { } Actions { SetRunSpeed "clear" SetSpline "clear" SetPath "path=LevelPath" ShadowTerrain "FALSE" IgnoreWallSplines "FALSE" SetRunSpeed "clear" AddToSet "3" SetState "Update" } }