11 lines
116 B
Plaintext
11 lines
116 B
Plaintext
|
|
||
|
|
||
|
#include "nw_i0_tool"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker some gold
|
||
|
RewardPartyGP(500, GetPCSpeaker());
|
||
|
|
||
|
}
|