- Event type
- patch note
- Published
- 14 October 2017 - 18:59:53 UTC
- Source
- steam_community_announcements
NEW: REPEAT COMMAND: repeat:narrate boo; repeat 10; _____________________________ NEW: SYS VARS: SYS:CHOSEN (result from choose command) SYS:ROLLED (result from rolled dice random comand) SYS:LOOPINDEX (the position in the for loop command) SYS:TARGET (from target, hit, attack and focus commands - also when assigning a class to an entity) To use you can recall as a special lookup %SYS:TARGET%. _____________________________ NEW: ASSIGN COMMAND Instead of assigning classes on build, you now assign classes post build. i.e. build map map.obj (assigns the obj class - classes are stored as global scripts! - ignore store as .class option) Example: BOOK CLASS. %target% is takeable; %target% is readable; Then you would type: map.book _____________________________ SCRIPTING:...