Tilegroup (DEF): Difference between revisions
Jump to navigation
Jump to search
Created page with "Category:WIP pages Category:DEF commands" |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
[[ | <span {{code}}>'''tilegroup''' <groupname> { [...] }</span> | ||
Defines group for the tile selector (press 'T'). Mapster32 loads TILES.CFG on startup. | |||
== Tokens == | |||
<span {{code}}>'''tile''' <tilenum></span><br /> | |||
<span {{code}}>'''tilerange''' <start tilenum> <end tilenum></span><br /> | |||
<span {{code}}>'''tiles''' { <tilenum 1> <tilenum 2> [...] <tilenum N> } | |||
Adds tiles to the group. Names can be found in DEFS.CON. | |||
<span {{code}}>'''hotkey''' <value> | |||
Specifies the hotkey for the group. | |||
<span {{code}}>'''colors''' <value 1> <value 2> | |||
Colors are the colors for Blocking OFF and Blocking ON. | |||
[[Category:DEF commands]] | [[Category:DEF commands]] |
Latest revision as of 05:45, 23 February 2020
tilegroup <groupname> { [...] }
Defines group for the tile selector (press 'T'). Mapster32 loads TILES.CFG on startup.
Tokens
tile <tilenum>
tilerange <start tilenum> <end tilenum>
tiles { <tilenum 1> <tilenum 2> [...] <tilenum N> }
Adds tiles to the group. Names can be found in DEFS.CON.
hotkey <value>
Specifies the hotkey for the group.
colors <value 1> <value 2>
Colors are the colors for Blocking OFF and Blocking ON.