Deltarune (Chapter 5) script viewer
← back to main script listing
gml_Object_obj_climb_bouldergenerator_PreCreate_0
(view raw script w/o annotations or w/e)
|
1
|
event_inherited();
|
|
2
|
timer = 0;
|
|
3
|
threshhold = 120;
|
|
4
|
bouncerange = 4;
|
|
5
|
waitmin = 40;
|
|
6
|
waitmax = 60;
|
|
7
|
bouncemin = -6;
|
|
8
|
badrate = -1;
|
|
9
|
trig = "none";
|