void main()
{
    object oPC = GetPCSpeaker();
    CreateItemOnObject("water", oPC);
    TakeGoldFromCreature(1, oPC);
}