Ok heres the deal I have been making this game and it has been working the just one time I play tested it one of the events don't run anymore. It use to run find and now it just wont. It just stays there doing nothing. I don't think I edit anything that would cause this I hope someone sees something that I am not. Heres the event.
So ya I'm not sure if maybe to much sound effects or bgm would cause this because thats what i have been working on lately before this happened. So I don't know any ideas would be awesome. I also tried making it a parallel process. Still it wont run. O also the player gets transferred to this location and that is where the event is.
O ya also I just added this script to play sound when you level up.
but I tried to remove it and still a no go.
So ya I'm not sure if maybe to much sound effects or bgm would cause this because thats what i have been working on lately before this happened. So I don't know any ideas would be awesome. I also tried making it a parallel process. Still it wont run. O also the player gets transferred to this location and that is where the event is.
O ya also I just added this script to play sound when you level up.
Code:
class Window_BattleStatus
#--------------------------------------------------------------------------
# * Set Level Up Flag
# actor_index : actor index
#--------------------------------------------------------------------------
def level_up(actor_index)
@level_up_flags[actor_index] = true
$game_system.se_play("086-Action01")
end
end
but I tried to remove it and still a no go.