File tree Expand file tree Collapse file tree 3 files changed +32
-2
lines changed
Expand file tree Collapse file tree 3 files changed +32
-2
lines changed Original file line number Diff line number Diff line change 88 <parentName >< undefined> </parentName >
99 <maskName >< undefined> </maskName >
1010 <events >
11+ <event eventtype =" 2" enumb =" 1" >
12+ <action >
13+ <libid >1</libid >
14+ <id >603</id >
15+ <kind >7</kind >
16+ <userelative >0</userelative >
17+ <isquestion >0</isquestion >
18+ <useapplyto >-1</useapplyto >
19+ <exetype >2</exetype >
20+ <functionname ></functionname >
21+ <codestring ></codestring >
22+ <whoName >self</whoName >
23+ <relative >0</relative >
24+ <isnot >0</isnot >
25+ <arguments >
26+ <argument >
27+ <kind >1</kind >
28+ <string ></string >
29+ </argument >
30+ </arguments >
31+ </action >
32+ </event >
1133 <event eventtype =" 2" enumb =" 0" >
1234 <action >
1335 <libid >1</libid >
4971 <kind >1</kind >
5072 <string >if(instance_exists(oServer)){
5173 with(oServer) event_user(2);
52- alarm[0] = 120;
5374}
5475</string >
5576 </argument >
@@ -79,6 +100,12 @@ if(alarm[0] > 0){
79100 draw_text(x - 12, y + 12, "Loaded slot " + string(global.slot) + "!");
80101 draw_set_halign(fa_left);
81102}
103+
104+ if(alarm[1] > 0){
105+ draw_set_halign(fa_right);
106+ draw_text(x - 12, y + 12, "Save " + string(global.slot) + " doesn't exist!");
107+ draw_set_halign(fa_left);
108+ }
82109</string >
83110 </argument >
84111 </arguments >
Original file line number Diff line number Diff line change @@ -1711,6 +1711,9 @@ switch(type_event){
17111711 ds_list_destroy(list);
17121712 alarm[2] = 30;
17131713 alarm[5] = 30;
1714+ oLoad.alarm[0] = 120;
1715+ } else {
1716+ oLoad.alarm[1] = 120;
17141717}
17151718
17161719</string >
Original file line number Diff line number Diff line change 4848 <arguments >
4949 <argument >
5050 <kind >1</kind >
51- <string >if(oLoad.alarm[0] < 0 && oSave.alarm[0] < 0){
51+ <string >if(oLoad.alarm[0] < 0 && oSave.alarm[0] < 0 && oLoad.alarm[1] < 0 ){
5252 global.slot++;
5353
5454 if(global.slot > 3){
You can’t perform that action at this time.
0 commit comments