Help - Search - Members - Calendar
Full Version: Yanfly's Bestiary Error
RPG RPG Revolution Forums > Scripting > Script Development and Support
Destinynite1
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.

Replaced Script with Pastebin (see this link for the full script) in order to fix spoilers. - X-M-O


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
Bumps please.
Destinynite1
Bump
Destinynite1
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.
Invision Power Board © 2001-2013 Invision Power Services, Inc.