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.
7 lines
160 B
Plaintext
7 lines
160 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetPlaceableLastClickedBy();
|
|
GiveXPToCreature(oPC, 30000);
|
|
FloatingTextStringOnCreature("Granted XP",oPC,FALSE);
|
|
}
|