EN6_PRC8/_module/nss/en5_jumpboss.nss

9 lines
153 B
Plaintext
Raw Permalink Normal View History

#include "qst_include"
void main()
{
object oWP=GetObjectByTag(GetOverallBossTag());
AssignCommand(GetPCSpeaker(),JumpToLocation(GetLocation(oWP)));
}