void main()
{
object oPC = GetLastUsedBy();
location leet = GetLocation(GetWaypointByTag("leetportal"));
AssignCommand(oPC, JumpToLocation(leet));
}