ID:175073
 
I get a RunTime Error saying

runtime error: type mismatch

What type of an error is this, and what might cause it?
SSChicken wrote:
I get a RunTime Error saying

runtime error: type mismatch

What type of an error is this, and what might cause it?

It's a type mismatch, and a mismatch of types might cause it. If we could see the line that gives you the error, and some of the other code around it, we can probably explain the problem.

Lummox JR
if you have a if(watever.type == /obj/Bleh) some where in your code and it dont understand it.
Turn the debuger on,and some code would be handy
In response to Vowles
Yes, that was my problem. Thank you very much ^_^