EN6_PRC8/_module/nss/tst_mq2.nss

8 lines
211 B
Plaintext
Raw Permalink Normal View History

void main()
{
//SetLocalInt(GetModule(),"MainQuest",1);
//SetLocalInt(GetPCSpeaker(),"MQ6ItemMade",1);
object oWP=GetObjectByTag("RD1_1_Enter");
AssignCommand(GetPCSpeaker(),JumpToLocation(GetLocation(oWP)));
}