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

14 lines
409 B
Plaintext

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