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