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