RoT2_PRC8/_module/nss/quest_repent3.nss

16 lines
199 B
Plaintext
Raw Permalink Normal View History

2023-09-25 18:13:22 -04:00
#include "nw_i0_tool"
void main()
{
object oPC = GetPCSpeaker();
AddJournalQuestEntry("REPENT_QUEST1", 2, oPC, FALSE, FALSE);
RewardPartyXP(500, oPC, FALSE);
RewardPartyGP(200, oPC, FALSE);
}