- Event type
- patch note
- Published
- 28 September 2017 - 08:55:09 UTC
- Source
- steam_community_announcements
Another big update bringing some cool new functionality to #ADLENGINE that increases both the control you have over the engine and the environments you are creating. ----------------------------- NEW %SPECIALS%: ----------------------------- %specials% can be placed in any command or as part of any data and provide a means to LOOKUP data, when processed the engine checks against, vars, map data and more to return the current value of the special. e.g. When the room description is rendered %grillstatus% will be swapped with a value you have set up in a variable for example as per below. This happens as it happens. $grillstatus=open grill.if opened $grillstatus=open grill.if closed $grillstatus=closed ------------------------------------------------------------ NEW: Dynamic room name and description: allows you to add %specials% which are processed at rendering, reflecting changes as they ...