PoA_PRC8/module/nss/guilesecret.nss
Jaysyn904 128e7e59a4 Initial upload
Initial upload
2022-10-07 14:20:31 -04:00

11 lines
195 B
Plaintext

//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);
}