1 | function scr_act_charsprite_end |
2 | { |
3 | for (i = 0; i < 10; i++) |
4 | { |
5 | with (_charactsprite[i]) |
6 | instance_destroy(); |
7 | } |
8 | with (obj_heroparent) |
9 | { |
10 | if (image_alpha == 0) |
11 | { |
12 | image_alpha = 1; |
13 | acttimer = 0; |
14 | state = 0; |
15 | global.faceaction[myself] = 0; |
16 | } |
17 | } |
18 | } |