PWE_PRC8/_module/nss/give_mpoolnote.nss

14 lines
415 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
//::///////////////////////////////////////////////
//:: 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);
}