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