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