Yeah i have Leon's quest log script but i have 1 small problem with it, when i call the scene the scene opens fine and all, just that theres no text at all, no text to read the quests or even see which ones are completed or not...I found the fix in the demo of the script before...but i don't have that anymore, nor can i even find the demo at all...
In the demo of the script that part was all in 1 line, and had a small difference that i can't remember... if any of you know about it i would greatly appreciate it if you could tell me the missing piece of the puzzle :/
Also i have a serious problem browsing this forum, you guys have this Ad that makes 5/6 of the screen black...pretty much nearly blindens me from all the content, is there anyway to disable that annoying ad ( theres a ''CLOSE'' button to the ad at the bottom of the page, but no matter how many times i click it, the Ad remains.)
Yeah i have Leon's quest log script but i have 1 small problem with it, when i call the scene the scene opens fine and all, just that theres no text at all, no text to read the quests or even see which ones are completed or not...I found the fix in the demo of the script before...but i don't have that anymore, nor can i even find the demo at all...
Only thing i know is that the problem is here :
#--------------------------------------------------------------------
# * Object initialization
#--------------------------------------------------------------------
# Leon_Edit add an array for each mission in @mission.
# [mission_id, 1]
#--------------------------------------------------------------------
def initialize
leon_gp_mission_initialize
@mission = {
0 => 1,
1 => 2,
2 => 3,
3 => 2, <----problem.
4 => 1,
5 => 1,
6 => 1,
}
end
end
#--------------------------------------------------------------------
# * Ends Game_Party
#--------------------------------------------------------------------
In the demo of the script that part was all in 1 line, and had a small difference that i can't remember... if any of you know about it i would greatly appreciate it if you could tell me the missing piece of the puzzle :/
Also i have a serious problem browsing this forum, you guys have this Ad that makes 5/6 of the screen black...pretty much nearly blindens me from all the content, is there anyway to disable that annoying ad ( theres a ''CLOSE'' button to the ad at the bottom of the page, but no matter how many times i click it, the Ad remains.)
Edited by ThalesrarShare this post
Link to post
Share on other sites