Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

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);
}