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()