Skip to content
Josh Goebel edited this page Jan 25, 2021 · 12 revisions

mset

mset x y tile_id

Parameters:

  • x : x coordinate on the map
  • y : y coordinate on the map
  • tile_id : The background tile (0-255) to place in map at specified coordinates.

Description:

This function will change the tile at the specified map coordinates. By default, changes made are only kept while the current game is running. To make permanent changes to the map, see sync.

Related:

Clone this wiki locally