I'm pretty stuck at this point. I've tried:
$game_screen.start_shake(2, 3 , 4)
$game_map.screen.start_shake(2, 3 , 4)
... I also tried transferring the attr_reader (and making it an accessor) to my script, but I'm getting nothing.
A little help?
Edit: I'm an idiot. I fixed it. (A conditional that triggered after a variable reset)
It's $game_screen.start_shake(2, 3 , 4)