15 lines
195 B
Plaintext
15 lines
195 B
Plaintext
|
#include "nw_i0_tool"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
|
||
|
object oPC = GetPCSpeaker();
|
||
|
|
||
|
|
||
|
// Give the speaker some XP
|
||
|
RewardPartyXP(100, GetPCSpeaker());
|
||
|
|
||
|
AdjustAlignment(oPC, ALIGNMENT_GOOD, 10);
|
||
|
|
||
|
}
|