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