function c_wait_soundlengthc_wait_soundlengthfunction c_wait_soundlength(arg0) { c_wait(round(audio_sound_length(arg0) * room_speed)); }(arg0)
{
c_waitc_waitfunction c_wait(arg0) { c_cmd("wait", arg0, 0, 0, 0); }(round(audio_sound_length(arg0) * room_speed));
}