14 lines
415 B
Plaintext
14 lines
415 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName give_mpoolnote
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 1/24/2003 1:54:59 AM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("magicalpoolnot", GetPCSpeaker(), 1);
|
|
|
|
}
|