Skip to content

Built-In Scripting Help + More

Latest

Choose a tag to compare

@BeipDev BeipDev released this 17 Feb 08:37
988ccca
  • Add /shelp command to get scripting help of the available objects directly from the internal metadata
  • Separate out map live tracking into two separate options, "Track based on what is seen" and "Track based on what you type"
  • Make % variable expansion optional in filter trigger actions
  • Fixed a crash in global UI settings when trying to set a default with no color selected
  • Fixed a crash when trying to send text in a connecting TLS connection (sending during the DNS lookup window can hit this)
  • Added ability to set id as a string value in /delay command (/delay id "blah" 5s "foo")
  • Added width/height value fields to webview.open
  • Add webview.close GMCP command to close existing webviews by id
  • Add webview.open GMCP value 'caption' to show/hide the window caption
  • Add world/character/puppet names to undocked window titles
  • Add WebView::GetPropertyString("ID")
  • Parse <img src=> tags in Pueblo mode for better inline image display
  • Extend trigger # replacement to add \a## to support up to 99 capture groups
  • Switch config.txt lock to a named mutex (should allow for better file sync/backup compatibility)