14 lines
407 B
Plaintext
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);
|
|
|
|
}
|