void main() { object oPC = GetLastUsedBy(); object oTarget = GetWaypointByTag("GunTowerEnt"); AssignCommand(oPC, JumpToObject(oTarget)); }