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

This commit is contained in:
Marcella Houston 2025-04-23 20:04:08 -04:00
parent d419c6ed5b
commit 156519f4ed

View file

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