Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.67 KB | None | 0 0
  1. # The script of the game goes in this file.
  2.  
  3. # Declare characters used by this game. The color argument colorizes the
  4. # name of the character.
  5.  
  6. define b = Character("Bakugo")
  7. define t = Character("Todoroki")
  8. define m = Character("Momo")
  9. define tm = Character("Todoroki & Momo")
  10. define b2 = Character("*Muffled Bakugo in the Distance*")
  11. define d = Character("Midoriya")
  12. image baku = "bakugou.png"
  13. image todo = "todoroki.png"
  14. image bg = "school.jpg"
  15. image momo = "momo.png"
  16. image deku = "izuku.png"
  17. image w = "white.jpg"
  18.  
  19. # The game starts here.
  20.  
  21. label start:
  22.  
  23. play music "music.mp3"
  24.  
  25. scene black
  26.  
  27. show text "Bakugo Asks a Question" at truecenter
  28. with dissolve
  29. pause 1
  30. hide text
  31. with dissolve
  32.  
  33. scene bg
  34.  
  35. with Dissolve (1)
  36.  
  37. show baku at right
  38.  
  39. b "..."
  40. b "Fucking...the hell is that damned candy cane ass fucker at!?"
  41. b "I didn't come this early just so he couldn't..."
  42.  
  43. hide baku with Dissolve (1)
  44.  
  45. show todo at left with Dissolve (1)
  46.  
  47. t "..."
  48.  
  49. hide todo
  50.  
  51. show baku at right
  52.  
  53. b "Oh fuck he's actually..."
  54. b "I MEAN OH FUCKING FINALLY HE'S HERE!!"
  55. b "wait...who the hell is he with?"
  56.  
  57. hide baku with Dissolve (1)
  58.  
  59. show todo at left with Dissolve (1)
  60.  
  61. show momo at truecenter with Dissolve (1)
  62.  
  63. tm "*muffled chit chat*"
  64.  
  65. hide todo
  66.  
  67. hide momo
  68.  
  69. show baku at right
  70.  
  71. b "WHAT THE FUCK!?"
  72. b "WHY THE HELL IS HE WITH THAT BLACK HAIRED CUNT!? FUCKING MOLECULAR EXPLOITING ASS, PRISSY ASS, SASSY ASS LITTLE..."
  73.  
  74. hide baku
  75.  
  76. show todo at left
  77.  
  78. show momo at truecenter
  79.  
  80. b2 "{size=-10}CUNT PRIVILGED QUIRK OPPRESSIVE FAN SERVICE ASS LITTLE FUCKING WHORE SLUT FEMALE OFFENSIVE SLUR I'LL FUCKING LIGHT THE FUCK OUT OF THAT ASSHOLE SO FAST NOTHING SHE CAN GENERATE WILL SAVE HER WITH THAT BULLSHIT DUMB ASS QUIRK WHO THE FUCK DOES SHE EVEN THINK SHE IS WHY THE FUCK IS TODO EVEN HANGING AROUND THAT WASTE OF HUMAN LIFE SHE FUCKING SKIPPED THE ENTRANCE EXAMS BECAUSE SHE'S SO FUCKING PRIVLEGED SHE DOESN'T DESERVE THAT FUCKING AMAZING LITTLE SWEET...{/size}"
  81.  
  82. m "Did you hear something?"
  83.  
  84. t "Yeah, sounds like a kid who's screaming because he broke his fidget spinner"
  85.  
  86. m "Pft, of course, well I'll see you later"
  87.  
  88. t "Yeah, see you"
  89.  
  90. hide momo with Dissolve (1)
  91. $ renpy.pause(1)
  92. hide todo
  93.  
  94. show baku at right
  95.  
  96. b "EQUIVALENT EXCHANGE CHEATING ASS PHYSICS EXPLOITING PONY TAIL ASS SHOW OFF FUCKING BI-"
  97. b "Huh? she left, fucking finally he shoved her off"
  98. b "Wait so...now would be the perfect time to..."
  99. b "Alright, here's my chance..."
  100.  
  101. menu:
  102. "Approach him respectfully and address him":
  103. jump choice1
  104.  
  105. "Politely gesture him to come over to you":
  106. jump choice2
  107.  
  108. "Respect his space and keep your distance until he notices you":
  109. jump choice3
  110.  
  111.  
  112. label choice1:
  113. hide baku with Dissolve(1)
  114. show todo at left with Dissolve(1)
  115. $ renpy.pause(1)
  116. show baku with Dissolve(1)
  117. t "oh, what do yo-"
  118. b "SHUT YOUR GOD DAMN HYBRID ASS MOUTH! I DIDN'T WALK OVER HERE FOR YOU TO FUCKING BACK TALK ME LIKE YOU'RE DAMN SUPERIOR OVER ME WITH THAT GLOWING ABDOMEN!"
  119. t "What was that?"
  120. b "I SAID YOU SHOULD JUMP OFF A BRIDGE YOU TWO FACED JACK OFF!"
  121. t "I see...and why exactly have you approached me?"
  122. b "(Fucking fuck shit fuck fuck! He isn't intimidated by me, the fuck do I do?)"
  123. menu:
  124. "Considerately acknoledge his question and answer it truthfully":
  125. jump one
  126.  
  127. "Keep fucking insulting him to he kneels to you":
  128. jump two
  129.  
  130. "stare":
  131. jump three
  132.  
  133. label three:
  134. b "..."
  135. t "..."
  136. b "..."
  137. t "Um, why is your face turning so red?"
  138. b "Why are your cheekbones so..."
  139. b "(I don't know why I thought this would be a good idea)"
  140. "The two just kind of stood there, awkwardly staring at eachother til the bell rang. Neither of them really knew what was going on, and Todoroki knew if he spoke up, Bakugou would just yell."
  141. "Nothing was accomplished, but Bakugou got to look at that SWEET Todo bod."
  142. "Awkward Ending"
  143. return
  144.  
  145. label two:
  146. b "I DIDN'T COME TO YOU, YOU ALBINO FUCKING DIP CRAP!"
  147. t "My hair is only half white but ok"
  148. b "(WHY DOES HE ALWAYS JUST TAKE THE INSULTS!? THE FUCK DO I DO!?)"
  149. b "(SHIT SHIT! I FUCKED UP!...what can I...hmpf, what would Deku do?)"
  150. play sound "sfx-wipe.wav"
  151. show w with Dissolve(0.5)
  152. hide baku
  153. hide todo
  154. scene w
  155. show deku
  156. d "You should try being more sincere Kacchan! He'll be more open to you if you do"
  157. play sound "sfx-explosion.wav"
  158. b "*blast*"
  159. d "AH! KACCHAN WH-"
  160. b "FUCK OFF!"
  161. hide deku
  162. play sound "sfx-wipe.wav"
  163. scene bg
  164.  
  165. show todo at left
  166.  
  167. show baku
  168.  
  169. t "...Well, I'll be going the-"
  170. b "WAIT!"
  171. t "I really don't want to"
  172. b "NO SHUT THE FUCK UP! I DONT GIVE A RAT'S ASS ABOUT WHAT YOU THINK!...BUT...JUST LIKE..."
  173. t "It's...really not that hard to not be angr-"
  174. b "DO YOU WANT TO LIKE...meet up sometime after school...to like...maybe do some training...t-togeth-"
  175. b "*vomits*"
  176. t "Oh my...why is it so hard for you to b-"
  177. b "DO YOU WANT TO HANG OUT AFTER SCHOOL TO TRAIN TOGETHER!?"
  178. t "..."
  179. b "..."
  180. b "WELL!...fuck...I just, thought we worked well together during our class trip and..."
  181. t "Bakugou, do you rea-"
  182. b "IF I'M NOT GETTING A STRAIGHT AS FUCK ANSWER THEN I CAN JUST LEAVE ALRIGHT! IN FACT YOU KNOW WHAT, FORGE-"
  183. t "I'd be more than happy to spend some time after school"
  184. b "I WILL BLAST ALL THE WAY TO GENERAL STUDIES YOU-...wait, no shit?"
  185. t "Of course, all you had to do was ask, I have no problem with it, and I also enjoyed out time during camp"
  186. b "I...well, whatever that's cool I guess, I'll uh, be here right after school then"
  187. t "Great, I'll see you then, I also know a great place for us to eat afterwards to if you're hungry then"
  188. b "..."
  189. t "Holy hell how and why are you dropping your jaw so low..."
  190. t "oh, that's the bell, I'l see you later then"
  191. hide todo with Dissolve(1)
  192. b "..."
  193. show deku at right with Dissolve(1)
  194. d "Kacchan! What were you just talking to Todoroki ab-"
  195. t "*AGRESSIVE VOMITING*"
  196. d "OH MY GOD IT'S EXPLOSIVE! EVERYONE TAKE COVER!"
  197. "Bakugou almost learned the power of being earnest today, but instead he proceeded to express these new emotions through kicking the shit out of Midoriya later"
  198. "Best end"
  199. return
  200.  
  201.  
  202. label choice2:
  203. hide baku with Dissolve(1)
  204. show todo at left with Dissolve(1)
  205. t "..."
  206. t "Why is Bakugou flipping me off?"
  207. hide todo with Dissolve(1)
  208. show baku at right with Dissolve(1)
  209. b "..."
  210. b "Why isn't he coming over"
  211. b "I'm not walking up to him"
  212. b "..."
  213. b "he's leaving"
  214. b "..."
  215. b "god damnit"
  216. jump choice1
  217.  
  218. label choice3:
  219. b "Pft, I don't need to approach that hot ass...hole...I meant...hole..."
  220. b "..."
  221. b "He'll come running to me eventually"
  222. hide baku
  223. show todo at left with Dissolve(1)
  224. t "..."
  225. t "Oh hey, it's Bakugou"
  226. t "I do kind of want to talk to hi-"
  227. t "..."
  228. t "He looks very pissed at me"
  229. t "I understand this is apart of his personality, but even this is a bit much for him, I wonder what has him so on edge?"
  230. hide todo with Dissolve(1)
  231. show baku at right with Dissolve (1)
  232. show todo at left with Dissolve(1)
  233. b "(Woah wait what the hell, he actually came to me? Oh fuck fucking shit fuck fuck I didn't expect this the hell do I-)"
  234. t "Hello Bakug-"
  235. b "YEAH I BET YOU FLEX THAT SMOKIN BOD IN THE MIRROR!"
  236. t "..."
  237. b "(Getting there)"
  238. t "Ignoring that, you doing well?"
  239. b "(What the fuck, is he actually striking conversation with me? How should I...)"
  240. b "I'm sorry who went up to you and said it was acceptable to talk to me that way?"
  241. t "I...is there something bothering you today? This is a bit much even for you"
  242. b "Oh ok, what the fuck are you up to then? If you knew that I was so on edge today, why the fuck did you decide to talk to me then you Christmas fuck"
  243. t "You do know that people can be, worried, right?"
  244. b "(AAAAAAAAAAAAAAAAAAAAA)"
  245. b "MAYBE I DON'T NEED A LITTLE 50/50 ASS SNOWCONE DIP SHITS TO BE WORRIED ABOUT ME ALRIGHT!?"
  246. t "*sighs* Bakugou, why are you here?"
  247. b "(WHY IS HE THE ONLY ONE WHO ISN'T PHASED BY MY YELLING!?)"
  248. b "FU-"
  249. t "And before you start spouting slurs at me, if you don't just tell me straight right now, I'm leaving"
  250. b "(Fucking...then, maybe I should...)"
  251. menu:
  252. "Just tell him holy shit Bakugou":
  253. jump a
  254. "Keep playing hard to get":
  255. jump b
  256. label b:
  257. b "I don't need some hybrid ass-"
  258. t "Yeah ok no"
  259. hide todo with Dissolve(1)
  260. b "..."
  261. b "He'll come back"
  262. "He did not come back"
  263. "You fucked up, ending"
  264. return
  265.  
  266. label a:
  267. b "(Shit...I really can't have him leave...grrrrrrrrr)"
  268. t "..."
  269. t "well if you're going to be like this, I'll jus-"
  270. b "DO YOU WANT TO FUCKING TRAIN AFTER SCHOOL OR WHAT!?"
  271. t "..."
  272. b "WHAT!? I JUST THOUGHT WE WORKED PRETTY WELL TOGETHER AT CAMP AND-"
  273. t "Y-yeah, of course"
  274. b "SO IF YOU DON'T CARE THEN-...wait, not shitting me?"
  275. t "O-of course, I wouldn't mind spending some time after school, I think we work pretty well together."
  276. t "In fact, I know a place we can go for coffee afterwards if you're into that"
  277. b "..."
  278. t "I'm going to go before you respond aggresively, I'll take this as an you're ok with this, I'll see you around"
  279. hide todo with Dissolve (1)
  280. b "I-..."
  281. show deku at left with Dissolve(1)
  282. d "Hey Kacchan! What were you just talking about with Tod-"
  283. b "Want him..."
  284. d "...Ka-...Kacchan?"
  285. b "WHAT THE!? THE FUCK DO YOU THINK YOU'RE DOING EASEDROPPING, YOU DIDN'T HEAR SHIT GOT IT!?"
  286. "Bakugou proceeded to harass Deku, but Deku knew what he heard, and couldn't be more happy for his gay friendo"
  287. "Other Best Ending"
  288. return
  289.  
  290. label one:
  291. b "WHY IS THAT ANY OF YOUR BUSINESS YOU NOSEY ASS SHIT LIPS!?"
  292. t "Well...alright then in that case I suppose I have no business being around you right now"
  293. b "(SHIT SHIT! I FUCKED UP!...what can I...hmpf, what would Deku do?)"
  294. play sound "sfx-wipe.wav"
  295. show w with Dissolve(0.5)
  296. hide baku
  297. hide todo
  298. scene w
  299. show deku
  300. d "You should try being more sincere Kacchan! He'll be more open to you if you do"
  301. play sound "sfx-explosion.wav"
  302. b "*blast*"
  303. d "AH! KACCHAN WH-"
  304. b "FUCK OFF!"
  305. play sound "sfx-wipe.wav"
  306. hide deku
  307.  
  308. scene bg
  309.  
  310. show todo at left
  311.  
  312. show baku
  313.  
  314. t "...Well, I'll be going the-"
  315. b "WAIT!"
  316. t "I really don't want to"
  317. b "NO SHUT THE FUCK UP! I DONT GIVE A RAT'S ASS ABOUT WHAT YOU THINK!...BUT...JUST LIKE..."
  318. t "It's...really not that hard to not be angr-"
  319. b "DO YOU WANT TO LIKE...meet up sometime after school...to like...maybe do some training...t-togeth-"
  320. b "*vomits*"
  321. t "Oh my...why is it so hard for you to b-"
  322. b "DO YOU WANT TO HANG OUT AFTER SCHOOL TO TRAIN TOGETHER!?"
  323. t "..."
  324. b "..."
  325. b "WELL!...fuck...I just, thought we worked well together during our class trip and..."
  326. t "Bakugou, do you rea-"
  327. b "IF I'M NOT GETTING A STRAIGHT AS FUCK ANSWER THEN I CAN JUST LEAVE ALRIGHT! IN FACT YOU KNOW WHAT, FORGE-"
  328. t "I'd be more than happy to spend some time after school"
  329. b "I WILL BLAST YOU ALL THE WAY TO GENERAL STUDIES YOU-...wait, no shit?"
  330. t "Of course, all you had to do was ask, I have no problem with it, and I also enjoyed our time during camp"
  331. b "I...well, whatever that's cool I guess, I'll uh, be here right after school then"
  332. t "Great, I'll see you then, I also know a great place for us to eat afterwards too if you're hungry then"
  333. b "..."
  334. t "Holy hell how and why are you dropping your jaw so low..."
  335. t "oh, that's the bell, I'll see you later then"
  336. hide todo with Dissolve(1)
  337. b "..."
  338. show deku at right with Dissolve(1)
  339. d "Kacchan! What were you just talking to Todoroki ab-"
  340. play sound "sfx-explosion.wav"
  341. t "*AGRESSIVE VOMITING*"
  342. play sound "sfx-explosion.wav"
  343. d "OH MY GOD IT'S EXPLOSIVE! EVERYONE TAKE COVER!"
  344. play sound "sfx-explosion.wav"
  345. "Bakugou almost learned the power of being earnest today, but instead he proceeded to express these new emotions through kicking the shit out of Midoriya later"
  346. "Best end"
  347.  
  348.  
  349.  
  350. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement