ID:174608
 
I was working on my game when I decided to make a new better Login. After working long and hard I decdided to destroy my old Login. Now I'm getting these werid errors.

map.dmp:230:error: undefined type: /turf/Title
map.dmp:230:error: invalid variable name: tag
map.dmp:230:error: invalid variable name: icon_state
map.dmp:230:error: unknown type

Could somebody tell me what they mean? Or possibly how to fix them?

Thank you for your time.
Check the turf Title, check capitals in the name and make sure its writen the same everywhere in the code
In response to FranquiBoy
it means that a turf no longer is defined in the code, and /turf/Title was probably defined in the login code you had..