//:://///////////////////////////////////////////// //:: FileName at_givesphinxkey //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 03/12/24 16:22:09 //::////////////////////////////////////////////// #include "nw_i0_tool" void main() { // Give the speaker some XP RewardPartyXP(50, GetPCSpeaker()); // Give the speaker the items CreateItemOnObject("item010", GetPCSpeaker(), 1); }