
01-16-2003, 12:24 AM
|
|
Banned
|
 |
Join Date: Jun 2001
Location: Virginia, USA
Posts: 2,086
|
|
|
i understand addtiledef eg
but im talking about it replacing pics1.png
so you could do addtiledef and itd go over the tileset you said
like.....
ANY level on the server, AUTOMATICLY uses that tileset.
like anylevel offline AUTOMATICLY uses pics1.png
like baisicly... when the client is setting the tileset itd be like
(in script terms so you can understand it)
if (!strequals(tilesets,))
settileset tilesets;
else settileset pics1.png;
(yeah, kinda dumb but you can get the idea a bit better i hope |
|
|
|