Update for NWN .35

Update for NWN .35
This commit is contained in:
Jaysyn904
2023-08-01 20:16:07 -04:00
parent d4680a7df3
commit 1ddbeca4f1
1526 changed files with 68311 additions and 2534 deletions

View File

@@ -29,14 +29,16 @@
//:: Created On: June 11/03
//:://////////////////////////////////////////////
#include "x2_inc_switches"
#include "nwnx_webhook"
#include "nwnx_util"
const int EVENT_USER_DEFINED_PRESPAWN = 1510;
const int EVENT_USER_DEFINED_POSTSPAWN = 1511;
const string NWNX_DISCORD_URL = "/api/webhooks/709533785091342397/8Rsb8-or0Ticc5xDNxLP2tldtx_vPR4Zqu41rs_KzNq5stylkMECcEAIdEDDVXteaQmO/slack";
#include "x2_inc_switches"
#include "nwnx_webhook"
#include "nwnx_util"
void main()
@@ -93,7 +95,7 @@ void main()
SignalEvent(OBJECT_SELF,EventUserDefined(EVENT_USER_DEFINED_POSTSPAWN));
}
//
NWNX_WebHook_SendWebHookHTTPS("discordapp.com", NWNX_Util_GetEnvironmentVariable("NWNX_WEBHOOK_DEVELOPER_CHANNEL"), "In a child's eyes, a mother is a goddess. She can be glorious or terrible, benevolent or filled with wrath, but she commands love either way. I am convinced that this is the greatest power in the universe.", "The Madman");
NWNX_WebHook_SendWebHookHTTPS("discordapp.com", NWNX_DISCORD_URL, GetName(GetPCChatSpeaker()) + "In a child's eyes, a mother is a goddess. She can be glorious or terrible, benevolent or filled with wrath, but she commands love either way. I am convinced that this is the greatest power in the universe.", "The Madman");
//
}