If <answer> = <part of sound name>
<play sound <sound> until done>
HELP!!!!!!!!!
Offline
IHeartGaming wrote:
If <answer> = <part of sound name>
<play sound <sound> until done>
HELP!!!!!!!!!
I would suggest saving the name of the sound as a variable or a list if you have many sounds.
Then use that as the test.
<set{ Sound name variable }to( Name of sound
<if> <( <answer> <=> <{ Sound name }> )>
Last edited by what-the (2010-08-26 09:09:29)
Offline
what-the wrote:
IHeartGaming wrote:
If <answer> = <part of sound name>
<play sound <sound> until done>
HELP!!!!!!!!!I would suggest saving the name of the sound as a variable or a list if you have many sounds.
Then use that as the test.
<set{ Sound name variable }to( Name of sound
<if> <( <answer> <=> <{ Sound name }> )>
But s/he wants to make it that even if you only enter part of the name, it plays the sound anyways.
Offline
Ace-of-Spades wrote:
what-the wrote:
IHeartGaming wrote:
If <answer> = <part of sound name>
<play sound <sound> until done>
HELP!!!!!!!!!I would suggest saving the name of the sound as a variable or a list if you have many sounds.
Then use that as the test.
<set{ Sound name variable }to( Name of sound
<if> <( <answer> <=> <{ Sound name }> )>But s/he wants to make it that even if you only enter part of the name, it plays the sound anyways.
Then use a list and put in; if Sound name (any) contains <answer> then
Offline
You could just add the parts of the name that you want it to be able to identify to the list.
Offline
Its too hard right now.
Maybe in the next release of the project.
Thanks for the help.
Anyway, HERE IT IS!!!
Offline