HiddenTradition_PRC8/_module/nss/at_xp100_good10.nss

15 lines
195 B
Plaintext
Raw Normal View History

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