Initial commit
Initial commit. Updated release archive.
This commit is contained in:
14
_module/nss/qst_done_qst6q4.nss
Normal file
14
_module/nss/qst_done_qst6q4.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "qst_include"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC;
|
||||
|
||||
oPC = GetPCSpeaker();
|
||||
|
||||
SetLocalInt(oPC,"QuestGold",10);
|
||||
SetLocalInt(oPC,"QuestXP",150);
|
||||
SetLocalInt(oPC,"QuestItemChance",0);
|
||||
QuestDone(GetPCSpeaker());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user