Home › Forums › Wayward › My Little Mod "Item Kit" › Reply To: My Little Mod "İtem Kit"
December 16, 2013 at 10:34 am
#4247
Vaughn “Drathy” Royko
Keymaster
There’s no proper API or modding documentation as of yet, so it’s just mostly looking through the source to find em’ 🙂
Spawn monster can be used like:
spawnMonster("", player.x+1, player.y);
spawnMonster("giantrat", player.x+1, player.y);
spawnMonster("pirateghost", player.x+1, player.y, true);
The last parameter “true” forces the spawn, even if the monster shouldn’t normally be spawned in that location.