Skip to content
paul59 edited this page Dec 21, 2019 · 12 revisions

mset

mset x y id

Parameters:

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

Description:

This function will change the sprite 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