RoT2_PRC8/_module/nss/farmer_give_item.nss

14 lines
410 B
Plaintext
Raw Permalink Normal View History

2023-09-25 18:13:22 -04:00
//::///////////////////////////////////////////////
//:: FileName farmer_give_item
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/8/2003 11:40:18 PM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("farmersbrooch", GetPCSpeaker(), 1);
}