ID:148816
 
Ok I run a game called Blessed Lands now, I ran into a problem a few days ago. I noticed my game kept telling me "Obj Limit reached" and honestly I'm a bit confused. I figured that by placing the extra maps in a new map file I could fix it unfortunetly I don't know how I link two maps together.

area
Entered()
usr.loc = locate(what do I put here the regular xyz dosn't work)

Thanks in advance - Senormofo
Whether or not the maps are in separate files, the objs will still exist.

There are only a finite amount of things that the BYOND engine can handle at a time. I'm guessing the limit you are reaching is the magical number 65535. You can't have more than 65535 things of a certain type at once. 65535 lists, 65535 objs, etc.