I want to have two songs play one after another as a soundtrack (When one finishes, the next starts) When the health is under 30, a new song should play (not in this script)
I don't know how these blocks work or how to post them, but my script is "When I recieve Menu, repeat until (health)<30, play sound ____ until done, play sound ____ until done.
This means that until your health is under 30, Song 1 will play until done, then Song 2 will start, and when it finishes, Song 1 will begin again.
Here is what happens:
Song 1 plays for about 6 seconds. Then, it either restarts and plays from the beginning (Which sounds stupid), or continues straight into song 2! Help!
Offline
Can you heal? Nevermind I got mixed up with what you said.
Last edited by ImagineIt (2011-06-24 13:39:29)
Offline
Last edited by Kileymeister (2011-06-24 13:47:19)
Offline
Kiley Meister-
It looks exactly like the top one except instead of "health < 30 or health = 30, I just have "Health < 30.
Offline
LePenguino wrote:
Kiley Meister-
It looks exactly like the top one except instead of "health < 30 or health = 30, I just have "Health < 30.
That’s you’re problem. LOL
> (greater than sign) is COMPLETELY different from < (less than sign).
Because Kileymeister had the greater than sign, and you wrote the less than sign.
Offline