I don’t understand how, but I tinkered with it before but it kept messing up so I left it alone, But now I need to put in a Boolean in it, but if I press enter, or use an indentation (The indentation aren’t even the same) It keeps messing up and giving me the following error
Illegal mixing of spaces and tabs; this line has a space, but there were tabs on line 415
My code looks like this:
*hide_reuse *selectable_if (Hex > 29) #Pistol with a silencer, Hex 30
*set Hex -30
*set eq1 "Gun with a silencer"
The solution is in the error message. One line is indented with tabs and the other with spaces (even though the whitespace appears the same). Just delete all of the spaces and re-add them either exclusively with tabs or exclusively with spaces.
So I made the mistake of messing up with something like this
and that’s what caused the spaces and tabs, Is there a way to make them not be funky? Because I tried converted all tabs to spaces and that just messed it up even more