Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_vfx_test_Other_10

(view raw script w/o annotations or w/e)
1
timestamp_string = "";
2
if (count > 0)
3
{
4
    for (i = 0; i < count; i++)
5
        timestamp_string += (string_format_zero(i, 2, 0) + " - " + string_format_zero(timestamps[i], 3, 0) + " (" + string_format_zero(timestamps[i] / 30, 2, 2) + ")#");
6
}