Skip to content

Scripting

Tianyi Ma edited this page Jul 27, 2017 · 1 revision

Ideally, all game logic is written in JavaScript scripts to be interpreted at launch. Scripts can be used to make and register: item attribute presets, skills, packet actions, etc. Scripts can also hook on to event triggers to handle game events.

Clone this wiki locally