Quote:
|
Originally Posted by Infernix
orrrr just put the tileset in the webgifs folder and then try it O_o. Cause that usually works for me. But Wan is right as well. That works for all images showing up in levels.
|
???
Well when you want it to put it in the System you could try:
NPC Code:
//#CLIENTSIDE
function onCreated(){
removetiledefs("");
addtiledef("mwnts.png","´mwn_",0);
}
function onPlayerEnters(){
removetiledefs("");
addtiledef("mwnts.png","mwn_",0);
}
When your tileset is a type 1 you can replace that 0 with an 1.
Thats the GS2 version.
-Nico