I get a RunTime Error saying
runtime error: type mismatch
What type of an error is this, and what might cause it?
ID:175073
Jun 16 2003, 10:55 am
|
|
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 ^_^
|
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