8 lines
128 B
Plaintext
8 lines
128 B
Plaintext
#include "nw_i0_plot"
|
|
void main()
|
|
{
|
|
// Give the speaker some XP
|
|
GiveXPToCreature(GetPCSpeaker(), 50);
|
|
PlayOldTheme();
|
|
}
|