Added sound(x), simplified version of playef(x)

This commit is contained in:
Marcella Houston
2025-04-23 20:04:08 -04:00
committed by Ethan Lee
parent 1900c867aa
commit d3197d10f7

View File

@@ -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"){