Skip to content

OSTW v0.3

Pre-release
Pre-release

Choose a tag to compare

@ItsDeltin ItsDeltin released this 20 Jun 20:23
· 2203 commits to master since this release

For statements use less actions.

Added 'for(define; expression; statement;)'

Added 'while(expression)'.

New VSCode extension.

  • Has syntax highlighting, autocomplete, and signature support.
  • Can compile your script to workshop code in real time.

Methods can now be recursive (returning variables is currently broken.)

Heroes can now be referenced to by doing "Hero.Ana" instead of "HeroVar(Hero.Ana)"