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