let namek = "https://i.pinimg.com/originals/b5/5b/0a/b55b0a86983d46d4dde3a5e1dd4f2a62.png"; let black = "https://cdn.wallpapersafari.com/54/57/VFmTa6.png"; let vegeta = "https://static.wikia.nocookie.net/animecross2roblox/images/f/ff/Base_Vegeta.png"; let bardock = "https://www.nicepng.com/png/full/964-9644229_view-fullsize-bardock-image-bardock-ssj-render.png"; let ost = "-dYr7cUDTMg"; function formatText(text) { return text.split("\t").join("").split("\n").join(" "); } module.exports = [ { background: black, text: "Click to start." }, { background: namek, audio: ost, text: formatText(` YOU: How the actual hell did I even end up in this mess? ME? Against FRIEZA!? `) }, { background: namek, audio: ost, text: formatText(` BARDOCK: Alright, runt. I know it looks kinda weird right now and I hate doin' this, but we need all the help we can get. That bastard Frieza's got somethin' up his sleeve to wipe us saiyans out for good! And we're not letting it happen!... what the-? `), middleChr: bardock }, { background: namek, audio: ost, text: formatText(` VEGETA: About time you all showed your faces. Guh- Kakarot, what in the world do you think you're playing at? drop the get-up and focus on training this punk and destroying Frieza! `), rightChr: bardock, leftChr: vegeta }, { background: namek, audio: ost, text: formatText(` BARDOCK: First off, get it straight. I'm not Kakarot, I'm his old man. Second off How the hell do you know my son's name? Ugh, forget it. There are more important matters at hand. `), rightChr: bardock, leftChr: vegeta }, { background: namek, audio: ost, text: formatText(` VEGETA: Gr.. so damn annoying. Anyway, listen here and listen well! We've only got one shot at tearing that tyrant down. As much as we'd love to rip him limb from limb, that just won't be possible with his power. But after measuring your immense power, I figured I would help you hone it a bit. `), rightChr: bardock, leftChr: vegeta }, { background: namek, audio: ost, text: formatText(` BARDOCK: And I've got a word or two to have with you myself. I wanna show ya what I've learned over the years and help in anyway I can. Doesn't matter what. But don't get me twisted, I'm not trying to be nice. I just want Frieza's head on a platter. `), rightChr: bardock, leftChr: vegeta }, { background: namek, audio: ost, text: formatText(` VEGETA: Now get ready! Come at both of us as if you mean to kill us, if you yourself want to live. We'll be doing the same! `), rightChr: bardock, leftChr: vegeta }, { background: namek, audio: ost, text: formatText(` BARDOCK AND VEGETA: LET'S GO! `), rightChr: bardock, leftChr: vegeta }, { background: namek, audio: ost, text: formatText(` YOU: WAIT, CAN WE JUST WAIT A- yea, I'm so screwed. `), rightChr: bardock, leftChr: vegeta }, { background: black, text: "The end." } ];