Skip to content

Initial release

Pre-release
Pre-release
Compare
Choose a tag to compare
@exodrifter exodrifter released this 23 Oct 19:57
· 320 commits to master since this release

The following actions are available in this initial release:

  • Label - Specifies a location
  • Say - Replaces the dialog in the current state
  • Add - Appends text to the end of the dialog in the current state
  • Choice - Adds a choice and all following choices to the current state
  • Pause - Pauses execution for a short amount of time
  • Jump - Modifies the stack so that execution will continue at the specified label
  • Call - Pushes a new stack frame onto the stack with the children nodes from the specified label
  • Return - Exits the current stack frame

You can also:

  • Bind methods to a Rumor's scope
  • Subscribe to events on each new node

For examples of how Rumor works, see the Examples/ folder.