example:
PHP Code:
showimg(202, gettileset(), this.conv_tcx + 16, this.conv_tcy + 16);
its not getting the current tileset on the level or the main one the server uses, only pics0.png.
tried
PHP Code:
gettileset(armageddon-sde-tileset1.gif)
and
PHP Code:
gettileset("armageddon-sde-tileset1.gif")
too