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

7 lines
285 B
JavaScript

function act() {
if (rm.isAllReactorState(1029000, 0x04)) { // 0x04 appears to be the destroyed state
rm.killMonster(3230300);
rm.killMonster(3230301);
rm.playerMessage(6, "Once the rock crumbled, Jr. Boogie was in great pain and disappeared.");
}
}