| Kristi |
03-03-2007 09:15 PM |
Quote:
Originally Posted by theHAWKER
(Post 1284148)
now, the one level has that tile set but when i enter the other levels (like the one beside it) its back to pics1...
|
see where you put #L? that makes it so you only defined the tileset for that level. in that spot is supposed to be what levels with that tiledef begin with.
Either you have to put the script in all the levels you want it, or name the levels like
whatever_level1.nw, whatever_cool.nw, etc
Then replace #L with whatever_
|