Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_battle_enemy_attack_tellyvis_remote_generator_Create_0

(view raw script w/o annotations or w/e)
1
if live_call()
2
    return global.live_result;
3
with (obj_tellyvis_body_a)
4
{
5
    sprite_index = spr_tellyvis_remote_1
6
    image_index = 0
7
    image_speed = 1
8
}
9
scene = 0
10
timer = 15
11
random_attack_list = ds_list_create()
12
ds_list_add(random_attack_list, "Crispy Slash", "Flier Flies", "Penilla Drawing", "Rorrim Mirror", "Candy Spear Corn", "Frostermit Ice Cubes", "Insomnitot Stars", "Know Cone Cherries", "Bowll Silverware", "Cactony Needle Side", "Dunebud Tumbleweeds")
13
random_attack_current = "nothing"
14
random_attack_current_last = "nothing"
15
attack_counter_current = -1
16
attack_counter_max = 4
17
attack_remote_destroy = false
18
instance_list = ds_list_create()
19
for (var i = 0; i < instance_number(all); i++)
20
    ds_list_add(instance_list, instance_find(all, i))