Deltarune script viewer

← back to main script listing

gml_GlobalScript_c_wait_soundlength

(view raw script w/o annotations or w/e)
1
function c_wait_soundlength
c_wait_soundlength

function c_wait_soundlength(arg0) { c_wait(round(audio_sound_length(arg0) * room_speed)); }
(arg0)
2
{
3
    c_wait
c_wait

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