2025/09/24 Update

Updates from @behindflayer
This commit is contained in:
Jaysyn904
2025-09-24 16:04:25 -04:00
parent 8d91ef12cc
commit 8f76c0e5a5
218 changed files with 1035 additions and 372 deletions

View File

@@ -11,6 +11,7 @@ void main()
string sPlayerName = GetName(oPC);
int bNWNxEE = NWNXGetIsAvailable();
GPA_HorseOCL(oPC);
// Mark down how low the player is in hitpoints, and whether or not they are
@@ -22,5 +23,5 @@ void main()
SetLocalInt(oArea, "playerCount", GetLocalInt(oArea, "playerCount") - 1);
//:: AmonBot Player Announce
NWNX_WebHook_SendWebHookHTTPS("discordapp.com", NWNX_DISCORD_URL, sPlayerName+ " has left the World of Amon.", "AmonBot");
if (bNWNxEE) NWNX_WebHook_SendWebHookHTTPS("discordapp.com", NWNX_DISCORD_URL, sPlayerName+ " has left the World of Amon.", "AmonBot");
}