PandoraShock
Member
So in my code I call a check data.include?(X) where x is a key like :draggable, or :has_rarity
For some reason my script is throwing back an error:
Saying that it cant convert my True or False Include statement to a color
It's confusing the fuck out of me because I issued every check I know to make sure thats not whats going on. I checked for any open Color classes and there is none, if I set the 2 variables to false / true the error goes away but if I do a data.include?() of any kind, on a string, a float, a numeric, or a symbol is throws the error.
So what the hell is going on? It is obviously a problem with the class :P just don't know what!
If I figure it out ill make sure to update! if you need some of the source let me know!
For some reason my script is throwing back an error:
Saying that it cant convert my True or False Include statement to a color
It's confusing the fuck out of me because I issued every check I know to make sure thats not whats going on. I checked for any open Color classes and there is none, if I set the 2 variables to false / true the error goes away but if I do a data.include?() of any kind, on a string, a float, a numeric, or a symbol is throws the error.
So what the hell is going on? It is obviously a problem with the class :P just don't know what!
If I figure it out ill make sure to update! if you need some of the source let me know!