To Elaborate on the syntax:
To remove all tile def's for current server and/or offline:
PHP Code:
removetiledefs;
To Add:
PHP Code:
addtiledef TILESET,LEVEL PREFIX,TYPE;
Tileset this is the tileset image.
Level Prefix starting prefix for the level. EX: mylevel_anything.nw, where "mylevel" is the prefix.
Type I believe this should be set as 0 by default, 1 if you are using tileset similar to how
ERA is layed out.