Quote:
Originally Posted by Flashman
Ataros, I haven't tried your bits of code, I have no idea what they do or where to put them! Do they need to be tied to a specific object or missions?
|
No.
"Object != null" is a check if the object exists. If your code does smth to an object but it does not exist you get the exception I believe. Make sure you check "Object != null" before any action in your code.
I may be wrong. Always post your complete code if you want quick help without guessing from someone who really knows C# (not me

).