PWE_PRC8/_module/nss/wearysupgive.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

15 lines
464 B
Plaintext

//::///////////////////////////////////////////////
//:: 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);
}