Will BYOND be getting error-handling features at any point? Are there any around at the moment? They can be rather useful. For example:
proc/IsTypePath(var/a)
OnError
return 0
new a
return 1
I think it would be a useful ability, but I'm not sure how difficult it would be to implement.