Quote:
Originally Posted by salesman
I can confirm that this crashes the NPC Server, however, it has nothing to do with the echo(). Try setting temp.somevar = this.test.getDynamicVarNames() instead of echoing it, and the server will still crash.
|
It might be some issue in the engine with threading? Race conditions can be nasty. Might be that you're trying to access this.test while it's locked. Though, why that would be done on a separate thread would be beyond me.