void main() { // Give the speaker some gold GiveGoldToCreature(GetPCSpeaker(), 10); // Give the speaker some XP GiveXPToCreature(GetPCSpeaker(), 35); }