14 lines
408 B
Plaintext
14 lines
408 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName utterseafrumgive
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 10/04/2005 14:51:14
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("watercanteen", GetPCSpeaker(), 1);
|
|
|
|
}
|