7 lines
97 B
Plaintext
7 lines
97 B
Plaintext
void main()
|
|
{
|
|
// Give the speaker some gold
|
|
GiveGoldToCreature(GetPCSpeaker(), 1000);
|
|
|
|
}
|