72 lines
2.1 KiB
Plaintext
72 lines
2.1 KiB
Plaintext
(
|
|
resources: {},
|
|
entities: {
|
|
4294967296: (
|
|
components: {
|
|
"outfly::actor::ChatBranch": (
|
|
id: "hialien",
|
|
name: "Icarus",
|
|
label: "INIT",
|
|
delay: 2.0,
|
|
sound: "ping",
|
|
reply: "Requesting permission to communicate...",
|
|
goto: "requested",
|
|
),
|
|
},
|
|
),
|
|
4294967297: (
|
|
components: {
|
|
"outfly::actor::ChatBranch": (
|
|
id: "hialien",
|
|
name: "Icarus",
|
|
label: "requested",
|
|
delay: 4.0,
|
|
sound: "connect",
|
|
reply: "Oh hey there!",
|
|
goto: "sup",
|
|
),
|
|
},
|
|
),
|
|
4294967298: (
|
|
components: {
|
|
"outfly::actor::ChatBranch": (
|
|
id: "hialien",
|
|
name: "Icarus",
|
|
label: "sup",
|
|
delay: 8.0,
|
|
sound: "chat",
|
|
reply: "Didn't even notice you! Was playing some VR game! What's up?",
|
|
goto: "reply1",
|
|
),
|
|
},
|
|
),
|
|
|
|
4294967299: (
|
|
components: {
|
|
"outfly::actor::ChatBranch": (
|
|
id: "hialien",
|
|
name: "Icarus",
|
|
label: "reply1",
|
|
delay: 1.5,
|
|
sound: "chat",
|
|
reply: "Not so chatty, huh? That's ok. See you around.",
|
|
goto: "disco",
|
|
),
|
|
},
|
|
),
|
|
4294967300: (
|
|
components: {
|
|
"outfly::actor::ChatBranch": (
|
|
id: "hialien",
|
|
name: "Icarus",
|
|
label: "disco",
|
|
delay: 0.0,
|
|
sound: "ping",
|
|
reply: "Disconnected.",
|
|
goto: "EXIT",
|
|
),
|
|
},
|
|
),
|
|
},
|
|
)
|