UW2_PRC8/_module/nss/giveguilehis.nss
Jaysyn904 5197ad9a4d Initial upload
Initial upload
2023-09-25 20:24:01 -04:00

11 lines
191 B
Plaintext

//Put this on action taken in the conversation editor
#include "nw_i0_tool"
void main()
{
object oPC = GetPCSpeaker();
RewardPartyXP(50000, oPC, FALSE);
GiveGoldToCreature(oPC, 5000000);
}