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.
This commit is contained in:
Jaysyn904
2023-11-14 16:12:39 -05:00
parent 563ab3e88f
commit 8ea19e63d5
32 changed files with 56112 additions and 107 deletions

View File

@@ -17,6 +17,8 @@
void main()
{
ExecuteScript("prc_npc_percep", OBJECT_SELF);
//This is the equivalent of a force conversation bubble, should only be used if you want an NPC
//to say something while he is already engaged in combat.
if(GetSpawnInCondition(NW_FLAG_SPECIAL_COMBAT_CONVERSATION) && GetIsPC(GetLastPerceived()) && GetLastPerceptionSeen())