RoT2_PRC8/_module/nss/cb_reward_1500.nss

13 lines
136 B
Plaintext
Raw Permalink Normal View History

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