PWE_PRC8/_module/nss/zm_getinsignia.nss

14 lines
409 B
Plaintext
Raw Normal View History

2025-04-03 10:29:41 -04:00
//::///////////////////////////////////////////////
//:: FileName zm_getinsignia
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 6/29/2002 9:26:16 AM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("wizardinsignia", GetPCSpeaker(), 1);
}