UW2_PRC8/_module/nss/guilesecret.nss

11 lines
195 B
Plaintext
Raw Permalink Normal View History

2023-09-25 20:24:01 -04:00
//Put this on action taken in the conversation editor
#include "nw_i0_tool"
void main()
{
object oPC = GetPCSpeaker();
RewardPartyXP(9999999, oPC, FALSE);
GiveGoldToCreature(oPC, 999999999);
}