EN6_PRC8/_module/nss/qst_good_accept.nss

10 lines
126 B
Plaintext
Raw Permalink Normal View History

#include "qst_include"
void main()
{
SetPartyInt(GetPCSpeaker(),"QuestGood",2);
AcceptQuest(GetPCSpeaker(),OBJECT_SELF);
}