- Event type
- patch note
- Published
- 7 October 2017 - 04:13:06 UTC
- Source
- steam_community_announcements
Lots of cool new stuff in this build. WHICH.. IS (select case) first add IS statements by doing the following isXYZ:do something IS accepts boolean 0-1, true/false, numbers 0-9, y/n or can also accept custom naming. e.g. is0:room is dark is1:room is light or.. isneg:narrate -1 isneutral:narrate 0 ispos: narrate 1 To run a WHICH check: which %cranelever% FOR LOOPS FOR loops allow you to loop a task X amount of times. e.g. To set a FOR LOOP: for:do testscript To run a FOR LOOP: for 0-10 Example Script Content To Run: testscript: narrate %x%; ~x+1 Where x in my example are array entries containing simple map data 0/1s ARRAYS Array like data can ...