15 lines
464 B
Plaintext
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);
|
|
|
|
}
|