7 lines
112 B
Plaintext
7 lines
112 B
Plaintext
|
void main()
|
||
|
{
|
||
|
|
||
|
// Remove some gold from the player
|
||
|
TakeGoldFromCreature(2250, GetPCSpeaker(), FALSE);
|
||
|
}
|