04-12-2010, 12:44 AM
This one is throwing up some problems for me.
Giving me SYNTAX ERRORS. Line 163 of the first script.
EDIT -- had to add "" near 'EMAIL' to have that part of the script show up. The word 'EMAIL' is actually in your script and I don't know why.
EDIT2 -- Fixed above problem but ran into another. When viewing 'Limit' on main menu, Line 319 causes a NoMethodError. Says there is an undefined method 'lb_type' for Game_Actor:0x165ce58 and won't let me go further. Incidentally, line 319 reads as follows:
@lb_type_window.index = @actor.lb_type
Quote:for i in ["EMAIL="0...@actor.skills.size"]0...@actor.skills.size[/EMAIL"]
skill = $data_skills[@actor.skills[i]]
Giving me SYNTAX ERRORS. Line 163 of the first script.
EDIT -- had to add "" near 'EMAIL' to have that part of the script show up. The word 'EMAIL' is actually in your script and I don't know why.
EDIT2 -- Fixed above problem but ran into another. When viewing 'Limit' on main menu, Line 319 causes a NoMethodError. Says there is an undefined method 'lb_type' for Game_Actor:0x165ce58 and won't let me go further. Incidentally, line 319 reads as follows:
@lb_type_window.index = @actor.lb_type