Tilegroup (DEF): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
'''tilegroup''' <groupname> { [...] } | <span {{code}}>'''tilegroup''' <groupname> { [...] }</span> | ||
Defines group for the tile selector (press 'T'). Mapster32 loads TILES.CFG on startup. | Defines group for the tile selector (press 'T'). Mapster32 loads TILES.CFG on startup. | ||
Line 5: | Line 5: | ||
== Tokens == | == Tokens == | ||
'''tile''' <tilenum> | <span {{code}}>'''tile''' <tilenum></span><br /> | ||
'''tilerange''' <start tilenum> <end tilenum> | <span {{code}}>'''tilerange''' <start tilenum> <end tilenum></span><br /> | ||
'''tiles''' { <tilenum 1> <tilenum 2> [...] <tilenum N> } | <span {{code}}>'''tiles''' { <tilenum 1> <tilenum 2> [...] <tilenum N> } | ||
Adds tiles to the group. Names can be found in DEFS.CON. | Adds tiles to the group. Names can be found in DEFS.CON. | ||
'''hotkey''' <value> | <span {{code}}>'''hotkey''' <value> | ||
Specifies the hotkey for the group. | Specifies the hotkey for the group. | ||
'''colors''' <value 1> <value 2> | <span {{code}}>'''colors''' <value 1> <value 2> | ||
Colors are the colors for Blocking OFF and Blocking ON. | 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.