Aantioch_Infernum/_module/nss/wet_farm_give.nss
Jaysyn904 22947ad4b6 Initial Upload
Initial Upload
2023-08-08 16:22:17 -04:00

14 lines
407 B
Plaintext

//::///////////////////////////////////////////////
//:: 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);
}