8 lines
150 B
Plaintext
8 lines
150 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetLastUsedBy();
|
|
object oTarget = GetWaypointByTag("LycanRoom");
|
|
AssignCommand(oPC, JumpToObject(oTarget));
|
|
}
|
|
|