Victor_S. 0 Posted May 1, 2005 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
macguba 0 Posted May 1, 2005 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
Victor_S. 0 Posted May 2, 2005 Lol yea I just found another post, by you , over at ofpec and i figured it out. Simple typo Share this post Link to post Share on other sites