void main()
{
    object oPC = GetPCSpeaker();
    TakeGoldFromCreature(200, oPC, TRUE);
    CreateItemOnObject("cloakoflesserfir", oPC);
}