Advertisement
Guest User

Script Without sys.setrecursiondepth

a guest
Jan 16th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.57 KB | None | 0 0
  1. init:
  2. define bf = Character("Aspen", color="#aaffaa")
  3. define mc = Character("Lollipop", color="#ffaaaa")
  4. define jf = Character("Prism", color="#ffc884")
  5. define ch = Character("Malinda", color="#477604")
  6. define gf = Character("Abby", color="#FF6CA0")
  7. define jg = Character("Lilly", color="#aaccff")
  8. define nk = Character("?", color="#ffed84")
  9. define hj = Character("??", color="#ba84ff")
  10. image black = ("black.png")
  11. image bg mc bedroom = im.Scale("bg mc room.png", 1280, 720)
  12. image bg bedroom1 = im.Scale("bg bedroom1.png", 1280, 720)
  13. image bg bedroom2 = im.Scale("bg bedroom2.png", 1280, 720)
  14. image bg school = im.Scale("bg behind school.png", 1280, 720)
  15. image bg classroom = im.Scale("bg classroom.png", 1280, 720)
  16. image bg hallways = im.Scale("bg hallways.png", 1280, 720)
  17. image bg bathroom = im.Scale("bg bathroom.png", 1280, 720)
  18. image bg station = im.Scale("bg station.png", 1280, 720)
  19. image bg outside = im.Scale("bg outside.png", 1280, 720)
  20. image bg lockers = im.Scale("bg lockers.png", 1280, 720)
  21. image prism shock = "prism shock.png"
  22. image prism angry = "prism angry.png"
  23. image prism angry 2 = "prism angry 2.png"
  24. image prism happy = "prism happy"
  25. image prism playful = "prism playful.png"
  26. image prism flustered = "prism flustered.png"
  27. image prism flustered 2 = "prism flustered 2.png"
  28. image prism sad = "prism sad.png"
  29. image prism unimpressed = "prism unimpressed.png"
  30. image prism guilty = "prism guilty.png"
  31. image prism worried = "prism worried.png"
  32. image prism = "prism default.png"
  33. image aspen sad = "aspen sad.png"
  34. image aspen sad 2 = "aspen sad 2.png"
  35. image aspen shock = "aspen shock.png"
  36. image aspen angry = "aspen angry.png"
  37. image aspen flustered = "aspen flustered.png"
  38. image aspen worried = "aspen worried.png"
  39. image aspen guilty = "aspen guilty.png"
  40. image aspen unimpressed = "aspen unimpressed.png"
  41. image aspen playful = "aspen playful.png"
  42. image aspen happy = "aspen happy.png"
  43. image apsen happy 2 = "aspen happy 2.png"
  44. image aspen = "aspen default.png"
  45. image lilly worried = "lilly worried.png"
  46. image lilly angry = "lilly angry.png"
  47. image lilly angry 2 = "lilly angry 2.png"
  48. image lilly flustered = "lilly flustered.png"
  49. image lilly sad = "lilly sad.png"
  50. image lilly unimpressed = "lilly unimpressed.png"
  51. image lilly playful = "lilly playful.png"
  52. image lilly shock = "lilly shock.png"
  53. image lilly pout = "lilly pout.png"
  54. image lilly happy = "lilly happy.png"
  55. image lilly happy 2 = "lilly happy 2.png"
  56. image lilly = "lilly default.png"
  57. image abby flustered = "abby flustered.png"
  58. image abby flustered 2 = "abby flustered 2.png"
  59. image abby shock = "abby shock.png"
  60. image abby playful = "abby playful.png"
  61. image abby happy = "abby happy.png"
  62. image abby happy 2 = "abby happy.png"
  63. image abby guilty = "abby guilty.png"
  64. image abby sad = "abby sad.png"
  65. image abby unimpressed = "abby unimpressed.png"
  66. image abby pissed = "abby pissed.png"
  67. image abby warried = "abby worried.png"
  68. image abby talk = "abby talk.png"
  69. image abby = "abby default.png"
  70.  
  71. label start:
  72. scene black
  73. scene bg mc bedroom
  74. "I wake up to immense pain."
  75. "I'm also on the floor."
  76. "So, I fell off my bed."
  77. "Now I've got to get ready for school and friends and stuff!"
  78. scene black
  79. "...Nothing happened in class."
  80. scene bg classroom
  81. "I walk into the room that I was told to enter."
  82. "I think."
  83. "First of all, there's nobody here."
  84. "Second of all, whose that sulking in the corner?"
  85. "I decide to find out."
  86. "Moving over to his corner of sadness, I call out to him."
  87. mc"Hey! You! Who are you? Why are you sulking in a corner? Why are you alone?"
  88. show aspen:
  89. xalign 0.5
  90. yalign -0.05
  91. with moveinleft
  92. "I've begun drowning him in meaningless questions, it's really anything to show him I care."
  93. hide aspen
  94. show aspen angry:
  95. xalign 0.5
  96. yalign -0.05
  97. with moveinleft
  98. "Kid Whose Sulking""Shut up, and I'm not sulking."
  99. "I stop. He's not sulking? Is this really a corner of sadness or am I just stupid?"
  100. hide aspen angry
  101. show aspen:
  102. xalign 0.5
  103. yalign -0.05
  104. with moveinleft
  105. "Kid Who Isn't Sulking""Now just go away."
  106. "Oh. That's why it feels so sad. He probably doesn't have any friends, and sits alone everywhere. I've never seen him before, and I think I've seen everybody."
  107. "Kid Who Isn't Sulking""And my name is Aspen, just so you don't ask."
  108. "Suddenly, the door swings open, shaking the entire room."
  109. hide aspen
  110. show aspen shock:
  111. xalign 0.5
  112. yalign -0.05
  113. with moveinleft
  114. "??""Lollipop?! I though you were coming at three fourty!!"
  115. hide aspen shock
  116. show aspen:
  117. xalign 0.85
  118. yalign -0.05
  119. with moveinleft
  120. show prism shock:
  121. xalign 0.5
  122. yalign -0.05
  123. with moveinleft
  124. "There's Prism, my best friend since forever. He's really good at a lot of things, excluding time management. Or anything related to time, for that matter."
  125. mc"Prism, it's four o'clock. Learn how to use a watch."
  126. hide prism shock
  127. show prism flustered:
  128. xalign 0.5
  129. yalign -0.05
  130. jf"You can't tell me what to do, Lollipop. I'm my own person."
  131. hide aspen
  132. show aspen angry:
  133. xalign 0.85
  134. yalign -0.05
  135. bf"Goddamnit, why are you guys even here?"
  136. hide prism shock
  137. show prism happy:
  138. xalign 0.5
  139. yalign -0.05
  140. jf"We're part of the Editor's Club! We got kicked out of our old room, though."
  141. bf"The Editor's Club only accepts third years, and you guys surly aren't."
  142. hide prism happy
  143. show prism playful:
  144. xalign 0.5
  145. yalign -0.05
  146. jf"Yeah, but this little ball of sunshine..."
  147. "He pats me on the head, taking advantage of the couple inches he has on me."
  148. jf"...charmed their way into being Vice President, so they could change a bunch of stuff. They're a first year, too!"
  149. mc"Yeah! Our meetings are in this room now! We have one right now!"
  150. hide aspen angry
  151. show aspen:
  152. xalign 0.85
  153. yalign -0.05
  154. bf"Then I'll be on my way, or something."
  155.  
  156. menu:
  157. "Tell him he can stay":
  158. $ day1 = stay
  159. jump aspenstays
  160. "Tell him he should go":
  161. $ day1 = leave
  162. jump aspenleaves
  163.  
  164. label aspenstays:
  165. mc"No! You don't have to, you can stay here and hang out with us or even join! It's really up to you, whatever you want is fine by me! Unless you want to overthrow Cheif, because he does a bunch of work that I could never do!"
  166. bf"Fine, but just because you put me on the spot."
  167. jf"Oh, a possible new member? I'm exited!"
  168. mc"Prism, you usually aren't this exited about new people, much less the club!"
  169. jf"Ah.. uh.. I'm just exited about our 15 memebr mark! That's all!"
  170. mc"Ah! Okay!"
  171. jump meetingstay
  172.  
  173. label aspenleaves:
  174. mc"Ah.. uh.. yeah, but the Chief probably would kick you out or something, but maybe another day..? I'd have to ask..."
  175. bf"No, don't."
  176. "Aspen gets up and leaves, leaving me and Prism alone. Soon after, the Chief walks in, followed by the other club members."
  177. jump meetingleave
  178.  
  179. label meetingstay:
  180. "Suddenly, Chief walks in, all her pride attatched. The other members come, too."
  181. "Chief""Lollipop, who is this?"
  182. "She points directly at Aspen."
  183. mc"Oh! That's Aspen! He was in the corner when I came in and I said he could stay to check out the club! Please don't make him leave!"
  184. "Chief""Fine."
  185. "She walks over to Aspen"
  186. "Chief""I am Malinda Calloway, Presidant of the Editor's Club. It's a pleasure to meet you, Aspen."
  187. "She sticks out her hand for him to shake, and he reluctantly takes her hand."
  188. "Aspen only hums in reply."
  189. "Among the fourteen members, word spreads about Aspen and people begin wondering who he is, or why he's so cute."
  190. jf"God, why do they think he's cute? I think he looks like a jackass."
  191. mc"You're just upset that not all of the attention is on you, Prism."
  192. jf"Yeah, but you didn't have to say it! Now I sound like the jackass!"
  193. "Aspen suddenly butts in."
  194. bf"That's what you get for being one."
  195. "A cold voice interrupts our poor attempts at being friendly with one another."
  196. ch"Attention, two of our clubmates are absent: Lillian de Pont and Abigail Oppenheimer. Please report to me if they are located."
  197. "Lilly and Abby are both absent? Oh fuck, that's some deep shit right there. Not really, but we do nothing in this club beside have parties and talk about literature. So, this is an eventful day."
  198. scene black
  199. "..."
  200. "..."
  201. "..."
  202. "..."
  203. "..."
  204. scene bg mc room
  205. "Remember when I said this day was eventful?"
  206. "Those were the only things that happenened."
  207. "Lilly and Abby were absent, and I met Aspen."
  208. "Aspen seems really mean, but I think that's he's a good person, if you get to know him."
  209. "I lay down in my bed and drift into sleep, thinking about the days to come."
  210. jump day2
  211.  
  212. label meetingleave:
  213. mc"Hey, Mali!"
  214. "Mali""I told you to call me Malinda."
  215. mc"Okay, whatever Mali."
  216. scene black
  217. "The rest of the day was pretty uneventful."
  218. "My two good friends, Lilly and Abby, were absent, but that's not really anything noteworthy."
  219. "..."
  220. "..."
  221. "..."
  222. "..."
  223. scene bg mc room
  224. "Nothing much happened today."
  225. "I did meet Aspen, though."
  226. "But he seemed kind of mean, and I don't think he wanted to talk to us."
  227. "I lay down in my bed and drift into sleep, thinking about the days to come."
  228. jump day2
  229.  
  230. label day2:
  231. scene bg mc room
  232. "Ah! Another day, and I get to make new friend and talk to people!"
  233. "I hurridly get dressed in my uniform and rush out the door, comepletely forgetting to eat breakfast."
  234. scene black
  235. "..."
  236. "Class goes by without anything happening at all."
  237. "..."
  238. scene bg classroom
  239. "I go into the clubroom, and realize I hadent eaten anything all day."
  240. "So I scream out to the room."
  241. mc"I'm hungry!!!"
  242. if day1 == stay:
  243. "Aspen's here, and his head turns to me as I shout."
  244. bf"Here. I had something extra, and I'm not very hungry."
  245. "Aspen hands me a box of food. I don't really take time to recongnize what type of food it is, I just eat it."
  246. mc"Thank you Aspen!"
  247. "I set down the box and envolop him in a tight hug."
  248. jump abbyintro
  249.  
  250. if day1 == leave:
  251. "Prism saunters over to me and shoves an eggroll in my mouth, delicatly cupping my cheek."
  252. "I eat the entire thing vefore he can leave and envolop him in a bone-crushing hug."
  253. jf"Haha, you're cute."
  254. mc"And you're a life-saver!"
  255. jump abbyintro
  256.  
  257. label abbyintro:
  258. ch"Lollipop. Go find Abby. She was in all of her classes, but is not here."
  259. mc"Okay, Mali!"
  260. "She only rolls her eyes in reply."
  261. scene black
  262. scene bg hallways
  263. "I run through the halls, looking for Abby."
  264. scene black
  265. scene bg lockers
  266. "I find her by the lockers, looking at a note."
  267. show abby:
  268. xalign 0.5
  269. yalign -0.05
  270. gf"I... oh, this was yesterday..."
  271. mc"Abby!!"
  272. hide abby
  273. show abby shock:
  274. xalign 0.5
  275. yalign -0.05
  276. gf"E-eh?!"
  277. hide abby shock
  278. show abby:
  279. xalign 0.5
  280. yalign -0.05
  281. gf"Oh, it's just you, Lollipop."
  282. mc"You gotta come back to the club, Chief sent me to look for you."
  283. gf"Ah, okay. Let's go."
  284. hide abby
  285. scene black
  286. "We walk back to the clubroom."
  287. scene bg classroom
  288. show abby:
  289. xalign 0.5
  290. yalign -0.05
  291. ch"Ah, Lollipop, Abby. There you are."
  292. gf"Oh, sorry, I just got a letter..."
  293. mc"Was it a love letter?!"
  294. hide abby
  295. show abby flustered:
  296. xalign 0.5
  297. yalign -0.05
  298. gf"N-No!"
  299. hide abby flustered
  300. show abby flustered:
  301. xalign 0.85
  302. yalign -0.05
  303. show prism playful:
  304. xalign 0.05
  305. yalign -0.05
  306. mc,"You sure?"
  307. gf,"Y-Yes!"
  308. mc,"So it was a love letter!"
  309. jf,"Who was it from?"
  310. gf,"A-Ah..."
  311. gf,"It wasn't signed..."
  312. "She holds out a letter that reads:"
  313. "Dear Abby, You are so beautiful. You are kind, smart, and perfect in every way possible. I love you, and I wish I could say it to your face. Love, You secret admirer."
  314. "Dang. I wish people wrote me letters like that."
  315. "Wait, I know that writing. That's Mr. Grimaldi, the teacher who flirts with all of his students. He's even kissed a few of them, and I wouldn't be suprised if he's had some in his bed."
  316. menu:
  317. "Tell her":
  318. $ abby = saved
  319. jump saveabby
  320. "Stay quiet":
  321. $ abby = taken
  322. jump takeabby
  323.  
  324. label saveabby:
  325. mc"Abby. That's from Mr. Grimaldi. He's written me one too."
  326. hide abby flustered
  327. show abby shock:
  328. xalign 0.85
  329. yalign -0.05
  330. hide prism playful
  331. show prism shock:
  332. xalign 0.5
  333. yalign -0.05
  334.  
  335. if day1 == stay:
  336. show aspen shock:
  337. xalign 0.35
  338. yalign -0.05
  339. bf"Huh?!"
  340. gf"W-What?"
  341. jf"Seriously?"
  342. mc"Yeah. I'm in his class. He's gross, pretend you didn't get it, and get rid of the note."
  343. gf"I... I will."
  344. hide aspen shock
  345. show aspen angry:
  346. xalign 0.35
  347. yalign -0.05
  348. bf"I'm going to fucking--"
  349. jump day2end
  350.  
  351. if day1 == leave:
  352. gf"W-What?"
  353. jf"Seriously?"
  354. mc"Yeah. I'm in his class. He's gross, pretend you didn't get it, and get rid of the note."
  355. gf"I... I will."
  356. jump day2end
  357.  
  358. label day2end:
  359. scene black
  360. scene bg mc room
  361. "Today Abby got a note from the pervy teacher, Mr. Grimaldi, and Lilly still wasn't here."
  362. if day1 == stay:
  363. "Aspen gave me some food, too."
  364. if day1 == leave:
  365. "Prism gave me some food, too. He also called me cute."
  366.  
  367. scene black
  368. "I drift to sleep and think of the days to come."
  369. jump day3
  370.  
  371. label day3:
  372. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement