Skip to content

Releases: zSnout/story.py

Storymatic v1.0

23 Jul 19:26
10f0b9f
Compare
Choose a tag to compare

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}