#include "nw_i0_tool" void main() { object oPC = GetPCSpeaker(); if (!GetIsPC(oPC)) return; int DoOnce = GetLocalInt(OBJECT_SELF, GetTag(OBJECT_SELF)); if (DoOnce==TRUE) return; SetLocalInt(OBJECT_SELF, GetTag(OBJECT_SELF), TRUE); RewardPartyGP(50, oPC, FALSE); CreateItemOnObject("lankhmarmorning", oPC); CreateItemOnObject("hedgewizrbe", oPC); CreateItemOnObject("lankhmrlightxbow", oPC); CreateItemOnObject("lankhmartorch", oPC); CreateItemOnObject("nw_wambo001", GetPCSpeaker(), 99); }