sweetgum83/scripts/reactor/3001000.js

4 lines
110 B
JavaScript
Raw Normal View History

2024-01-19 08:56:28 +00:00
function act() {
rm.playerMessage(5, "Poison Golem has been spawned.");
rm.spawnMonster(9300180, 1);
}