//:://///////////////////////////////////////////// //:: FileName zm_quest1reward //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 6/28/2002 3:56:48 AM //::////////////////////////////////////////////// #include "nw_i0_tool" void main() { // Give the speaker some gold RewardPartyGP(500, GetPCSpeaker()); // Give the speaker some XP RewardPartyXP(1000, GetPCSpeaker()); }