Table of Contents

Lua Scripts

Lua Script

Lua Scripts are used in Remixed Dungeon to implement custom game logic and behaviors.

Overview

Lua scripts provide a way to implement custom mechanics, behaviors, and content in Remixed Dungeon without requiring Java code changes.

Script Locations

Script Capabilities

Script Structure

Lua scripts typically follow a specific structure with required functions:

Integration

Scripts are integrated into the game engine and can interact with Java classes through the RPD library.

Benefits