Quote from: Blizzard on January 10, 2010, 05:54:56 am
Oh, lol! Lexima Legends 3 has the subtitle Blood of the Gods. :3
Hmm... I never thought a out the fact that your current project is titled as #4... Are 1-3 available anywhere?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Quote from: Blizzard on January 10, 2010, 05:54:56 am
Oh, lol! Lexima Legends 3 has the subtitle Blood of the Gods. :3

ids = [11, 12, 13, 14, 15, 16, 17,
18, 19, 20, 21, 22, 23, 24, 26, 27,
28, 30]
max = $game_variables[ids.shift]
ids.each {|id|
if max < $game_variables[id]
max = $game_variables[id]
end}
$game_variables[31] = maxids = [11, 12, 13, 14, 15, 16, 17,
18, 19, 20, 21, 22, 23, 24, 26, 27,
28, 30]
max = $game_variables[ids.shift]
ids.each {|id|
if max < $game_variables[id] &
max = $game_variables[11] : max = 11
elsif max = $game_variables[12] : max = 12
elsif max = $game_variables[13] : max = 13
elsif max = $game_variables[14] : max = 14
elsif max = $game_variables[15] : max = 15
elsif max = $game_variables[16] : max = 16
elsif max = $game_variables[17] : max = 17
elsif max = $game_variables[18] : max = 18
elsif max = $game_variables[19] : max = 19
elsif max = $game_variables[20] : max = 20
elsif max = $game_variables[21] : max = 21
elsif max = $game_variables[22] : max = 22
elsif max = $game_variables[23] : max = 23
elsif max = $game_variables[24] : max = 24
elsif max = $game_variables[26] : max = 26
elsif max = $game_variables[27] : max = 27
elsif max = $game_variables[28] : max = 28
elsif max = $game_variables[30] : max = 30
end}
$game_variables[31] = max