8 lines
93 B
Plaintext
8 lines
93 B
Plaintext
|
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker some XP
|
||
|
GiveXPToCreature(GetPCSpeaker(), 350);
|
||
|
|
||
|
}
|