ID:142018
 
Code:


Problem description: I dont know if this is an actual code problem but Pop told me to post on here is i figured i might as well. I added this new object to the game. It is a grey icon with its alpha turned down so its more transparent. I made it an object and an overlay with a layer of 4. When i added it to one map in the map file everything was fine. When i added it to all the maps in the map file i got a bad world error. Which i have no idea what that is or how to fix it. Any suggestions?

You're hitting the object limit, this causes the bad world error if it occurs right as the game starts up. You shouldn't be using objects for this effect, but an /area, they're specially handled to allow for things of this nature.

For future reference you can't have more than 65535 unique objects in your game at any given time. Adding an object to each turf is a very quick way of reaching this limit.