mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03:00
Added sound(x), simplified version of playef(x)
This commit is contained in:
committed by
Ethan Lee
parent
1900c867aa
commit
d3197d10f7
@@ -3439,6 +3439,10 @@ bool scriptclass::loadcustom(const std::string& t)
|
|||||||
}else { tstring="play("+words[1]+")"; }
|
}else { tstring="play("+words[1]+")"; }
|
||||||
}
|
}
|
||||||
add(tstring);
|
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"){
|
}else if(words[0] == "playremix"){
|
||||||
add("play(15)");
|
add("play(15)");
|
||||||
}else if(words[0] == "flash"){
|
}else if(words[0] == "flash"){
|
||||||
|
|||||||
Reference in New Issue
Block a user