The only way I'm able to see error messages anymore is under Options & Messages.
Has this been changed or is this an error?
~ Happens in every project I run including projects from others.
![]() Jul 24 2015, 11:38 pm
|
|
It's working for me. Maybe you have multiple default outputs?
|
Indeed, outputs need to be marked default.
You can deliberately output to the Options & Messages menu using world.log as the left hand argument to the output operator. |
try running:
world.log << winget(usr,"output","is-default") right after the world has loaded to see whether another control is taking precedence. |
Oh hey, it did actually output that world.log to the output. It put 'true' in the output.
But when an error happens it only outputs to Options & Messages. Strangeness... ![]() |
Huh... That's odd... I don't use outputs in my projects, but this might be related to the error changes lummox made in the most recent builds of BYOND.
|
I'm thinking so. One more piece of information. Errors actually start coming onto the output when I do this:
mob ![]() But not when I do this: mob |
Ah. These errors might be popping up because the client hasn't initialized by the time they occur.
|