sweetgum83/scripts/reactor/5511000.js
2024-01-19 03:56:28 -05:00

10 lines
308 B
JavaScript

/* @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!");
}
}