EN6_PRC8/_module/nss/tst_mq2.nss
Jaysyn904 a6f6db7303 Initial commit
Initial commit.  Updated release archive.
2024-06-13 15:08:33 -04:00

8 lines
211 B
Plaintext

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