PWE_PRC8/_module/nss/wearysupgive.nss

15 lines
464 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
//::///////////////////////////////////////////////
//:: 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);
}