hestia-rsps / hestia

An open-source Kotlin game server.
BSD 3-Clause "New" or "Revised" License
16 stars 4 forks source link

Npc spawn scripting #148

Open GregHib opened 4 years ago

GregHib commented 4 years ago

Replace temporary NpcSpawns with an object system for creating npcs inside of scripts.

Example syntax:

fun npcSpawn(id: Int, x: Int, y: Int, plane: Int = 0, direction: Direction = NONE) {
}