//:://///////////////////////////////////////////// //:: FileName at_171 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 8/31/2005 11:13:25 PM //::////////////////////////////////////////////// #include "nw_i0_tool" void main() { // Give the speaker some XP RewardPartyXP(5000, GetPCSpeaker()); // Give the speaker the items CreateItemOnObject("entrancacor", GetPCSpeaker(), 1); }