EN6_PRC8/_module/nss/qst_don_minrwd.nss

12 lines
259 B
Plaintext
Raw Permalink Normal View History

#include "qst_include"
void main()
{
SetPartyInt(GetPCSpeaker(),"QuestItemChance",0);
SetPartyInt(GetPCSpeaker(),"QuestGold",5);
SetPartyInt(GetPCSpeaker(),"QuestXP",50);
SetPartyString(GetPCSpeaker(),"QuestAccomplishment","");
QuestDone(GetPCSpeaker());
}