rainevivian
Member
Hello!
Okay, So I'm working on this Cyber Punk Game, and I recently added Zeriab's Anti Event Lag System to cut down on some lag, and It worked amazingly. Honestly, the lag was so bad I could barely play the game on some large maps due to all the events, so its Imperative I have that script going. The Problem is, I have a scene that is inside a computer (Hacking) that needs to be running in mode 7.
http://www.rainevivian.com/screenshot.jpg[/img]
I got it to work fine, but I ran into one problem.
When the Transfer player event comes up, I get this Error, Script 'Anti Lag' line 1069:nomethoderror occurred. undefined method [] for nil: NilClass.
That line in the script is
sprites = @character_spritemap[[old_x,old_y]]
I know mode 7 is glitchy, but its pretty much Imperative to this scene.
Anyone got any ideas on how to fix this? Everything else works fine, its just when it transfers player that it gives me that Error.
Is there a way to turn off a script while in game? Maybe I could just turn off the Anti lag script for that scene.
Thanks for your help.
Okay, So I'm working on this Cyber Punk Game, and I recently added Zeriab's Anti Event Lag System to cut down on some lag, and It worked amazingly. Honestly, the lag was so bad I could barely play the game on some large maps due to all the events, so its Imperative I have that script going. The Problem is, I have a scene that is inside a computer (Hacking) that needs to be running in mode 7.
http://www.rainevivian.com/screenshot.jpg[/img]
I got it to work fine, but I ran into one problem.
When the Transfer player event comes up, I get this Error, Script 'Anti Lag' line 1069:nomethoderror occurred. undefined method [] for nil: NilClass.
That line in the script is
sprites = @character_spritemap[[old_x,old_y]]
I know mode 7 is glitchy, but its pretty much Imperative to this scene.
Anyone got any ideas on how to fix this? Everything else works fine, its just when it transfers player that it gives me that Error.
Is there a way to turn off a script while in game? Maybe I could just turn off the Anti lag script for that scene.
Thanks for your help.