HoS_PRC8/_mod/_module/nss/at_merc_key.nss
Jaysyn904 04165202c0 Initial upload
Initial upload
2024-11-25 19:36:07 -05:00

14 lines
409 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName at_merc_key
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 11/27/2003 4:51:48 PM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("mercguildmembers", GetPCSpeaker(), 1);
}