void main() { object oPC = GetEnteringObject(); if (!GetIsPC(oPC)) return; AssignCommand(oPC, ClearAllActions()); object oTarget; oTarget = GetWaypointByTag("forge_in"); AssignCommand(oPC, ActionJumpToObject(oTarget)); }