//:://///////////////////////////////////////////// //:: FileName at_049 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 3/28/2003 12:49:20 AM //::////////////////////////////////////////////// #include "nw_i0_tool" void main() { // Give the speaker some gold RewardPartyGP(1000, GetPCSpeaker()); // Give the speaker some XP RewardPartyXP(100, GetPCSpeaker()); }