void main()
{
    // Give the speaker the items

    object oPC = GetPCSpeaker();

    AssignCommand(oPC, TakeGoldFromCreature(15000, oPC, TRUE));

    CreateItemOnObject("mcloth006", oPC, 1);



}