Is it this?
Quote:
Originally Posted by BaussHacker
Above that line put:
Code:
if (GC.MyChar == null) return;
|
The exception was send, because the character was not yet loaded fully, but still trying to use some things from the character, so it's just a check if the character is nothing and if it is, then it should not continue.