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