inkchargen/game/cyclink.ink
2024-01-09 13:30:37 +07:00

23 lines
346 B
Plaintext

-> control_panel
VAR dest = "Earth" // Or whatever data type you want
=== control_panel ===
#CLEAR
You are looking at a control panel.
DESTINATION: <> {cycle:
- Earth
~dest = "Earth"
- Mars
~dest = "Mars"
- Venus
~dest = "Venus"
}
+ [Next Destination]
-> control_panel
+ [Select]
-> next
=== next ===
You travel to {dest}.