1 | bikeflip = 0; |
2 | becomeflash = 0; |
3 | turnt = 0; |
4 | turns = 0; |
5 | talktimer = 0; |
6 | talkmax = 90; |
7 | state = 0; |
8 | flash = 0; |
9 | siner = 0; |
10 | fsiner = 0; |
11 | talked = 0; |
12 | attacked = 0; |
13 | hurt = 0; |
14 | hurttimer = 0; |
15 | hurtshake = 0; |
16 | mywriter = 343249823; |
17 | acting = 0; |
18 | actcon = 0; |
19 | acttimer = 0; |
20 | mercymod = 0; |
21 | maxmercy = 9999; |
22 | warned = 0; |
23 | compliment = 0; |
24 | tired = 0; |
25 | delete_n = 0; |
26 | attacks = 0; |
27 | dodgetimer = 0; |
28 | candodge = 0; |
29 | con = 0; |
30 | battlecancel = 0; |
31 | nexttry = 0; |
32 | mytarget = 3; |
33 | checkhp1 = global.hp[1]; |
34 | checkhp2 = global.hp[2]; |
35 | firstturn = 0; |
36 | image_xscale = 2; |
37 | image_yscale = 2; |
38 | idlesprite = spr_hathyx_idle; |
39 | hurtsprite = spr_hathyx_hurt; |
40 | sparedsprite = spr_hathyx_spared; |