8 lines
182 B
Plaintext
8 lines
182 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC=GetPCSpeaker();
|
||
|
object oDest=GetWaypointByTag("MAGEGUILD_WINDOW_O");
|
||
|
AssignCommand(oPC,ClearAllActions());
|
||
|
AssignCommand(oPC,JumpToObject(oDest));
|
||
|
}
|