All public logs

From Dark Signs Online
Jump to navigationJump to search

Combined display of all available logs of Dark Signs Online. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 05:07, 18 March 2024 Doridian talk contribs created page Nested loops (Created page with "=== The nested loops trick === == Intro == Nested loops in Dark Signs Online is currently impossible as just a FOR loop, if you put a FOR inside one other FOR, it wont work, it will ignore the outer FOR condition There is only one discovered way to get around this. == Code == <pre> @loop Action @nested-loop Nested-Action IF Nested-Action is not complete GOTO nested-loop ENDIF IF Action is not complete GOTO loop ENDIF</pre> <br />...")