9 lines
204 B
Plaintext
9 lines
204 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetLastUsedBy();
|
||
|
if (!GetIsPC(oPC)) return;
|
||
|
AssignCommand(oPC, JumpToObject(GetWaypointByTag("gtreesewers_wp"), FALSE));
|
||
|
AssignCommand(oPC, SetFacing(90.0));
|
||
|
|
||
|
}
|