//:://///////////////////////////////////////////// //:: FileName wearysupgive //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 6/30/2002 1:05:40 PM //::////////////////////////////////////////////// void main() { // Give the speaker the items CreateItemOnObject("sackofsupplies", GetPCSpeaker(), 1); SetLocalInt(GetPCSpeaker(),"OnSupplyQuest",1); }