is it possible to have nested loops, if-statements and so on? could be a time saver in-game
pseudo-code:
edit: I just realized it isCode:if 1 if 2 [do something] end if ; 2 if 3 [do something] end if ; 3 while [something] [do something] end while end if ; 1
another thing, for it to be a background script you have to add
won't it go faster if you haveCode:while I_CompareCounter loop = 0 end_while
?Code:while I_CompareCounter loop = 0 campaign_wait 1 end_while
Bookmarks