4 lines
110 B
JavaScript
4 lines
110 B
JavaScript
function act() {
|
|
rm.playerMessage(5, "Poison Golem has been spawned.");
|
|
rm.spawnMonster(9300180, 1);
|
|
} |