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