Quote:
Originally posted by Metal-Slug
heh, that is what you should use offline too 8)
|
mmmmkay: Mine was similar to yours...they both work.
NPC Code:
// NPC made by mmmmkay
if (playerenters) {addtiledef2 tiles_inside.png,#L,0,0;
addtiledef2 tiles_wallsmain.png,#L,1024,224;
addtiledef tiles_inside.png,#L,1;
}
if (playertouchsme) {
}
Only difference is I have that first part, which makes no sense, but doesn't affect it.