//DeathStarRescue_C state Base { Conditions { if OffScreenTimer > 10 goto Kill } Actions { ReleaseLocator FollowPath "WALK" } } state Kill { Conditions { } Actions { Kill } }