View Single Post
  #12  
Old 08-23-2012, 12:50 AM
scriptless scriptless is offline
Banned
Join Date: Dec 2008
Location: N-Pulse
Posts: 1,412
scriptless is a splendid one to beholdscriptless is a splendid one to beholdscriptless is a splendid one to beholdscriptless is a splendid one to behold
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.
Reply With Quote