Kingdom Ablaze
Sponsor
how do i make it so i can make this work? like what is wrong?
if $game_switches[101] == true
#code
elsif
#code
end
also if you dont mind could i use a if statment to control how many options are in the command window. like:
s1 = ""
if $game_switches[101] == true
s2 = ""
end
i dont think it is that simple what do i need to do with this line?
@command_window = Window_Command.new(192, [s1, s2, s3])
if $game_switches[101] == true
#code
elsif
#code
end
also if you dont mind could i use a if statment to control how many options are in the command window. like:
s1 = ""
if $game_switches[101] == true
s2 = ""
end
i dont think it is that simple what do i need to do with this line?
@command_window = Window_Command.new(192, [s1, s2, s3])