NARRATIVE

Read a value

Reads a value from the player or the project (a stat, an inventory list, the recipe catalogue, etc.).

Use cases

When you want to display vitality, the inventory list, the active quests, etc.

Parameters

Parameter Type Required Description
What to read No Pick the source (player or project catalogue) and which one.

→ In-game result

{
  "action": "Get",
  "what_to_read": "..."
}
In-game result

Exposes the read value through the data ports of the source (current/max for stats, items/count for lists, etc.).

Related actions