10 lines
135 B
Plaintext
10 lines
135 B
Plaintext
|
#include "lod_gpbank_inc"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
int iAmount = GetGold(oPC);
|
||
|
|
||
|
DepositGP(oPC, iAmount);
|
||
|
}
|