Aantioch_Infernum/_module/nss/wet_farm_give.nss

14 lines
407 B
Plaintext
Raw Permalink Normal View History

2023-08-08 16:22:17 -04:00
//::///////////////////////////////////////////////
//:: FileName wet_farm_give
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 21/11/2003 19:47:37
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("cow_ring", GetPCSpeaker(), 1);
}