void main() { object oObject=GetLastUsedBy(); location locNew=GetLocation(GetWaypointByTag("jw_machine_sp_wp2")); if (GetIsObjectValid(oObject)&&GetIsPC(oObject)) { AssignCommand(oObject,JumpToLocation(locNew)); } }