9 lines
153 B
Plaintext
9 lines
153 B
Plaintext
|
#include "qst_include"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
|
||
|
object oWP=GetObjectByTag(GetOverallBossTag());
|
||
|
AssignCommand(GetPCSpeaker(),JumpToLocation(GetLocation(oWP)));
|
||
|
}
|