RoT2_PRC8/_module/nss/spirit_give_meat.nss
Jaysyn904 499aba4eb3 Initial upload
Initial upload
2023-09-25 18:13:22 -04:00

14 lines
408 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName spirit_give_meat
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 7/20/2003 11:03:28 AM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("rottenmeat", GetPCSpeaker(), 1);
}