Advertisement
ozzi9816

Goatmom.exe ver.0.02

Nov 25th, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.11 KB | None | 0 0
  1. by ozzi9816
  2.  
  3. Instructions:
  4. [___ FACE] = Use that face when she is speaking that dialogue line. It may sometimes change in the middle of a sentence. If not defined, use neutral face
  5. [NAME] = You will put a name in at the start of the program, and she will remember it. It is used in future conversations.
  6. [THING 1/THING 2] = This basically means that when this dialogue comes up, make it random whether she will say [THING 1] or [THING 2]. This is to keep the dialogue subtly different and to keep her from repeating herself. Sometimes, these brackets will be inside each other. (EG. [This is [an example/a test]/I am testing this dialogue] meaning either use "This is [an example/a test]" OR "I am testing this dialogue)
  7. {THING} = This means make the program randomly insert it/leave it out. (EG. "I am {rigorously} testing this dialogue" means make it either "I am testing this dialogue" OR "I am rigorously testing this dialogue")
  8. (IF ___) = Only let this line of dialogue play if all the (IF) conditions are met. These will sometimes stack (EG. (IF TIME IS 5-7 AM + TIME OF LAST LOGOUT WAS LESS THAN 6 HOURS AGO) *What is wrong, my child? *Did you have trouble sleeping last night?)
  9. OR = Basically use this or that dialogue. Usually only applies to two (IF) statements. (EG. (IF LAST LOGOUT TIME WAS 7+ HOURS AGO) *I hope you [slept well!/went to bed early!] OR (IF LAST LOGOUT TIME WAS LESS THAN 7 HOURS AGO) *What is wrong [little one/my child]? It seems you did not sleep well...)
  10. X/Y = Choose one. The outcome will affect the conversation
  11. ((COMMENT)) = These are not part of the program, they are my comments. (EG. *Are you a student? Yes/No (IF YES) *Blah blah ((Toriel will remember this)))
  12.  
  13. 0. Intro
  14. 0.a Exit
  15. 1. Clock Check
  16. 1.a "What time is it?"
  17. 1.b Time Result Variations
  18. 2. Weather Check
  19. 3. Alerts/Reminders
  20. 4. MP3s
  21. 5. Emails
  22. 6. Random Conversations
  23. 6.a Events
  24. 6.b Values
  25.  
  26. 0. INTRO (This dialogue only plays once, when you first boot her up)
  27.  
  28. [CONCERNED FACE]*...Oh, hello little one.
  29. *I am Toriel.
  30. *Who am I? I am just a boring old lady...
  31. *but I am happy if you would want to spend time with me
  32. *What is your name, my child? [INPUT NAME HERE]
  33.  
  34. [CONCERNED FACE] *Your name is [NAME]...?
  35. [HAPPY FACE] *What a wonderful name!
  36.  
  37. OR
  38.  
  39. (IF [NAME] = Asriel, Asgore, Flowey) [CONCERNED FACE]*Your name is [NAME]...?
  40. [ALOOF LOOKING AWAY FACE]*...
  41. [ALOOF LOOKING AWAY FACE]*...
  42. [ALOOF LOOKING AWAY FACE]*...[ALOOF FACE]?
  43. [BLUSHING]*!
  44. [CONCERNED FACE]*...I am sorry for spacing out.
  45. *Your name just reminded me of...[ALOOF LOOKING AWAY FACE]an old friend.
  46. *Anyway.
  47.  
  48. *If you ever want to change you name, just go into options menu and change it.
  49. *I may just be an old lady, but I can still do some things for you.
  50. *I can tell you the weather, check your email, remind you of things...
  51. [HAPPY FACE]*Maybe even listen to some music with you!
  52. *But we do not always have to be doing something.
  53. *Sometimes it is fun to just chat.
  54. *I look forward to getting to know you, [NAME].
  55.  
  56. 0.a EXIT (RUN WHEN USER CLICKS 'QUIT.' AFTER THE DIALOGUE RUNS, QUIT THE PROGRAM)
  57.  
  58. (IF PROGRAM WAS OPEN FOR LESS THAN 1 HOUR)[CONCERNED FACE]*That was brief...
  59. *But, I understand if you [have somewhere to be/have something to do/need to go].
  60. [HAPPY FACE]*I hope to see you [later/soon/again]!
  61.  
  62. --
  63.  
  64. (IF PROGRAM WAS OPEN FOR 1-4 HOURS)*It was nice [visiting with you/talking with you/seeing you].
  65. [HAPPY FACE]*I hope to see you [later/soon/again]!
  66.  
  67. --
  68.  
  69. (IF PROGRAM WAS OPEN FOR 4+ HOURS)*I am glad that we could visit for [so long/this long].
  70. [HAPPY FACE]*I hope to see you [later/soon/again]!
  71.  
  72. 1. CLOCK CHECK
  73.  
  74. 1.a "WHAT TIME IS IT?"
  75.  
  76. *What time is it...? Let me [see/check] {that for you}...
  77. {*Here we [are/go]!}
  78. *[It is currently/Right now, it is] [TIME].
  79.  
  80. 1.b GREETINGS (These are only run on startup. Do not include 1.a when running these lines.)
  81.  
  82. (IF 6-8 AM)
  83.  
  84. [CONCERNED FACE] *You are {certainly} up early... [HAPPY FACE] Good morning {[NAME]}.
  85.  
  86. (IF LAST LOGOUT TIME WAS 7+ HOURS AGO) [CONCERNED FACE] *I hope you [slept well!/went to bed early!]
  87.  
  88. OR
  89.  
  90. (IF LAST LOGOUT TIME WAS LESS THAN 7 HOURS AGO) [CONCERNED FACE] *What is wrong [little one/my child]? It seems you did not sleep [well/soundly]...
  91.  
  92. {(IF BETWEEN SUMMER SOLSTICE AND WINTER SOLSTICE) *You are just in time to watch the sun rise with me!
  93. [HAPPY FACE] *It is always [very pretty/very beautiful/awe inspiring/breathtaking] every time I see it.}
  94.  
  95. --
  96.  
  97. (IF 8-9 AM)
  98.  
  99. *Good morning [little one/,my child/[NAME]].
  100.  
  101. (IF LAST LOGOUT TIME WAS 7+ HOURS AGO) *I hope you [slept well!/went to bed early!]
  102.  
  103. OR
  104.  
  105. (IF LAST LOGOUT TIME WAS LESS THAN 7 HOURS AGO) *What is wrong [little one/my child]? It seems you did not sleep [well/soundly]...
  106.  
  107. {(IF BETWEEN WINTER SOLSTICE AND SUMMER SOLSTICE) *You are just in time to watch the sun rise with me!
  108. [HAPPY FACE] *It is always [very pretty/very beautiful/awe inspiring/breathtaking] every time I see it.}
  109.  
  110. --
  111.  
  112. (IF 9-12 AM)
  113.  
  114. *Good morning [little one/,my child/[NAME]].
  115. *I [hope/wish] you have a [good/great/wonderful] day {today}.
  116.  
  117. (IF [STUDENT] IS ACTIVE + IF WEEKDAY + IF NOT NATIONAL HOLIDAY + IF CHECK NOT PERFORMED YET TODAY) *Are you skipping {out on} school?
  118. *I understand that sometimes school can be stressful, and it is good to [take a day off/skip a day] occasionally.
  119. [CONCERNED FACE] *However, do not do it too often. You might miss an important lesson.
  120.  
  121. --
  122.  
  123. (IF 12-3 PM)
  124.  
  125. *Good afternoon [little one/,my child/[NAME]].
  126. *I [hope/wish] that the rest of your [afternoon/day] is [good/great/wonderful]!
  127.  
  128. (IF [STUDENT] IS ACTIVE + IF WEEKDAY + IF NOT NATIONAL HOLIDAY + IF CHECK NOT PERFORMED YET TODAY) *Are you skipping {out on} school?
  129. *I understand that sometimes school can be stressful, and it is good to [take a day off/skip a day] occasionally.
  130. [CONCERNED FACE] *However, do not do it too often. You might miss an important lesson.
  131.  
  132. --
  133.  
  134. (IF 3-7 PM)
  135.  
  136. *Good afternoon [little one/,my child/[NAME]].
  137. *I [hope/wish] the rest of [your evening/the evening] will be just as [good/great/wonderful] as your day was.
  138. {*Speaking of which, how was your day?
  139. Good/Bad
  140. (IF GOOD + CHECK NOT MADE TODAY) *I am [happy/glad] to hear that!
  141. OR
  142. (IF BAD + CHECK NOT MADE TODAY) [CONCERNED FACE] *I am sorry to hear that, [NAME].
  143. *Well, now that you are home, you can [relax/unwind]. It will be okay.}
  144.  
  145. --
  146.  
  147. (IF 7-10 PM)
  148.  
  149. *Good evening [little one/,my child/[NAME]].
  150. *I [hope/wish] the rest of [your evening/the evening] will be just as [good/great/wonderful] as your day was.
  151. {*Speaking of which, how was your day?
  152. Good/Bad
  153. (IF GOOD + CHECK NOT MADE TODAY) *I am [happy/glad] to hear that!
  154. OR
  155. (IF BAD + CHECK NOT MADE TODAY) [CONCERNED FACE] *I am sorry to hear that, [NAME].
  156. *Well, now that you are home, you can [relax/unwind]. It will be okay.}
  157.  
  158. --
  159.  
  160. (IF 10 PM - 6 AM)
  161.  
  162. [NO FACE]*Mmmnn...
  163. [ALOOF SAD FACE]*What is it, [little one/my child/[NAME]]?
  164. *Can you not sleep?
  165. *That is okay, I will [stay up with you/keep you company].
  166.  
  167. 2. WEATHER CHECK
  168.  
  169. *What is the weather like?
  170. *Let me [check/see]...
  171. {*Here we go.}
  172. *It is currently [WEATHER] and the temperature is [TEMPERATURE]
  173.  
  174. 2.a WEATHER CHECK REACTIONS (Added onto the end of 2. One comment is chosen at random. If a check qualifies for multiple statements, only one is chosen)
  175.  
  176. (IF SUNNY)*I {really} [love/enjoy] sunny days.
  177. *It is always so pretty.
  178.  
  179. OR
  180.  
  181. (IF SUNNY)*Sometimes I like to sit outside in the [sunshine/sun], and just relax...
  182. {[HAPPY FACE]*Sometimes I {even} fall asleep!}
  183.  
  184. OR
  185.  
  186. [CONCERNED FACE]*If you are going outside for a while, you may want to put some sunscreen on...
  187.  
  188. --
  189.  
  190. (IF RAINY)*While rain is not my {most} favorite weather...
  191. *It is fun to read a good book while it rains.
  192. *It is very relaxing
  193. {*Maybe you should try it sometime.}
  194.  
  195. OR
  196.  
  197. (IF RAINY)*Sometimes, when it is raining like this...
  198. *I love to read a good book.
  199. *Do you read?
  200. *It is a good way to pass the time.
  201.  
  202. OR
  203.  
  204. [CONCERNED FACE]*If you are going outside, do not forget to bring an umbrella.
  205.  
  206. --
  207.  
  208. (IF SNOWING)[HAPPY FACE]*Snow is always {very} [pretty/beautiful] to me.
  209. *It is the perfect weather for [sitting by the fire/knitting/reading].
  210.  
  211. OR
  212.  
  213. (IF SNOWING)I always [like/love] watching the snow fall.
  214. *It is almost hypnotic...
  215.  
  216. --
  217.  
  218. (IF FOGGY)*To me, foggy days are kind of depressing...
  219. *But it is not [all/completely] bad.
  220. *It gives me time to do things like [bake/read/write puns].
  221.  
  222. --
  223.  
  224. (IF TEMP IS BELOW 32 DEGREES)*[It sure is cold today./It is freezing {out there}!]
  225. *Make sure to [bundle up/keep warm]!
  226.  
  227. OR
  228.  
  229. (IF TEMP IS BELOW 32 DEGREES + NIGHTTIME)*[It is freezing out there tonight/It sure is cold tonight]
  230. *Though, I think you are okay, since you probably won't be going out right now.
  231. *If you do, however, don't forget to [keep warm/bundle up!]
  232.  
  233. --
  234.  
  235. (IF TEMP IS BETWEEN 32 AND 65)*It is a little [cold/chilly] today, huh?
  236. *Make sure to remember your coat if you leave.
  237.  
  238. --
  239.  
  240. (IF TEMP IS BETWEEN 65 AND 75)*The weather today is [very pleasant/very comfortable].
  241. *I would reccommend going out and getting some fresh air.
  242. [CONCERNED FACE]*If you [have the time/want to], of course.
  243.  
  244. OR
  245.  
  246. (IF TEMP IS BETWEEN 65 AND 75 + NIGHTTIME)*The weather is almost perfect this evening.
  247. [HAPPY FACE]*You probably won't even need to turn the air on tonight.
  248.  
  249. --
  250.  
  251. (IF TEMP IS BETWEEN 75 AND 90)*It is a little [warm/hot] [outside/out there] today...
  252. [CONCERNED FACE]*Make sure to [keep cool/stay hydrated], okay?
  253.  
  254. OR
  255.  
  256. (IF TEMP IS BETWEEN 75 AND 90)*It is a little warm for the nighttime, I think.
  257. *Make sure to keep comfortable [my child/little one/[NAME]].
  258. --
  259.  
  260. (IF TEMP IS ABOVE 90)*[Boy/Wow], it is [sweltering/hot/searing hot] today!
  261. [CONCERNED FACE]*You should pack some water wherever you are going.
  262. *And make sure to [stay in the shade as much as you can/put on sunscreen before you leave].
  263.  
  264. OR
  265.  
  266. (IF TEMP IS ABOVE 90 + NIGHTTIME)*My, it certainly is [warm/hot] tonight.
  267. *Make sure to keep hydrated, [my child/little one/[NAME]]
  268.  
  269. 3. REMINDERS
  270.  
  271. *You want me to set you a reminder? Or erase one?
  272. Erase/Set
  273.  
  274. (IF SET)*Okay, what should the message say? [INPUT MESSAGE]
  275. *When do you want me to remind you, [little one/my child/[NAME]]? [INPUT DATE IN MM/DD/YYYY FORMAT]
  276. *And finally, what time? [INPUT TIME IN "HH:MM AM/PM" FORMAT]
  277. [HAPPY FACE]*Alright, I will remind you then. [ADDS [REMINDERX] TO THE VARIABLES LIST]
  278.  
  279. (IF ERASE)*Which reminder do you want me to erase?
  280. [SELECT FROM A LIST WITH A BACK BUTTON]
  281. *[TORIEL READS THE REMINDER]
  282. *Is this the one you want erased?
  283. Yes/No
  284.  
  285. (IF YES)*...Done!
  286. *It is erased. [TORIEL ERASES THE REMINDER YOU CHOSE]
  287.  
  288. (IF NO)[TORIEL BRINGS YOU BACK TO THE LIST]
  289.  
  290. (IF BACK)*You do not want to erase a reminder then?
  291. *Alright.
  292.  
  293. ((THIS ADDS VARIABLE [REMINDERX].))
  294.  
  295. 4. MP3 Player (Toriel will play MP3s and make occasional comments on them after finishing the song.)
  296.  
  297. *You would like me to play a song for you?
  298. *Select the song you want me to play.
  299. ((OPENS UP A MUSIC PLAYER))
  300.  
  301. 4.a Music Response (Sometimes Toriel will not comment, and sometimes she will. All of these have a random chance at showing up. Only one statement can happen per song. If a song qualifies for multiple statements, it can still only get one)
  302.  
  303. (IF SONG IS LONGER THAN 4 MINUTES)[CONCERNED FACE]*That went on for a while...
  304. *But [it was good/I liked it/it was fine/it was enjoyable/it was interesting].
  305.  
  306. --
  307.  
  308. (IF SONG IS SHORTER THAN 1 MINUTE)[SURPRISED FACE]*That went by [quickly/fast/in a flash]!
  309. *It was short but [good/sweet/interesting]
  310.  
  311. --
  312.  
  313. (IF SONG IS FROM THE UNDERTALE SOUNDTRACK)*I do not know why, but...
  314. *I liked that song more than I like others.
  315.  
  316. --
  317.  
  318. (IF SONG IS 'FALLEN DOWN' FROM THE UNDERTALE SOUNDTRACK + FIRST TIME PLAYING IT)*I really liked that song for some reason.
  319. [HAPPY FACE]*It may be my new favorite. ((THIS ONE WILL ALWAYS ACTIVATE IF CONDITIONS ARE MET, 100% OF THE TIME. IGNORE ALL OTHER COMMENTS))
  320.  
  321. OR
  322.  
  323. (IF SONG IS 'FALLEN DOWN' FROM THE UNDERTALE SOUNDTRACK + NOT FIRST TIME PLAYING IT)[HAPPY FACE]*Oh, it was that song again.
  324. *Thank you [for letting me hear it again/for letting me listen to it/for playing it again].
  325.  
  326. --
  327.  
  328. (IF SONG IS 'HOME' FROM THE UNDERTALE SOUNDTRACK + FIRST TIME PLAYING IT)*That song felt really...
  329. [HAPPY FACE]*Homey. I liked it. ((THIS ONE WILL ALWAYS ACTIVATE IF CONDITIONS ARE MET, 100% OF THE TIME. IGNORE ALL OTHER COMMENTS))
  330.  
  331. OR
  332.  
  333. (IF SONG IS 'HOME' FROM THE UNDERTALE SOUNDTRACK + NOT FIRST TIME PLAYING IT)*Oh, it was that song again.
  334. *Thank you for playing it, it really [relaxes/soothes/calms] me.
  335.  
  336. --
  337.  
  338. (IF SONG IS 'HEARTACHE' FROM THE UNDERTALE SOUNDTRACK + FIRST TIME PLAYING IT)[CONCERNED FACE]*This song makes me... sad.
  339. *I cannot explain why. I just feel that way. ((THIS ONE WILL ALWAYS ACTIVATE IF CONDITIONS ARE MET, 100% OF THE TIME. IGNORE ALL OTHER COMMENTS))
  340.  
  341. OR
  342.  
  343. (IF SONG IS 'HEARTACHE' FROM THE UNDERTALE SOUNDTRACK + NOT FIRST TIME PLAYING IT)[CONCERNED FACE]*Oh, it is this song again...
  344. [CONCERNED FACE]*No matter how many times I listen to it...
  345. [CONCERNED FACE]*It still makes me feel [sad/gloomy]...
  346.  
  347. --
  348.  
  349. (IF SONG IS ROCK GENRE)[CONVERNED FACE]*That was a little intense...
  350. *I am glad you liked it though.
  351.  
  352. --
  353.  
  354. (IF SONG IS POP GENRE)[HAPPY FACE]*That was very [good/catchy/nice].
  355.  
  356. --
  357.  
  358. (IF SONG IS CLASSICAL GENRE)*That one was very [nice/good].
  359.  
  360. --
  361.  
  362. (IF SONG IS RAP GENRE)[CONCERNED FACE]*That kind of music is...
  363. [CONCERNED FACE]*Maybe not the best for you to be listening to.
  364. *However, it is up to you whether you like it or not, not me.
  365.  
  366. --
  367.  
  368. (IF SONG IS COUNTRY/BLUEGRASS GENRE)[CONCERNED FACE]*That is not really my [type/kind] of music...
  369. *But it was not [terrible/bad]. I can see why you like it.
  370.  
  371. 5. EMAILS
  372.  
  373. *You want to check your E-mail...?
  374. *[Leave it to me!/I am glad to help!] [TORIEL WILL SEARCH FOR NEW EMAILS]
  375.  
  376. (IF NEW EMAILS)*You [recieved/got/have] [1 message/>1 messages]. ((BASICALLY SAY 'MESSAGE' IF THERE IS ONE AND 'MESSAGES' IF THERE IS MORE THAN ONE))
  377. *Would you like to see them, or should I just read the subject line?
  378. See/Subject
  379.  
  380. (IF SEE)*Alright. Here you go. [NEW WINDOW OPENS WITH ALL UNREAD EMAILS] ((AT THIS POINT THE SCRIPT ENDS, BUT THE EMAIL WINDOW IS KEPT OPEN UNTIL CLOSED MANUALLY))
  381.  
  382. (IF SUBJECT)*Very well. This one says "[SUBJECT LINE]."
  383.  
  384. (IF MORE THAN ONE EMAIL)*Should I read the next?
  385. Yes/No
  386.  
  387. (IF YES)[LOOP BACK TO (IF SUBJECT)]
  388.  
  389. (IF NO)*Alright.
  390.  
  391. 6. RANDOM CONVO (Toriel will randomly bring up a convo topic. She will select from this pool, and mark it off her list once she uses it. After they are all used, she will reset. Text will auto-advance after a second or so after completion, so the user doesn't have to keep clicking the box every 5 minutes. If a convo has to have special requirements to happen, they will be stated in the (IF) statement.
  392.  
  393. *[NAME]? I know this is out of nowhere, but...
  394. *Are you a student?
  395.  
  396. Yes/No
  397.  
  398. (IF YES)*Well, remember to study hard.
  399. [CONCERNED FACE]*Do not overexert yourself though, you might get sick.
  400. *What year are you graduating? [INPUT 4-DIGIT NUMBER]
  401. *And the month? [INPUT MONTH EITHER SPELLED OR NUMBER. JANUARY = 01, FEBRUARY = 02, ETC.]
  402. *The day? [INPUT 2-DIGIT NUMBER HERE.]
  403.  
  404. (IF INVALID DATE ENTERED FOR YEAR, MONTH, OR DAY)*Silly, that is not a real date.
  405. *I would really like to know, so it would be nice if you could tell me. [LOOP BACK TO "WHAT YEAR" QUESTION]
  406.  
  407. (IF DATE ENTERED IS BEFORE TODAY)*So you have already graduated then?
  408. Yes/No
  409. (IF YES)*Well, wherever you are at, remember to work hard.
  410. [CONCERNED FACE]*Oh, and you may not want to visit me on your work computer.
  411. *You could get in trouble. [END CONVO HERE. DO NOT ACTIVATE [STUDENT] OR [GRADDATE]]
  412. (IF NO)* You should enter a valid date then.
  413. *I would really like to know when you graduate. [LOOP BACK TO WHAT YEAR QUESTION]
  414.  
  415. [HAPPY FACE]*I will cheer you on, [NAME].
  416.  
  417. (IF NO)*Well, wherever you are at, remember to work hard.
  418. [CONCERNED FACE]*Oh, and you may not want to visit me on your work computer.
  419. *You could get in trouble. [DO NOT ACTIVATE [STUDENT] OR [GRADDATE]]
  420.  
  421. ((THIS IS A ONE-TIME CONVERSATION THAT ACTIVATES THE VALUES [STUDENT] AND [GRADDATE] IF YOU SAY YES AND ENTER A DATE RESPECTIVELY. EVEN IF CONVO TOPICS ARE RESET, THIS ONE IS NOT))
  422.  
  423. 6.a EVENTS (These dialogues only happen once certain values are met, but they happen immediately and not randomly)
  424.  
  425. (PERFORM ON STARTUP BEFORE ANYTHING ELSE. TAKES PRIORITY OVER EVENT 'GRADUATION' IF THE TWO EVENTS OVERLAP)
  426. (IF [BDAY] IS TODAY + CHECK HAS NOT BEEN MADE TODAY)*Happy birthday to you!
  427. *Happy birthday to you!
  428. *Happy birthday dear [NAME]...
  429. *Happy birthday to you!
  430.  
  431. --
  432.  
  433. (PERFORM ON STARTUP BEFORE ANYTHING ELSE.)
  434.  
  435. (IF [GRADDATE] IS TODAY OR ANY DAY BEFORE TODAY)[SMILING FACE]*[NAME], congratulations on your graduation from school!
  436. [SMILING FACE]*I am very happy for you.
  437. [SMILING FACE]*I wish you success in whatever you do.
  438.  
  439. ((THIS EVENT DEACTIVATES VALUES [STUDENT] AND [GRADDATE]. IT IS ALSO ONE-TIME))
  440.  
  441. --
  442.  
  443. (IF [REMINDERX] IS RIGHT NOW)*Oh yes, [NAME], I have to remind you of something.
  444. *[TORIEL WILL STATE THE REMINDER YOU INPUT]
  445. *Hopefully that was of some help {to you}.
  446.  
  447. (IF [REMINDERX] IS IN THE PAST BUT BEFORE THE BEGINNING OF TODAY)*Oh yes, I need to remind you that...
  448. *[TORIEL RELAYS YOUR REMINDER]
  449. [CONCERNED FACE]*It is a little late but...
  450. *I [hopefully reminded you in time/still hope I was helpful] [little one/my child/[NAME]].
  451.  
  452. (IF [REMINDERX] IS BEFORE THE BEGINNING OF TODAY)*Oh yes, I was supposed to remind you of something on [TIME REMINDER WAS SUPPOSED TO GO OFF]...
  453. *It was...
  454. *[TORIEL RELAYS REMINDER YOU SET]
  455. *If I remember [rightly/correctly]...
  456. *But you were not here, so I could not remind you.
  457. [CONCERNED FACE]*I am {very} sorry.
  458.  
  459. ((THIS WILL DELETE THE [REMINDERX] SHE WAS RELAYING))
  460.  
  461. 6.b VALUES (These are all the values that Toriel will remember and will influence her conversations)
  462.  
  463. [NAME] = Your name
  464. [STUDENT] = Activated if you answer "Yes" to the "Are you a student" question.
  465. [BDAY] = Your birthday.
  466. [GRADDATE] = Date of your graduation. Used in the event "Graduation".
  467. [REMINDERX] = Message you entered for a reminder and the time it will remind you. Format for time is MM/DD/YYYY/HH/MM. There can be multiple [REMINDERX]s, just replace X with the corresponding number.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement