//BonusA - C3PO state InActive { Conditions { if Message "Met_C3PO" == 1 goto Activate } Actions { } } state Activate { Conditions { } Actions { Activate } } ReferenceScript { Script=GenericDefend Source=Global ReturnState=Base Conditions { } } state Base { Conditions { } Actions { FollowPlayer "1" } }