Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 NoMethodError, help on fixing it
#4
@gRaViJa
$game_system is initialized only after the new game/load game. so you can simply check if it's different from nil.

if $game_system != nil and $game_system.queue.size > 0 and @frame < 1
Reply }


Messages In This Thread
NoMethodError, help on fixing it - by gRaViJa - 07-11-2011, 06:48 PM
RE: NoMethodError, help on fixing it - by deValdr - 07-11-2011, 07:04 PM
RE: NoMethodError, help on fixing it - by gRaViJa - 07-11-2011, 07:10 PM
RE: NoMethodError, help on fixing it - by Victor Sant - 07-14-2011, 05:41 AM



Users browsing this thread: