Quote:
Originally Posted by bioboi
1. There should be a black tile on your tileset, and reading from your post you already have a custom tileset so I can't really show you where it would be. But in reality your level still has the same dimensions, but you're just make it feel smaller with a black tile.
2.
if (created){
removetiledefs;
addtiledef tilesetnamehere.format,,;
}
Or if it's not using the same format as pics1.png, use a 1 in the commas, for a setup like Era's.
|
HOLY CRAP its and HONOR getting a reply from the manager of maloria I <3'd that server a while back and can't wait till its released again
But anyway on topic:
Its actually
// NPC made by DarkFalz
if (created) {
addtiledef gg-tileset.gif,,1;
}
where would i put that for it to be a tileset ?