I have tried the following script:
scn 1ntfsTestLoopScriptshort doonceBegin GameModeLabel 1if doonce < 200 Label 2 if doonce < 100 set doonce to doonce + 1 goto 2 endifgoto 1endifend
and the game crashes as soon as the script begins.
Is it impossible to achieve a nested loop even with FOSE or am I missing something? :brokencomputer: