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

4 lines
110 B
JavaScript

function act() {
rm.playerMessage(5, "Poison Golem has been spawned.");
rm.spawnMonster(9300180, 1);
}