#include "lod_gpbank_inc" void main() { object oPC = GetPCSpeaker(); int iAmount = GetGold(oPC); DepositGP(oPC, iAmount); }