14 lines
406 B
Plaintext
14 lines
406 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_givemonkkey
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 9/14/2002 8:37:56 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("it_monk_key", GetPCSpeaker(), 1);
|
|
|
|
}
|