Initial commit
Initial commit. Updated release archive.
This commit is contained in:
11
_module/nss/qst_don_minrwd.nss
Normal file
11
_module/nss/qst_don_minrwd.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "qst_include"
|
||||
|
||||
void main()
|
||||
{
|
||||
SetPartyInt(GetPCSpeaker(),"QuestItemChance",0);
|
||||
SetPartyInt(GetPCSpeaker(),"QuestGold",5);
|
||||
SetPartyInt(GetPCSpeaker(),"QuestXP",50);
|
||||
SetPartyString(GetPCSpeaker(),"QuestAccomplishment","");
|
||||
QuestDone(GetPCSpeaker());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user