mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-07-07 19:45:00 +00:00
Added sound(x), simplified version of playef(x)
This commit is contained in:
parent
d419c6ed5b
commit
156519f4ed
1 changed files with 4 additions and 0 deletions
|
@ -3437,6 +3437,10 @@ bool scriptclass::loadcustom(const std::string& t)
|
|||
}else { tstring="play("+words[1]+")"; }
|
||||
}
|
||||
add(tstring);
|
||||
}else if(words[0] == "sound") {
|
||||
if(customtextmode==1){ add("endtext"); customtextmode=0;}
|
||||
tstring="playef("+words[1]+")";
|
||||
add(tstring);
|
||||
}else if(words[0] == "playremix"){
|
||||
add("play(15)");
|
||||
}else if(words[0] == "flash"){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue