Quote:
Originally Posted by GoDoT
Hate to bump this old thread, but hey its better to annoy everyone and start a new one. I am trying to make some era levels, I have the tileset image, I need the NPC code, the file name is: era_tileset-summer-online.png. If someone could help me with this, thanks.
|
PHP Code:
//#CLIENTSIDE
if (created) {
removetiledefs;
addtiledef era_tileset-summer-online.png,,1;
}
You could also download Era's development kit from the server, it includes the tileset code along with the offline tileset. It's useful if you're planning on making levels for the PC or iPhone version of Era
Good luck!