Whenever i encounter an enemy in game, i get a
"Script 'game_System' line 47: Typeerror occured
cannonvert convert nil string
Line 47:
Audio.bgm_play("Audio/BGM/" + bgm.name, bgm.volume, bgm.pitch)
Other music plays in the game find but as soon as i encounter an enemy i get a crash.
Any ideas?
EDIT: I am also using the random battle music script. I fixed the problem by entering Battle01 into the random music script box, but now when i encounter a battle it says "cannot find /audio/Bgm/Battle01 =S Where is the music supposed ot be that comes with the game?
"Script 'game_System' line 47: Typeerror occured
cannonvert convert nil string
Line 47:
Audio.bgm_play("Audio/BGM/" + bgm.name, bgm.volume, bgm.pitch)
Other music plays in the game find but as soon as i encounter an enemy i get a crash.
Any ideas?
EDIT: I am also using the random battle music script. I fixed the problem by entering Battle01 into the random music script box, but now when i encounter a battle it says "cannot find /audio/Bgm/Battle01 =S Where is the music supposed ot be that comes with the game?