Type Mismatch (PLEASE HELP)
Posted: Wed Jul 23, 2014 10:19 pm
I'm opening one of my levels and it says: "Type Mismatch".
Please help.
Please help.
Forums for SMBX
https://www.smbxgame.com/forums/
Code: Select all
speed=,5
Code: Select all
speed=5
Code: Select all
speed=0.5
Nope, doesn't work.bossedit8 wrote:This specificaly happens if a NPC text file has a Code in it that does not match to the whole coding system.
For example, if I have a Code that looks like this:It crashes SMBX with the Error Message "Type Mismatch". There are like unlimited possibilities that let it happen so make sure that everything you have typed in your NPC Text Files are correct.Code: Select all
speed=,5
Oh and I surely do not recommended to use Decimals in your code like this:Code: Select all
speed=5
Or else it goes either incredible fast or it crashes with a error message. Check this Forum Topic Link for further Information on Decimals: http://www.smbxgame.com/forums/v ... =69&t=1659Code: Select all
speed=0.5
Make sure that you have checked every NPC Text Files to prevent "misleaded" codes that doesn't match with SMBX. This is why the Error is called "Type Mismatch".