Hey Guys!!! I put some little scripts in my game..... and when the character its going to open the range (in a skill) gives me this error
?????? BABS3? 7149 ??? No method error
undefined method [] for nil:NilCLass
The line is this:
@ranges[1].color.set(255, 255, 0, (16 - Graphics.frame_count % 32).abs *
.gif)
Somebody know what kind of script maybe cause the issue??? (A Map script, a Misc Script, etc)