VAR_RUN_TRIGGER_IMMEDIATELY -> TRIGGER_RUN_IMMEDIATELY

Getting rid of the VAR_ prefix, to avoid the porymap problem.
This commit is contained in:
tustin2121
2022-10-18 21:12:31 -04:00
parent 327c648e87
commit 4730870646
7 changed files with 38 additions and 38 deletions
+3 -3
View File
@@ -63,7 +63,7 @@
"x": 9,
"y": 18,
"elevation": 3,
"var": "VAR_RUN_TRIGGER_IMMEDIATELY",
"var": "TRIGGER_RUN_IMMEDIATELY",
"var_value": "0",
"script": "FarawayIsland_Entrance_EventScript_SetCloudsWeather"
},
@@ -72,7 +72,7 @@
"x": 10,
"y": 20,
"elevation": 3,
"var": "VAR_RUN_TRIGGER_IMMEDIATELY",
"var": "TRIGGER_RUN_IMMEDIATELY",
"var_value": "0",
"script": "FarawayIsland_Entrance_EventScript_ClearWeather"
},
@@ -81,7 +81,7 @@
"x": 22,
"y": 9,
"elevation": 3,
"var": "VAR_RUN_TRIGGER_IMMEDIATELY",
"var": "TRIGGER_RUN_IMMEDIATELY",
"var_value": "0",
"script": "FarawayIsland_Entrance_EventScript_SetCloudsWeather"
}