Deltarune script viewer
← back to main script listing
gml_Object_obj_ch2_scene17b_lancer_type_Step_0
(
view raw script w/o annotations or w/e
)
1
if typing
2
{
3
type_timer++
4
if (type_timer >= type_time)
5
{
6
type_timer = 0
7
l_amount++
8
}
9
}