8 lines
98 B
Plaintext
8 lines
98 B
Plaintext
|
|
void main()
|
|
{
|
|
// Give the speaker some gold
|
|
GiveGoldToCreature(GetPCSpeaker(), 2500);
|
|
|
|
}
|