Skip to content

Storymatic v1.0

Latest
Compare
Choose a tag to compare
@zsakowitz zsakowitz released this 23 Jul 19:26
· 13 commits to master since this release
10f0b9f

Storymatic v1.x includes the following components:

  • State and Block System
    • Goto
    • Run
  • Text
  • Variables
    • Types
      • String
      • Number
    • Variables
    • Special Variables
    • Inputs
  • Menus
  • Contexts
  • Exit
    • Exit
    • Stop
    • Kill
  • Raw Text
  • If Blocks
    • If Blocks
    • Else Blocks
    • Elseif Blocks
  • While Loops
    • While Loops
      • While {condition}
    • Do-While Loops
      • Dowhile {condition}
  • For Loops
    • For __;__;__
  • Repeat Loops
    • Repeat {x}