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