Showing results for

player

movement

on eldiron.com
eldiron.com › docs › reference › scripting client
Scripting: Client | Eldiron
...Move the player south.
- First-Person: Move the player backward in their current facing direction.
none
action("none")
Stops any ongoing movement or rotation...
eldiron.com › docs › reference › screens widgets
Screens and Widgets | Eldiron
...You can insert dynamic values using placeholders like {PLAYER.STR}
or {PLAYER.DEX}
, which will be replaced at runtime. {PLAYER.FUNDS}
gets replaced by...
eldiron.com › docs › reference › events
Events | Eldiron
...Triggered when the player triggers an intent towards another entity or item. Either via a movement based keyboard shortcut or by clicking on the...
eldiron.com › docs › exmples
Examples | Eldiron
...For example, you could open a door when:
- A character bumps into it.
- The player clicks a "Use" or "Open" button.
Let's start...
eldiron.com › docs › reference › attributes
Attributes | Eldiron
...name = "Golden Key"
player
Character-only attribute.
Marks the character as a player-controlled character that receives input events.
player = true