I am getting an error on Yanfly's Scan + Bestiary script when trying to to view the States page of a scanned monster. I have included the script (The spoiler and codebox don't seem to be working atm) and I have included the lines of which I am getting this error.
Here are lines 2318-2340 where I am getting the error:
Lines 2318 - 2340
result = [0,1,2,3,4,5,6][rank] if result == 0 draw_icon(YE::MENU::MONSTER::ICON_E_RATE_Z, x, y, true) elsif result == 1 draw_icon(YE::MENU::MONSTER::ICON_E_RATE_A, x, y, true) elsif result == 2 draw_icon(YE::MENU::MONSTER::ICON_E_RATE_B, x, y, true) elsif result == 3 draw_icon(YE::MENU::MONSTER::ICON_E_RATE_C, x, y, true) elsif result == 4 draw_icon(YE::MENU::MONSTER::ICON_E_RATE_D, x, y, true) elsif result == 5 draw_icon(YE::MENU::MONSTER::ICON_E_RATE_E, x, y, true) elsif result == 6 draw_icon(YE::MENU::MONSTER::ICON_E_RATE_F, x, y, true) else draw_icon(YE::MENU::MONSTER::ICON_E_RATE_U, x, y, true) end x += 24 end y += WLH * 2 end end # make elements page
And here is the image
Destinynite1
Sep 8 2012, 06:47 PM
Bumps please.
Destinynite1
Sep 13 2012, 09:51 PM
Bump
Destinynite1
Sep 27 2012, 04:25 PM
Bump please (Sorry for necro. PC Issues)
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.