PWE_PRC8/_module/nss/give_anvil_note.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

14 lines
412 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName give_anvil_note
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 11/7/2002 3:40:27 PM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("magicalanvilnote", GetPCSpeaker(), 1);
}