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