Skip to content

999 QuickScyndi tool

Jeroen Broks edited this page Jan 3, 2023 · 1 revision

The QuickScyndi tool is just a quick tool to test a few things out. It will read the "Translation.lua" file from an .STB and just run it (you use Init-scopes as a kind of int main() function). You won't be able to pass any parameters to your scripts. Just run them that's all.

It is however possible to run multiple scripts. Just give up more .STB files as parameter to QuickScyndi and they will all be executed in order. Every script you call this way will be run in its own state, so scripts cannot influence each other.

Clone this wiki locally