Reformat and clean up reactor and base scripts

This commit is contained in:
P0nk
2021-09-09 23:38:09 +02:00
parent 3f43fe82d0
commit d9590078f5
231 changed files with 1192 additions and 1075 deletions

View File

@@ -20,14 +20,15 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
function act() {
if(rm.getPlayer().getEventInstance() != null){
rm.getPlayer().getEventInstance().setProperty("summoned", "true");
rm.getPlayer().getEventInstance().setProperty("canEnter", "false");
}
if (rm.getPlayer().getEventInstance() != null) {
rm.getPlayer().getEventInstance().setProperty("summoned", "true");
rm.getPlayer().getEventInstance().setProperty("canEnter", "false");
}
rm.changeMusic("Bgm06/FinalFight");
rm.spawnFakeMonster(8800000);
for (i=8800003; i<8800011; i++)
for (i = 8800003; i < 8800011; i++) {
rm.spawnMonster(i);
rm.createMapMonitor(280030000,"ps00");
}
rm.createMapMonitor(280030000, "ps00");
rm.mapMessage(5, "Zakum is summoned by the force of Eye of Fire.");
}