You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
page=Page.create(starting_point: true,content: "You wake up on a road. It's foggy and dampy. In your bag is 30 gold pieces and a bacon sandwich. Which do you choose?")
Page.create(conclusion: true,parent_id: page.id,content: "Go into the forest")
Page.create(conclusion: true,parent_id: page.id,content: "Walk down the road")