UW2_PRC8/_module/nss/clickforxp.nss
Jaysyn904 91d10a9f5a Fixed PRC AMS events not firing
Fixed PRC AMS events not firing.  Updated release archive.
2023-11-04 21:37:49 -04:00

7 lines
160 B
Plaintext

void main()
{
object oPC = GetPlaceableLastClickedBy();
GiveXPToCreature(oPC, 30000);
FloatingTextStringOnCreature("Granted XP",oPC,FALSE);
}