EN6_PRC8/_module/nss/qst_done_qst6q4.nss

15 lines
207 B
Plaintext
Raw Permalink Normal View History

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