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

15 lines
207 B
Plaintext

#include "qst_include"
void main()
{
object oPC;
oPC = GetPCSpeaker();
SetLocalInt(oPC,"QuestGold",10);
SetLocalInt(oPC,"QuestXP",150);
SetLocalInt(oPC,"QuestItemChance",0);
QuestDone(GetPCSpeaker());
}