If you're working offline, just put on an addtiledef for your tileset, if you have one in particular that you know of. GS1 works offline, and it's a simple little script.
Quote:
if (created){
addtiledef tileset.png,yourlevel.nw,0;
}
|
Or if you're working with new world, switch 0 with 1.
That's basically the only script I know, heh... so there.