Greasy Fork is available in English.

TurboToolbox

Adds a few debug tools to Turbowarp

作者
lukasexists
今日安裝
0
安裝總數
8
評價
0 0 0
版本
1.0.0
建立日期
2023-07-30
更新日期
2023-07-30
授權條款
GNU GPLv3
腳本執行於
所有網站

Adds some basic debug tools that allow you to edit variables. You'll have to use the console.

You must be on the BARE HTML PAGE (like the index.html page for the Turbowarp project) for this to actually work. If it works, you'll see a message in the console.

document.toolbox.variables returns the global and regular variables. document.toolbox.sprites["Sprite Name"].variables returns a sprite's local variables.

For variables, set(string) change(number) get()