You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AM2R-Multitroid-Fair-Team-PVP/Export_Code/gml_Object_oElderSeptogg_Cr...

18 lines
332 B

with (other.id)
{
max_down_speed = 1
max_up_speed = 2
material = 2
viscidTop = 1
makeActive()
image_index = choose(1, 2, 3)
frequency = 0.1
amplitude = 2
timer = irandom(100)
parent = irandom(3)
grounded = 0
lift = 0
yy = (sin((timer * frequency)) * amplitude)
alarm[1] = 1
}