Skip to content

Version 0.13.0

Choose a tag to compare

@Elektryk-Andrzej Elektryk-Andrzej released this 31 Jan 11:07
· 26 commits to main since this release

Version 0.13.0 adds Discord methods, HTTP methods, and a lot more!
Check out the new example script discordServerInfo to see how you can use the new Discord integration!

Added:

Discord methods:

  • SendDiscordMessage
  • EditDiscordMessage (@Tosoks67)
  • SendDiscordMessageAndWait
  • DeleteDiscordMessage (@Tosoks67)
  • DiscordMessage
  • DiscordEmbed
  • EmbedAuthor
  • EmbedField
  • EnbedFooter

HTTP methods:

  • HTTPGet
  • HTTPPost
  • HTTPPatch (@Tosoks67)
  • CreateJSON
  • AppendJSON
  • FormatToReadableJSON
  • JSONInfo
  • ParseJSON

Text methods:

  • TextLength
  • SubText
  • TrimText
  • PadText (@Tosoks67)

Other:

  • Get096Targets method (@Tosoks67)
  • ServerInfo method (@Tosoks67)
  • ReplaceTextInVariable method (@Tosoks67)
  • HexToInt method (@Tosoks67)
  • IntToHex method (@Tosoks67)
  • isDummy player property (@Tosoks67)
  • isNpc player property (@Tosoks67)
  • syntax for skipping not required arguments
  • Chance method
  • GetWaveTimer method
  • FormatDuration method
  • more options for TimeInfo method (@Tosoks67)
  • discordServerInfo example script

Fixed:

  • Example scripts being outdated
  • Flags sometimes not being registered
  • RespawnWave method not being compatible with NW wave objects
  • literal variables sometimes formatting with debug metadata (@Tosoks67)
  • text escape characters being removed on manipulation

Removed:

  • @scp173Observers variable (Get173Observers method now fully replaces the @scp173Observers variable) (@Tosoks67)
  • Eval method (the parentheses system works the exact same way)
  • ParseResultInfo method (renamed to ResultInfo)
  • RespawnWaveInfo "secondsLeft" (changed to "timeLeft" and now returns a Duration value)