HiddenTradition_PRC8/_module/nss/at_xp100_good10.nss
2024-06-20 15:47:42 -04:00

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);
}