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.
|
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
|
|
}
|