StoryScript

StoryScript Blog

This blog will keep you updated on new StoryScript developments and share tips & tricks on how to make things work with the tool.

  • StoryScript reference page added

    Friday, January 23, 2026

    I've added a reference page to the site that shows you all the create commands that StoryScript has available as well as all the code snippets you can use to quickly build your game. I'm also linking it to the tutorial pages that discuss them, so you can quickly find an example on where and how to use them. I hope it will help you to get to know StoryScript more quickly!

  • StoryScript has gone Vue

    Friday, January 2, 2026

    During the last weeks of 2025 I rewrote the StoryScript UI to use Vue 3 instead of Angular. These are some of the advantages:

    • The UI is much easier to understand.
    • UI components are easier to replace and you can now also create your own custom components!
    • HMR (Hot Module Reloading) works much better now, showing changes to your game much more quickly and often without a page refresh.
    • The published games are much smaller and start much faster.

    I'm very happy with the result. A good way to start 2026!