7 lines
149 B
Plaintext
7 lines
149 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetLastUsedBy();
|
||
|
location leet = GetLocation(GetWaypointByTag("leetportal"));
|
||
|
AssignCommand(oPC, JumpToLocation(leet));
|
||
|
}
|