• Add Review
  • Subscribe
  • Nominate
  • Submit Media
  • RSS

Yet another script problem!

OK, all of my scripts for the upcoming download version are working fine except one, again. This one gives an option for character biographies. Every time I open the game it says: Syntax error, line 367.
Line 367 saysEverything leading up to line 367 says:
if Input.trigger?(Input::L)
$game_system.se_play($data_system.cursor_se)
@actor_index += $game_party.actors.size - 1
@actor_index %= $game_party.actors.size
$scene = Scene_Biography.new(@actor_index)
return
end
end
end- line 367

Can anyone help me and tell me what the problem is, as you may have guessed I stink at scripting!