function RomanticStorylines:startStoryline(player, storyline) -- Start the storyline for the player local story = { player = player, storyline = storyline, choices = {} } -- Add the story to the RomanticStorylines table table.insert(RomanticStorylines, story) end