Skip to content

2.11.0

Compare
Choose a tag to compare
@JujuAdams JujuAdams released this 08 Oct 20:16
· 73 commits to master since this release
  • Adds Feather directives to turn off those annoying warnings
  • Adds <<fastforward>> as an inline action
  • Adds <<fastmark>> as an inline action to disable fast-forwarding at a particular line
  • Adds optionChosen() as a YarnScript function that returns how many times the targeted option has been chosen. This function can only be used in an option condition and does not persist between game sessions
  • Adds ChatterboxGetOptionChosen() to access the same state as above from GML
  • Adds ChatterboxSourceGetNodeMetadata()