ID:173051
 
What is a runtime error: type mismatch
proc name: Login (/mob/character/Login)
usr: Darkfirewolf5 (/mob/character)
src: Darkfirewolf5 (/mob/character)
call stack:
Darkfirewolf5 (/mob/character): Login()
Well, that means something is going on with your Login code.

Can I see it?


~~SSJ4_Gohan_Majin
Darkfirewolf5 wrote:
What is a runtime error: type mismatch

It's a type mismatch. Is this a trick question?

You're trying to do an operation on two vars that aren't the same basic type, like dividing a number by a string.

Lummox JR