[mtasc] overwriting trace
Collin Peters
cpeters at mcrt.ca
Wed Aug 17 02:30:24 CEST 2005
What about the MMC custom messages? I'm thinking about the ones that
popup when MMC can't find a file or something. Those don't even show in
the Debug Player. Is there a way to force everything that would
normally show up in the MMC output panel to a custom logger/trace method?
Collin
Ray Chuan wrote:
> Hi,
> having problems with this.
>
> Consider:
> [CODE]
> trace = function(msg) {
> TRACE("foo: "+msg);
> }
> [/CODE]
>
> This works:
> trace()
>
> But this doesn't:
> trace("hello world");
>
> Comments welcome.
> --
> MTASC : no more coffee break while compiling
More information about the mtasc
mailing list