sweetgum83/scripts/reactor/5511000.js

10 lines
308 B
JavaScript
Raw Permalink Normal View History

2024-01-19 08:56:28 +00:00
/* @Author SharpAceX
* 5511000.js: Summons Targa.
*/
function act() {
const targaMobId = 9420542;
if (rm.getReactor().getMap().getMonsterById(targaMobId) == null) {
rm.summonBossDelayed(targaMobId, 3200, -527, 637, "Bgm09/TimeAttack", "Beware! The furious Targa has shown himself!");
}
}