Skip to main content

Eldrin Script Editor

Eldrin Script Editor

The Eldrin script editor is active when an Eldrin Scripting item is selected for a world, region, character, or item.

It allows you to directly edit in the Eldrin Scripting Language.

While the game is running, the editor also visualizes the latest execution workflow for the selected World, Region, Character, or Item script. Executed lines and taken branches are highlighted directly in the source, and captured values can appear as inline badges. This live overlay complements the runtime messages in the sidebar's Debug page.

This editor writes gameplay scripts for the selected project object. Creator automation functions such as editor_action and editor_tool belong to Scepter's separate editor-automation host; typing them into an ordinary world, region, character, or item script does not make them available there. See Scepter: Remote Editing.