ES_PRC8/_module/nss/clickforxp.nss
Jaysyn904 8ea19e63d5 Added Markshire Nomeclature include
Added Markshire Nomeclature include.  Removed "server shutting down message".  Tweaked NPC OnPerception scripts & X2 OnSpawn wrapper.  Added Gnomish Contraption in case testing is needed.  Full compile.  Added release archive.
2023-11-14 16:12:39 -05:00

7 lines
160 B
Plaintext

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