//BlockadeRunner_B state InActive { Conditions { if FreePlay == 0 and if ObstacleAtStart "shutter" == 0 goto Activate } Actions { } } state Activate { Conditions { } Actions { Activate ;Activate starts the creature. Will be started at position calculated in AllocatedPickup } } state Base { Conditions { } Actions { } }