8 lines
113 B
Plaintext
8 lines
113 B
Plaintext
|
|
void main()
|
|
{
|
|
|
|
// Remove some gold from the player
|
|
TakeGoldFromCreature(1000, GetPCSpeaker(), FALSE);
|
|
}
|