Tilegroup (DEF): Difference between revisions
Jump to navigation
Jump to search
Created page with "Category:WIP pages Category:DEF commands" |
No edit summary |
||
Line 1: | Line 1: | ||
[[ | '''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. | |||
[[Category:DEF commands]] | [[Category:DEF commands]] |
Revision as of 12:53, 21 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.