ID:220733
 
(See the best response by Tom.)
So I wanted to play around with a new mob without doing code restructuring in my main project, so I copied the project to a new folder. Opened that source up and compiled and ran... Now I'm getting safety checks?? My other project doesn't do this, and this is an exact copy of it.

Help?
Best response
If the folder name matches the .dmb name, then games will run in -safe mode, where contents of that folder can be accessed and modified. Otherwise, it will run in -ultrasafe mode, and you'll get safety checks.
Thanks.