14 lines
412 B
Plaintext
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);
|
|
|
|
}
|