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