Ich hab auch den 1.02a. Der Code sah bei mir so aus ... Code: class Testklasse1 def initialize if $game_variables[1] == 1..8 then p "Bla" else p "Blub" end end end
class Testklasse1 def initialize if $game_variables[1] == 1..8 then p "Bla" else p "Blub" end end end
Foren-Regeln