Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local DialogueData = {
- ["gabrielcatdog"] = {
- PortraitId = "rbxassetid://129878706257599",
- Startnode = "Greetings",
- Nodes = {
- ["Greetings"] = {
- Text = "Hey there! Roads ahead aren't as safe as they look"
- Choices = {
- {Text = "Why?}, Next = "AskWhy"
- {Text = "Explain", Next = "AskExplain"}
- {Text = "Bye", Next = "EXIT"}
- }
- }
- }
- }
- }
- }
- return DialogueData
Advertisement
Add Comment
Please, Sign In to add comment