1 | function scr_actinfo |
2 | { |
3 | actcost = -1; |
4 | acttype = 0; |
5 | actspell = 0; |
6 | actor = obj_debug_gui; |
7 | actname = " "; |
8 | switch (arg0) |
9 | { |
10 | case 0: |
11 | actcost = -1; |
12 | acttype = 0; |
13 | actspell = 0; |
14 | actor = obj_debug_gui; |
15 | actname = " "; |
16 | break; |
17 | case 1: |
18 | actcost = -1; |
19 | acttype = 0; |
20 | actspell = 0; |
21 | actor = obj_debug_gui; |
22 | actname = |
23 | break; |
24 | case 2: |
25 | actcost = -1; |
26 | acttype = 1; |
27 | actspell = 2; |
28 | actor = obj_chapter_continue; |
29 | actname = |
30 | break; |
31 | } |
32 | } |