jayje
Apr 19 2010, 01:00 PM
I tried to use a cond. branch to check if a certain group of switches are on but got an error. I used $game_switches[10...14].id = true. but got an error msg. any ideas?
Kread-EX
Apr 20 2010, 02:12 AM
Rather than checking if all are true, you can check in any is false.
Like this: not $game_switches[10..14].include?(false)
This will check in any switch between 10..14 is false and return false if this is the case.
jayje
Apr 20 2010, 05:20 AM
Thanks Kread but i founD a fix for this. G.F.T.H.
Kread-EX
Apr 20 2010, 06:54 AM
Out of curiosity, what kind of fix ?
jayje
Apr 20 2010, 08:38 AM
someone posted a solution for me
HERE
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.