Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_attack_ceroba_transform_ring_Create_0

(view raw script w/o annotations or w/e)
1
if live_call()
2
    return global.live_result;
3
surf = surface_create(640, 480)
4
attack_delay = 0
5
image_xscale = 10
6
image_yscale = 10
7
image_alpha = 0
8
image_speed = 0
9
var ring_sound = audio_play_sound(snd_ceroba_bullet_rise, 1, 0)
10
audio_sound_pitch(ring_sound, 1.2)