void main() { object oPC=GetEnteringObject(); object oWP=GetWaypointByTag("TamrilRecapture"); if (GetTag(oPC)=="CellMG") { // recapture AssignCommand(oPC,ClearAllActions()); AssignCommand(oPC,JumpToObject(oWP)); } // recapture }