Files
RoT2_PRC8/src/module/nss/cb_reward_1000xp.nss
Jaysyn904 ab2fc1d732 Added PEPS AI
Added PEPS AI.
Full compile.
Reorganized repository.
2025-07-28 12:49:34 -04:00

11 lines
102 B
Plaintext

#include "nw_i0_tool"
void main()
{
object oPC = GetPCSpeaker();
RewardPartyXP(500, oPC, TRUE);
}