12-28-2009, 01:04 PM
I have trouble with formation. My character stands in the air. I have change the script into this:
$sideview_mirror = $game_system.mnk_sm
$formation_max_member = $game_system.mnk_fmm
$formation_max_height = 200
$formation_max_width = $game_system.mnk_fmw
$battlestatus_height = 120
$formation_style = $game_system.mnk_fs
But it still doesn't work. My character formation still not changed. So what's wrong with me?
$sideview_mirror = $game_system.mnk_sm
$formation_max_member = $game_system.mnk_fmm
$formation_max_height = 200
$formation_max_width = $game_system.mnk_fmw
$battlestatus_height = 120
$formation_style = $game_system.mnk_fs
But it still doesn't work. My character formation still not changed. So what's wrong with me?