RoT2_PRC8/_module/nss/cb_reward_1000xp.nss

11 lines
102 B
Plaintext
Raw Normal View History

2023-09-25 18:13:22 -04:00
#include "nw_i0_tool"
void main()
{
object oPC = GetPCSpeaker();
RewardPartyXP(500, oPC, TRUE);
}