Jump to content
Sign in to follow this  
Victor_S.

Variable Mistaken as Boolean

Recommended Posts

Ok I am making a mission and some of my varibles are being mistaken as boolean. I figured at first that it was becase they were numbers like 0 and 1, but I changes these numbers and it still is saying they are boolean. I am using them in hint format and it is returning somthing like

Quote[/b] ]scalar bool array string 0ffccblablabla

I had this happen in some of my other variables I fixed it by moving them from my init.sqs to the script where they were to be used, but this is not working for all of them. Any one know where I am messing up?

Share this post


Link to post
Share on other sites

This is a generic error message meaning "Something doesn't exist.  You've screwed up so badly I can't even give you a helpful error message."

It's nothing to do with things being mistaken for booleans.  Somewhere, something is undefined. Have you initialised all your variables?

Share this post


Link to post
Share on other sites

Lol yea I just found another post, by you tounge_o.gif , over at ofpec and i figured it out. Simple typo sad_o.gif

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×