6 lines
86 B
Plaintext
6 lines
86 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
TakeGoldFromCreature(100000, oPC, TRUE);
|
|
}
|