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