Made sure Halloween skeletons are equipping their weapon
Made sure Halloween skeletons are equipping their weapon. Cleaned extra script calls in NPC AI. Full compile. Updated release archive.
This commit is contained in:
@@ -575,7 +575,7 @@ void main()
|
||||
ms_Nomenclature(OBJECT_SELF);
|
||||
|
||||
//:: Execute PRC OnSpawn script.
|
||||
ExecuteScript("prc_npc_spawn", OBJECT_SELF);
|
||||
//ExecuteScript("prc_npc_spawn", OBJECT_SELF); -Not needed
|
||||
|
||||
|
||||
//Post Spawn event requeste
|
||||
@@ -583,8 +583,9 @@ void main()
|
||||
{
|
||||
SignalEvent(OBJECT_SELF,EventUserDefined(EVENT_USER_DEFINED_POSTSPAWN));
|
||||
}
|
||||
//
|
||||
NWNX_WebHook_SendWebHookHTTPS("discordapp.com", NWNX_DISCORD_URL, "Good Morning Ascension.", "The Madman");
|
||||
|
||||
// I don't think this should be here
|
||||
//NWNX_WebHook_SendWebHookHTTPS("discordapp.com", NWNX_DISCORD_URL, "Good Morning Ascension.", "The Madman");
|
||||
//
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user