/tg/ Station 13 - Modules - TypesVar Details

adventure_node

Vars

choicesAll possible choices from this node, associative list of choice_id -> choice_data
delayPauses adventure for this long after the choice
delay_messageThis will show when the delay is happening.
descriptionThe actual displayed text
idUnique identifier for this node
image_namePreset image name, exclusive with raw_image
on_enter_effectsEffects fired when navigating to this node.
on_exit_effectsEffects fired when leaving this node.
raw_imageImage 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