1 | timer = 0; |
2 | con = 0; |
3 | hpmax = 100; |
4 | hp = hpmax; |
5 | active = 1; |
6 | destroytimer = 0; |
7 | frametype = 0; |
8 | sprite_index = spr_queen_winebubble_edit2; |
9 | image_xscale = 2; |
10 | image_yscale = 2; |
11 | image_speed = 1; |
12 | x = -9999; |
13 | y = -9999; |