Creating an Entity Mod

From SkyCorp Global
Revision as of 02:54, 21 December 2017 by SkyCorp (talk | contribs)

Entities in The Underworld are generic objects. They can have custom LUA code, allowing you to make them do interesting things.

These tutorials will help introduce you to writing LUA-enabled mods.

Recommended prerequisites

  • Try making a quick Monster Mod to learn more about text parsing.
  • Some basic knowledge on LUA scripting will be necessary:

Tutorials

Reference