adventure_node

Vars | |
choices | All possible choices from this node, associative list of choice_id -> choice_data |
---|---|
delay | Pauses adventure for this long after the choice |
delay_message | This will show when the delay is happening. |
description | The actual displayed text |
id | Unique identifier for this node |
image_name | Preset image name, exclusive with raw_image |
on_enter_effects | Effects fired when navigating to this node. |
on_exit_effects | Effects fired when leaving this node. |
raw_image | Image in base64 form. Exclusive with image_name |
Var Details
choices

All possible choices from this node, associative list of choice_id -> choice_data
delay

Pauses adventure for this long after the choice
delay_message

This will show when the delay is happening.
description

The actual displayed text
id

Unique identifier for this node
image_name

Preset image name, exclusive with raw_image
on_enter_effects

Effects fired when navigating to this node.
on_exit_effects

Effects fired when leaving this node.
raw_image

Image in base64 form. Exclusive with image_name