We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1900c86 commit d3197d1Copy full SHA for d3197d1
desktop_version/src/Script.cpp
@@ -3439,6 +3439,10 @@ bool scriptclass::loadcustom(const std::string& t)
3439
}else { tstring="play("+words[1]+")"; }
3440
}
3441
add(tstring);
3442
+ }else if(words[0] == "sound") {
3443
+ if(customtextmode==1){ add("endtext"); customtextmode=0;}
3444
+ tstring="playef("+words[1]+")";
3445
+ add(tstring);
3446
}else if(words[0] == "playremix"){
3447
add("play(15)");
3448
}else if(words[0] == "flash"){
0 commit comments