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