Canceled Double Dragon Rosetta Stones

Project is halted prior to completion and will not receive further updates.
Okay I need a little help here. How do I make the music change when a new group of enemies appear on screen?

Edit: Never mind I figured it out already thanks.
 
nsw25 said:
M-Impact said:
Okay I need a little help here. How do I make the music change when a new group of enemies appear on screen?

Edit: Never mind I figured it out already thanks.

why not share how it is done in case someone reading this is also curious ?

Oh yeah sure np, its a pretty simple task as I was just testing it to see if it would work and it did lol. Here is an example:
Code:
spawn	Enemy_7
alias	Wooden_Doll
coords	430 220
at	0

group	4 4
at	320

wait
at	320

music 	data/music/mission5-3-1.ogg 1
at	320

spawn	Enemy_8
alias	Big_Mummy
coords	-70 160
at	0
 
;D Okay guys the game is completed I will put it up tomorrow and this will be my very first mod that I completed in a very long time.
 
Back
Top Bottom