Advertisement
Guest User

Untitled

a guest
Sep 4th, 2014
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 135.84 KB | None | 0 0
  1. digraph Clannad {
  2. /*
  3. #######################################################################
  4. # DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE #
  5. # Version 2, December 2004 #
  6. # #
  7. # Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> #
  8. # #
  9. # Everyone is permitted to copy and distribute verbatim or modified #
  10. # copies of this license document, and changing it is allowed as long #
  11. # as the name is changed. #
  12. # #
  13. # DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE #
  14. # TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION #
  15. # #
  16. # 0. You just DO WHAT THE FUCK YOU WANT TO. #
  17. # #
  18. #######################################################################
  19. */
  20.  
  21. // The Definitive Clannad Visual Novel Flowchart
  22.  
  23. graph [label = "\n\n\n\nThe Definitive Clannad Visual Novel Flowchart\nby Morlok8k, Version 0.1 alpha, April 2013\nhttps://github.com/Morlok8k/Clannad_VN_Flowcharts\n--------------------\nCopyright © 2013\nThis work is free. You can redistribute it and/or modify it under the\nterms of the Do What The Fuck You Want To Public License, Version 2,\nas published by Sam Hocevar. See http://www.wtfpl.net/ for more details.\n\nLogo is Copyright © Key / Visual Art's" ];
  24. colorscheme=X11;
  25. ranksep=1.25;
  26. compound=true;
  27. node [fontname="Arial", fontsize=10];
  28. fontname="Arial";
  29. fontsize=10;
  30.  
  31. //bgcolor=white;
  32. edge [fontname="Arial", fontsize=10, arrowsize=1, color=black];
  33. concentrate=false;
  34. //splines=ortho;
  35. splines=true;
  36.  
  37.  
  38. /*
  39. TODO:
  40.  
  41. Practically everything.
  42.  
  43. first combine known duplicate choices along paths.
  44. -- pretty much done
  45.  
  46. play all paths to get details on all the questions...
  47. -- slowly working on this...
  48.  
  49. add more known routes
  50.  
  51. wade through SEEN files to get more info...
  52.  
  53. sleep!
  54.  
  55. */
  56.  
  57.  
  58.  
  59.  
  60.  
  61. /* Note: The year 2003 was chosen as it was the most logical:
  62.  
  63. * In the year 2003, April 14 was actaully on a Monday.
  64. - Monday April 14 also exists in 1986, 1997, and 2008.
  65.  
  66. * The game originally came out April 28, 2004 (So the game was being made in 2003)
  67.  
  68. * The game is not set in the future or past, just a generic "modern times"
  69. - Due to references to technology (cell phones are kinda new, repairing old VHS's, and the internet is relativly new)
  70. in Clannad and Tomoyo After, 1997 or 2003 both make a good point in time for the game.
  71. - 1986 seems a bit far in the past, but it still is possible by the referenced technology.
  72. - 2008 was in the future when the game was made, so thats out.
  73.  
  74. * Tomoyo After contains "Monday, June 28th" and is a year after Clannad: School Life
  75. - This cuts out 1987, as it has Monday June 29th.
  76. - This cuts out 1998, as it has Monday June 29th.
  77. - This cuts out 2009, as it has Monday June 29th.
  78. + This Verifies 2004, as it has Monday June 28th!!!!!
  79.  
  80. So, combining logic and the process of elimination, 2003 is the year.
  81. - I think the programmers were just lazy though and just looked at their current calendar while making the game.
  82.  
  83. */
  84.  
  85. /*
  86. The following clusters place each answer set (nodes)
  87. into it's respective date.
  88. All these nodes are defined below.
  89. And their arrows (edges)
  90. Note: While I would perfer to have all this info at the bottom of the file,
  91. where it would be out of the way, graphviz will Core Dump if it is there!!!
  92. */
  93.  
  94.  
  95. subgraph cluster_April_14 {
  96. label = "Monday, April 14th, 2003";
  97. SEEN0414_q1;
  98. SEEN0414_q2;
  99. }
  100.  
  101. subgraph cluster_April_15 {
  102. label = "Tuesday, April 15th, 2003";
  103. SEEN0415_q1;
  104. Tomoyo_2;
  105. Tomoyo_3;
  106. Tomoyo_4;
  107. Tomoyo_5;
  108. Tomoyo_6;
  109. Tomoyo_7;
  110. Tomoyo_8;
  111.  
  112. }
  113.  
  114. subgraph cluster_April_16 {
  115. label = "Wednesday, April 16th, 2003";
  116. Tomoyo_9;
  117. Tomoyo_10;
  118. Tomoyo_11;
  119. Tomoyo_12;
  120. SEEN3416_q1;
  121. Kyou_Ryou_8;
  122. Nagisa_12;
  123. Nagisa_16;
  124. Fuko_12; //TODO: merge with Nagisa_16
  125. }
  126.  
  127. subgraph cluster_April_15_16 {
  128. label = "Tuesday, April 15th, 2003\n- OR -\nWednesday, April 16th, 2003";
  129. Kotomi_4;
  130. }
  131.  
  132. subgraph cluster_April_17 {
  133. label = "Thursday, April 17th, 2003";
  134. Tomoyo_13;
  135. Tomoyo_14;
  136. Tomoyo_15;
  137. Tomoyo_16;
  138. Tomoyo_17;
  139. Tomoyo_18;
  140. Tomoyo_19;
  141. BAD_END_19;
  142. Kotomi_13;
  143. Kotomi_14;
  144. Fuko_13;
  145. Fuko_14;
  146. Fuko_15;
  147. }
  148.  
  149. subgraph cluster_April_18 {
  150. label = "Friday, April 18th, 2003";
  151. Tomoyo_20;
  152. Tomoyo_21;
  153. Tomoyo_22;
  154. Tomoyo_23;
  155. Tomoyo_24;
  156. Tomoyo_25;
  157. Tomoyo_26;
  158. Tomoyo_27;
  159. Tomoyo_28;
  160. Tomoyo_29;
  161. Kotomi_18;
  162. SEEN4418_q1;
  163. SEEN4418_q2;
  164. SEEN4418_q3;
  165. SEEN4418_q4;
  166. SEEN4418_q5;
  167. SEEN4418_q6;
  168. SEEN4418_q7;
  169. Kyou_Ryou_12;
  170. Nagisa_32;
  171. Nagisa_33;
  172. Yukine_14;
  173. }
  174.  
  175. subgraph cluster_April_19 {
  176. label = "Saturday, April 19th, 2003";
  177. Tomoyo_30;
  178. Tomoyo_31;
  179. Nagisa_35;
  180. Yukine_16;
  181. Kotomi_24;
  182. Kotomi_25;
  183. BAD_END_40;
  184. BAD_END_41;
  185. }
  186.  
  187. subgraph cluster_April_20 {
  188. label = "Sunday, April 20th, 2003";
  189. Tomoyo_32;
  190. Tomoyo_33;
  191. Tomoyo_34;
  192. Misae_18;
  193. Nagisa_36;
  194. Nagisa_39;
  195. Kotomi_26;
  196. Kotomi_27;
  197. BAD_END_44;
  198. }
  199.  
  200. subgraph cluster_April_21 {
  201. label = "Monday, April 21st, 2003";
  202. Tomoyo_35;
  203. Tomoyo_36;
  204. Tomoyo_37;
  205. Tomoyo_38;
  206. Tomoyo_39;
  207. Misae_19;
  208. Misae_20;
  209. Misae_21;
  210. Misae_22;
  211. Kyou_Ryou_17;
  212. Kyou_Ryou_18;
  213. Kyou_Ryou_19;
  214. Kotomi_29;
  215. Nagisa_40;
  216. Nagisa_42;
  217. Fuko_30;
  218. Koumura_41;
  219. }
  220.  
  221. subgraph cluster_April_22 {
  222. label = "Tuesday, April 22nd, 2003";
  223. Tomoyo_40;
  224. Tomoyo_41;
  225. Tomoyo_42;
  226. Kyou_Ryou_21;
  227. Nagisa_43;
  228. Nagisa_44;
  229. Nagisa_45;
  230. Nagisa_46;
  231. Nagisa_47;
  232. Nagisa_48;
  233. Nagisa_49;
  234. Fuko_34;
  235. Yukine_22;
  236. Yukine_23;
  237. }
  238.  
  239. subgraph cluster_April_23 {
  240. label = "Wednesday, April 23rd, 2003";
  241. Tomoyo_43;
  242. Tomoyo_45;
  243. Tomoyo_46;
  244. Kyou_Ryou_22;
  245. Kyou_Ryou_23;
  246. Kyou_Ryou_24;
  247. Yukine_25;
  248. Kotomi_30;
  249. Nagisa_50;
  250. Nagisa_52;
  251. Nagisa_53;
  252. Fuko_41;
  253. Fuko_42;
  254. Mei_18;
  255. BAD_END_52;
  256. }
  257.  
  258. subgraph cluster_April_22_23 {
  259. label = "Tuesday, April 22nd, 2003\n- OR -\nWednesday, April 23rd, 2003";
  260. Tomoyo_44; //this appears on the 22nd and the 23rd????
  261. }
  262.  
  263. subgraph cluster_April_24 {
  264. label = "Thursday, April 24th, 2003";
  265. Tomoyo_47;
  266. Kyou_Ryou_25;
  267. Nagisa_55;
  268. Kappei_27;
  269. Mei_20;
  270. Mei_21;
  271. Mei_22;
  272. Fuko_44;
  273. Fuko_45;
  274. }
  275.  
  276. subgraph cluster_April_25 {
  277. label = "Friday, April 25th, 2003";
  278. Tomoyo_48;
  279. Kotomi_31;
  280. Kyou_Ryou_26;
  281. Kyou_Ryou_27;
  282. Fuko_47;
  283. Fuko_48;
  284. Light_gun_game;
  285. Light1;
  286. Light2;
  287. Light4;
  288. Light5;
  289. Light6;
  290. Light7;
  291. }
  292.  
  293. subgraph cluster_April_26 {
  294. label = "Saturday, April 26th, 2003";
  295. Tomoyo_49;
  296. Kyou_Ryou_28;
  297. Nagisa_56;
  298. Nagisa_57;
  299. Nagisa_58;
  300. Koumura_57;
  301. Fuko_50;
  302. Fuko_51;
  303. Fuko_52;
  304. Light3;
  305. }
  306.  
  307. subgraph cluster_April_27 {
  308. label = "Sunday, April 27th, 2003";
  309. Fuko_53;
  310. Fuko_54;
  311. Fuko_55;
  312. Nagisa_59;
  313. }
  314.  
  315. subgraph cluster_April_28 {
  316. label = "Monday, April 28rd, 2003";
  317. Kyou_Ryou_29;
  318. Kyou_Ryou_30;
  319. Nagisa_60;
  320. Nagisa_61;
  321. Nagisa_62;
  322. Nagisa_63;
  323. Nagisa_64;
  324. Koumura_62;
  325. Fuko_56;
  326. Fuko_57;
  327. Fuko_58;
  328. }
  329.  
  330. subgraph cluster_April_29 {
  331. label = "Tuesday, April 29nd, 2003";
  332. Kotomi_32;
  333. Fuko_59;
  334. Fuko_60;
  335. Fuko_61;
  336. }
  337.  
  338. subgraph cluster_April_30 {
  339. label = "Wednesday, April 30rd, 2003";
  340. Kotomi_33;
  341. Nagisa_65;
  342. Fuko_62;
  343. Fuko_63;
  344. Koumura_64;
  345. }
  346.  
  347. subgraph cluster_May_1 {
  348. label = "Thursday, May 1st, 2003";
  349. Kyou_Ryou_31;
  350. Nagisa_66;
  351. }
  352.  
  353. subgraph cluster_May_2 {
  354. label = "Friday, May 2nd, 2003";
  355. Tomoyo_50;
  356. Nagisa_67;
  357. Fuko_64;
  358. }
  359.  
  360. subgraph cluster_May_3 {
  361. label = "Saturday, May 3rd, 2003";
  362. Tomoyo_51;
  363. Tomoyo_52;
  364. Tomoyo_53;
  365. Kotomi_34;
  366. Kyou_Ryou_32;
  367. Fuko_65;
  368. }
  369.  
  370. subgraph cluster_May_4 {
  371. label = "Sunday, May 4th, 2003";
  372. Tomoyo_54;
  373. Kotomi_35;
  374. Kyou_Ryou_33;
  375. }
  376.  
  377. subgraph cluster_May_5 {
  378. label = "Monday, May 5th, 2003";
  379. Tomoyo_55;
  380. Kotomi_36;
  381. Kyou_Ryou_34;
  382. Kyou_Ryou_35;
  383. }
  384.  
  385. subgraph cluster_May_6 {
  386. label = "Tuesday, May 6th, 2003";
  387. Tomoyo_56;
  388. Tomoyo_57;
  389. }
  390.  
  391. subgraph cluster_May_7 {
  392. label = "Wednesday, May 7th, 2003";
  393. Kyou_Ryou_36;
  394. }
  395.  
  396. subgraph cluster_May_8 {
  397. label = "Thursday, May 8th, 2003";
  398. Kotomi_37;
  399. }
  400.  
  401. /*
  402. subgraph cluster_May_9 {
  403. label = "Friday, May 9th, 2003"; // May 9th has no answer sets in any path
  404. }
  405. */
  406.  
  407. subgraph cluster_May_10 {
  408. label = "Saturday, May 10th, 2003";
  409. Kotomi_38;
  410. Nagisa_68;
  411. }
  412.  
  413. subgraph cluster_May_11 {
  414. label = "Sunday, May 11th, 2003";
  415. Tomoyo_58;
  416. Tomoyo_59;
  417. Kotomi_39;
  418. Kotomi_40;
  419. Nagisa_69;
  420. Nagisa_70;
  421. Fuko_66;
  422. }
  423.  
  424. // Days after May 11th are usually labeled as the Path's name
  425.  
  426.  
  427.  
  428.  
  429.  
  430. Note [shape = note, label = "Note:\nThis walkthrough is based off Clannad Full Voice (for the PC) from the \"7 July 2012\" English patch.\nClannad (PC Original version), Clannad Memorial Edition (PC), as well as\nthe PS2, PSP, Xbox 360, and Android versions have identical stories, but most of those are not translated."];
  431. //TODO: get this note on the other side of the image, as there is plenty of room there...
  432.  
  433.  
  434. Clannad_logo [image="dot_files/Clannad_logo.png", label = " ", shape = box, color = invis];
  435. Clannad_logo -> Start [style = bold, color = invis];
  436.  
  437.  
  438. Start [label = "Clannad Start\n(School Story)"];
  439.  
  440. //Start -> SEEN0414_q1:a2 [color = "lightblue3:olivedrab:darkorchid:midnightblue:cadetblue:gold:seagreen:violet:limegreen:darkorange:firebrick"];
  441. //Start -> SEEN0414_q1:a1 [color = "yellowgreen"];
  442. // this was a test of the parallel edges feature. //TODO: get it to look nicer? research needed.
  443.  
  444.  
  445. SEEN0414_q1 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Dub something over it</TD><VR/><TD port="a2">Don't do anything</TD></TR></TABLE>>];
  446. SEEN0414_q2 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Forget it, this is stupid...</TD><VR/><TD port="a2">Say something fitting</TD></TR></TABLE>>];
  447. SEEN0414_q1:a1 -> SEEN0414_q2:a1;
  448. //SEEN0414_q1:a1 -> SEEN0414_q2:a2;
  449.  
  450. SEEN0414_q2:a2 -> SEEN0415_q1:a1;
  451. SEEN0414_q2:a1 -> SEEN0415_q1:a1;
  452. SEEN0414_q2:a2 -> SEEN0415_q1:a2;
  453. SEEN0414_q2:a1 -> SEEN0415_q1:a2;
  454.  
  455.  
  456. // tomoyo
  457. Start -> SEEN0414_q1:a2 [style = bold, color = lightblue3]; //Tomoyo
  458.  
  459.  
  460. //April 15
  461. SEEN0415_q1 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Apologize to her</TD><VR/><TD port="a2">Ignore her</TD></TR></TABLE>>];
  462. SEEN0414_q1:a2 -> SEEN0415_q1:a2 [style = bold, color = lightblue3]; //Tomoyo
  463.  
  464. Tomoyo_2 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Skip class</TD><VR/><TD port="a2">Take the lesson</TD></TR></TABLE>>];
  465. SEEN0415_q1:a2 -> Tomoyo_2:a2 [style = bold, color = lightblue3]; //Tomoyo
  466.  
  467. Tomoyo_3 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Go down to the courtyard</TD><VR/><TD port="a2">Ignore her</TD></TR></TABLE>>];
  468. Tomoyo_2:a2 -> Tomoyo_3:a1 [style = bold, color = lightblue3]; //Tomoyo
  469.  
  470. Tomoyo_4 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Leave now</TD><VR/><TD port="a2">Continue talking</TD></TR></TABLE>>];
  471. Tomoyo_3:a1 -> Tomoyo_4:a2 [style = bold, color = lightblue3]; //Tomoyo
  472.  
  473. Tomoyo_5 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Take refuge</TD><VR/><TD port="a2">See what's going on</TD></TR></TABLE>>];
  474. Tomoyo_4:a2 -> Tomoyo_5:a2 [style = bold, color = lightblue3]; //Tomoyo
  475.  
  476. Tomoyo_6 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">This interests me</TD><VR/><TD port="a2">Not interested</TD></TR></TABLE>>];
  477. Tomoyo_5:a2 -> Tomoyo_6:a1 [style = bold, color = lightblue3]; //Tomoyo
  478.  
  479. Tomoyo_7 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">I'm a bit worried</TD><VR/><TD port="a2">Don't worry</TD></TR></TABLE>>];
  480. Tomoyo_6:a1 -> Tomoyo_7:a1 [style = bold, color = lightblue3]; //Tomoyo
  481.  
  482. Tomoyo_8 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Talk to her</TD><VR/><TD port="a2">Ignore her</TD></TR></TABLE>>];
  483. Tomoyo_7:a1 -> Tomoyo_8:a1 [style = bold, color = lightblue3]; //Tomoyo
  484.  
  485. //April 16
  486. Tomoyo_9 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Go and see</TD><VR/><TD port="a2">Don't go</TD></TR></TABLE>>];
  487. Tomoyo_8:a1 -> Tomoyo_9:a1 [style = bold, color = lightblue3]; //Tomoyo
  488.  
  489. Tomoyo_10 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Skip class</TD><VR/><TD port="a2">Stay in class</TD></TR></TABLE>>];
  490. Tomoyo_9:a1 -> Tomoyo_10:a2 [style = bold, color = lightblue3]; //Tomoyo
  491.  
  492. Tomoyo_11 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Make haste and buy</TD><VR/><TD port="a2">There's no need to go that far</TD></TR></TABLE>>];
  493. Tomoyo_10:a2 -> Tomoyo_11:a1 [style = bold, color = lightblue3]; //Tomoyo
  494.  
  495. Tomoyo_12 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Help her out</TD><VR/><TD port="a2">Let her do it alone</TD></TR></TABLE>>];
  496. Tomoyo_11:a1 -> Tomoyo_12:a2 [style = bold, color = lightblue3]; //Tomoyo
  497.  
  498. //April 17
  499. Tomoyo_13 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Go watch</TD><VR/><TD port="a2">Stay inside the class</TD></TR></TABLE>>];
  500. Tomoyo_12:a2 -> Tomoyo_13:a1 [style = bold, color = lightblue3]; //Tomoyo
  501.  
  502. Tomoyo_14 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Go along</TD><VR/><TD port="a2">Ignore him</TD></TR></TABLE>>];
  503. Tomoyo_13:a1 -> Tomoyo_14:a1 [style = bold, color = lightblue3]; //Tomoyo
  504.  
  505. Tomoyo_15 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Go with him</TD><VR/><TD port="a2">Ignore him</TD></TR></TABLE>>];
  506. Tomoyo_14:a1 -> Tomoyo_15:a1 [style = bold, color = lightblue3]; //Tomoyo
  507.  
  508. Tomoyo_16 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Waste time in the school</TD><VR/><TD port="a2">Waste time outside the school</TD></TR></TABLE>>];
  509. Tomoyo_15:a1 -> Tomoyo_16:a1 [style = bold, color = lightblue3]; //Tomoyo
  510.  
  511. Tomoyo_17 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Go and sleep</TD><VR/><TD port="a2">Spend time outside the school</TD></TR></TABLE>>];
  512. Tomoyo_16:a1 -> Tomoyo_17:a1 [style = bold, color = lightblue3]; //Tomoyo
  513.  
  514. Tomoyo_18 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Leave her alone</TD><VR/><TD port="a2">Try and talk to her</TD></TR></TABLE>>];
  515. Tomoyo_17:a1 -> Tomoyo_18:a2 [style = bold, color = lightblue3]; //Tomoyo
  516.  
  517. Tomoyo_19 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Talk to her</TD><VR/><TD port="a2">See her off</TD></TR></TABLE>>];
  518. Tomoyo_18:a2 -> Tomoyo_19:a1 [style = bold, color = lightblue3]; //Tomoyo
  519.  
  520. //April 18
  521. Tomoyo_20 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Help him out</TD><VR/><TD port="a2">Refuse</TD></TR></TABLE>>];
  522. Tomoyo_19:a1 -> Tomoyo_20:a1 [style = bold, color = lightblue3]; //Tomoyo
  523.  
  524. Tomoyo_21 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Kick him back</TD><VR/><TD port="a2">Dodge</TD></TR></TABLE>>];
  525. Tomoyo_20:a1 -> Tomoyo_21:a1 [style = bold, color = lightblue3]; //Tomoyo
  526.  
  527. Tomoyo_22 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Try her fortune-telling</TD><VR/><TD port="a2">Let Sunohara try it</TD></TR></TABLE>>];
  528. Tomoyo_21:a1 -> Tomoyo_22:a2 [style = bold, color = lightblue3]; //Tomoyo
  529.  
  530. Tomoyo_23 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Don't let her run away</TD><VR/><TD port="a2">Let her run away</TD></TR></TABLE>>];
  531. Tomoyo_22:a2 -> Tomoyo_23:a2 [style = bold, color = lightblue3]; //Tomoyo
  532.  
  533. Tomoyo_24 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Go into an empty room</TD><VR/><TD port="a2">Go back to class</TD></TR></TABLE>>];
  534. Tomoyo_23:a2 -> Tomoyo_24:a1 [style = bold, color = lightblue3]; //Tomoyo
  535.  
  536. Tomoyo_25 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Leave now</TD><VR/><TD port="a2">Watch her a little longer</TD></TR></TABLE>>];
  537. Tomoyo_24:a1 -> Tomoyo_25:a2 [style = bold, color = lightblue3]; //Tomoyo
  538.  
  539. Tomoyo_26 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Head there to sleep</TD><VR/><TD port="a2">I guess I'll go back to class</TD></TR></TABLE>>];
  540. Tomoyo_25:a2 -> Tomoyo_26:a1 [style = bold, color = lightblue3]; //Tomoyo
  541.  
  542. Tomoyo_27 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Leave</TD><VR/><TD port="a2">Talk to her some more</TD></TR></TABLE>>];
  543. Tomoyo_26:a1 -> Tomoyo_27:a1 [style = bold, color = lightblue3]; //Tomoyo
  544.  
  545. Tomoyo_28 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Help her</TD><VR/><TD port="a2">Shake her off</TD></TR></TABLE>>];
  546. Tomoyo_27:a1 -> Tomoyo_28:a1 [style = bold, color = lightblue3]; //Tomoyo
  547.  
  548. Tomoyo_29 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Talk to her</TD><VR/><TD port="a2">See her off</TD></TR></TABLE>>];
  549. Tomoyo_28:a1 -> Tomoyo_29:a1 [style = bold, color = lightblue3]; //Tomoyo
  550.  
  551. //April 19
  552. Tomoyo_30 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Stop him</TD><VR/><TD port="a2">Ignore him</TD></TR></TABLE>>];
  553. Tomoyo_29:a1 -> Tomoyo_30:a1 [style = bold, color = lightblue3]; //Tomoyo
  554.  
  555. Tomoyo_31 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Go to the old school building</TD><VR/><TD port="a2">Go straight home</TD></TR></TABLE>>];
  556. Tomoyo_30:a1 -> Tomoyo_31:a2 [style = bold, color = lightblue3]; //Tomoyo
  557.  
  558. //April 20
  559. Tomoyo_32 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Go there</TD><VR/><TD port="a2">Ignore him</TD></TR></TABLE>>];
  560. Tomoyo_31:a2 -> Tomoyo_32:a1 [style = bold, color = lightblue3]; //Tomoyo
  561.  
  562. Tomoyo_33 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Run off</TD><VR/><TD port="a2">Watch a little longer</TD></TR></TABLE>>];
  563. Tomoyo_32:a1 -> Tomoyo_33:a1 [style = bold, color = lightblue3]; //Tomoyo
  564.  
  565. Tomoyo_34 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Ask if it's okay to come again</TD><VR/><TD port="a2">Don't come again</TD></TR></TABLE>>];
  566. Tomoyo_33:a1 -> Tomoyo_34:a2 [style = bold, color = lightblue3]; //Tomoyo
  567.  
  568. //April 21
  569. Tomoyo_35 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Get out of bed</TD><VR/><TD port="a2">Go to class later</TD></TR></TABLE>>];
  570. Tomoyo_34:a2 -> Tomoyo_35:a1 [style = bold, color = lightblue3]; //Tomoyo
  571.  
  572. Tomoyo_36 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Call out to her</TD><VR/><TD port="a2">Ignore her</TD></TR></TABLE>>];
  573. Tomoyo_35:a1 -> Tomoyo_36:a1 [style = bold, color = lightblue3]; //Tomoyo
  574.  
  575. Tomoyo_37 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Make her drink juice with her nose</TD><VR/><TD port="a2">Continue to wait</TD></TR></TABLE>>];
  576. Tomoyo_36:a1 -> Tomoyo_37:a2 [style = bold, color = lightblue3]; //Tomoyo
  577.  
  578. Tomoyo_38 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">I guess so...</TD><VR/><TD port="a2">Is that so?</TD></TR></TABLE>>];
  579. Tomoyo_37:a2 -> Tomoyo_38:a1 [style = bold, color = lightblue3]; //Tomoyo
  580.  
  581. Tomoyo_39 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Have patience</TD><VR/><TD port="a2">Eat it anyway</TD></TR></TABLE>>];
  582. Tomoyo_38:a1 -> Tomoyo_39:a2 [style = bold, color = lightblue3]; //Tomoyo
  583.  
  584. //April 22
  585. Tomoyo_40 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">I'm going home right now</TD><VR/><TD port="a2">Keep silent</TD></TR></TABLE>>];
  586. Tomoyo_39:a2 -> Tomoyo_40:a1 [style = bold, color = lightblue3]; //Tomoyo
  587.  
  588. Tomoyo_41 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Yeah, you are</TD><VR/><TD port="a2">No, not really...</TD></TR></TABLE>>];
  589. Tomoyo_40:a1 -> Tomoyo_41:a2 [style = bold, color = lightblue3]; //Tomoyo
  590.  
  591. Tomoyo_42 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Make him stop already</TD><VR/><TD port="a2">Enjoy it together with Sunohara</TD></TR></TABLE>>];
  592. Tomoyo_41:a2 -> Tomoyo_42:a1 [style = bold, color = lightblue3]; //Tomoyo
  593.  
  594. //April 23
  595. Tomoyo_43 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Was she up crying last night?</TD><VR/><TD port="a2">Talk 'round the clock about things she likes</TD><VR/><TD port="a3">Various unnecessary things we don't need</TD></TR></TABLE>>];
  596. Tomoyo_42:a1 -> Tomoyo_43:a2 [style = bold, color = lightblue3]; //Tomoyo
  597.  
  598. Tomoyo_44 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Say \"Good day\"</TD><VR/><TD port="a2">React when you see me as you enter</TD><VR/><TD port="a3">Introduce yourself first</TD></TR></TABLE>>, color = red]; //TODO: I'm not seeing this option!!!!!
  599. //Apparently in SEEN0423 & SEEN0422... more investigating needed...
  600. Tomoyo_43:a2 -> Tomoyo_44:a2 [style = bold, color = lightblue3]; //Tomoyo
  601.  
  602. Tomoyo_45 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Sleep</TD><VR/><TD port="a2">Change of mood</TD></TR></TABLE>>];
  603. Tomoyo_44:a2 -> Tomoyo_45:a1 [style = bold, color = lightblue3]; //Tomoyo
  604.  
  605. Tomoyo_46 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">About how she took a long break</TD><VR/><TD port="a2">About how she's trying to reform the drama club</TD><VR/><TD port="a3">About how she eats anpan</TD></TR></TABLE>>];
  606. Tomoyo_45:a1 -> Tomoyo_46:a2 [style = bold, color = lightblue3]; //Tomoyo
  607.  
  608. //April 24
  609. Tomoyo_47 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">I might have wanted to be with Tomoyo</TD><VR/><TD port="a2">I think I might have been killing time</TD></TR></TABLE>>];
  610. Tomoyo_46:a2 -> Tomoyo_47:a1 [style = bold, color = lightblue3]; //Tomoyo
  611.  
  612. //April 25th
  613. Tomoyo_48 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Keep trying to kiss</TD><VR/><TD port="a2">Get ready for school</TD></TR></TABLE>>];
  614. Tomoyo_47:a1 -> Tomoyo_48:a2 [style = bold, color = lightblue3]; //Tomoyo
  615.  
  616. //April 26th
  617. Tomoyo_49 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Eat outside</TD><VR/><TD port="a2">Eat in the school</TD></TR></TABLE>>];
  618. Tomoyo_48:a2 -> Tomoyo_49:a2 [style = bold, color = lightblue3]; //Tomoyo
  619.  
  620. //May 2nd
  621. Tomoyo_50 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">In that case, right now...</TD><VR/><TD port="a2">You should imagine it too.</TD></TR></TABLE>>];
  622. Tomoyo_49:a2 -> Tomoyo_50:a2 [style = bold, color = lightblue3]; //Tomoyo
  623.  
  624. //May 3rd
  625. Tomoyo_51 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Run a simulation.*</TD><VR/><TD port="a2">Don't do it.</TD></TR></TABLE>>];
  626. Tomoyo_50:a2 -> Tomoyo_51:a1 [style = bold, color = lightblue3]; //Tomoyo
  627.  
  628. Tomoyo_52 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Run a simulation.*</TD><VR/><TD port="a2">Let's stop this.</TD></TR></TABLE>>];
  629. Tomoyo_51:a1 -> Tomoyo_52:a1 [style = bold, color = lightblue3]; //Tomoyo
  630.  
  631. Tomoyo_53 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Yeah... sure</TD><VR/><TD port="a2">No... probably not</TD></TR></TABLE>>];
  632. Tomoyo_52:a1 -> Tomoyo_53:a2 [style = bold, color = lightblue3]; //Tomoyo
  633.  
  634. //May 4
  635. Tomoyo_54 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Go a bit far**</TD><VR/><TD port="a2">Later... and leave</TD></TR></TABLE>>];
  636. Tomoyo_53:a2 -> Tomoyo_54:a1 [style = bold, color = lightblue3]; //Tomoyo
  637.  
  638. //May 5
  639. Tomoyo_55 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Think things will remain fine like this</TD><VR/><TD port="a2">Think that this can't continue as it is</TD></TR></TABLE>>];
  640. Tomoyo_54:a1 -> Tomoyo_55:a2 [style = bold, color = lightblue3]; //Tomoyo
  641.  
  642. //May 6
  643. Tomoyo_56 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Be quiet and leave it to Tomoyo</TD><VR/><TD port="a2">Say something</TD></TR></TABLE>>];
  644. Tomoyo_55:a2 -> Tomoyo_56:a2 [style = bold, color = lightblue3]; //Tomoyo
  645.  
  646. Tomoyo_57 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Yes</TD><VR/><TD port="a2">No</TD></TR></TABLE>>];
  647. Tomoyo_56:a2 -> Tomoyo_57:a2 [style = bold, color = lightblue3]; //Tomoyo
  648.  
  649. //May 11
  650. Tomoyo_58 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Kick him back***</TD><VR/><TD port="a2">Dodge</TD></TR></TABLE>>];
  651. Tomoyo_57:a2 -> Tomoyo_58:a1 [style = bold, color = lightblue3]; //Tomoyo
  652.  
  653. Tomoyo_59 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Help her****</TD><VR/><TD port="a2">Refuse</TD></TR></TABLE>>];
  654. Tomoyo_58:a1 -> Tomoyo_59:a1 [style = bold, color = lightblue3]; //Tomoyo
  655.  
  656. TOMOYO_END [label = "Tomoyo's End"];
  657. Tomoyo_59:a1 -> TOMOYO_END [style = bold, color = lightblue3]; //Tomoyo
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664. //Fuko_1 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Dub something over it</TD><VR/><TD port="a2">Don't do anything</TD></TR></TABLE>>];
  665. Start -> SEEN0414_q1:a2 [style = bold, color = olivedrab]; //Fuko
  666.  
  667. //Fuko_2 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Apologize to her</TD><VR/><TD port="a2">Ignore her</TD></TR></TABLE>>];
  668. SEEN0414_q1:a2 -> SEEN0415_q1:a2 [style = bold, color = olivedrab]; //Fuko
  669.  
  670. //Fuko_3 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Take the lesson</TD></TR></TABLE>>];
  671. SEEN0415_q1:a2 -> Tomoyo_2:a2 [style = bold, color = olivedrab]; //Fuko
  672.  
  673. //Fuko_4 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Go down to the courtyard</TD></TR></TABLE>>];
  674. Tomoyo_2:a2 -> Tomoyo_3:a1 [style = bold, color = olivedrab]; //Fuko
  675.  
  676. //Fuko_5 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Continue talking</TD></TR></TABLE>>];
  677. Tomoyo_3:a1 -> Tomoyo_4:a2 [style = bold, color = olivedrab]; //Fuko
  678.  
  679. //Fuko_6 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Take refuge</TD></TR></TABLE>>];
  680. Tomoyo_4:a2 -> Tomoyo_5:a1 [style = bold, color = olivedrab]; //Fuko
  681.  
  682. //Fuko_7 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">I'm a bit worried</TD></TR></TABLE>>];
  683. Tomoyo_5:a1 -> Tomoyo_7:a1 [style = bold, color = olivedrab]; //Fuko
  684.  
  685. //Fuko_8 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Ignore her</TD></TR></TABLE>>];
  686. Tomoyo_7:a1 -> Tomoyo_8:a2 [style = bold, color = olivedrab]; //Fuko
  687.  
  688. //Fuko_9 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Stay in class</TD></TR></TABLE>>];
  689. Tomoyo_8:a2 -> Tomoyo_10:a2 [style = bold, color = olivedrab]; //Fuko
  690.  
  691. //Fuko_10 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Make haste and buy</TD></TR></TABLE>>];
  692. Tomoyo_10:a2 -> Tomoyo_11:a1 [style = bold, color = olivedrab]; //Fuko
  693.  
  694. //Fuko_11 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Help her out</TD></TR></TABLE>>];
  695. Tomoyo_11:a1 -> Tomoyo_12:a1 [style = bold, color = olivedrab]; //Fuko
  696.  
  697. Fuko_12 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">I don't need to do that.</TD></TR></TABLE>>];
  698. Tomoyo_12:a1 -> Fuko_12:a [style = bold, color = olivedrab]; //Fuko
  699.  
  700. Fuko_13 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Charm</TD><VR/><TD port="a2">Illustration</TD><VR/><TD port="a3">Collaboration</TD></TR></TABLE>>];
  701. Fuko_12:a -> Fuko_13:a2 [style = bold, color = olivedrab]; //Fuko
  702.  
  703. Fuko_14 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Go out and search</TD><VR/><TD port="a2">Keep on waiting</TD></TR></TABLE>>];
  704. Fuko_13:a2 -> Fuko_14:a1 [style = bold, color = olivedrab]; //Fuko
  705.  
  706. Fuko_15 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Peek in the next classroom</TD><VR/><TD port="a2">Search somewhere else</TD></TR></TABLE>>];
  707. Fuko_14:a1 -> Fuko_15:a1 [style = bold, color = olivedrab]; //Fuko
  708.  
  709. //Fuko_16 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Leave her alone</TD><VR/><TD port="a2">Try and talk to her</TD></TR></TABLE>>];
  710. Fuko_15:a1 -> Tomoyo_18:a2 [style = bold, color = olivedrab]; //Fuko
  711.  
  712. //Fuko_17 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Let Sunohara try it</TD></TR></TABLE>>]; //Tomoyo_22
  713. Tomoyo_18:a2 -> Tomoyo_22:a2 [style = bold, color = olivedrab]; //Fuko
  714.  
  715. //Fuko_18 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Don't let her run away</TD></TR></TABLE>>];
  716. Tomoyo_22:a2 -> Tomoyo_23:a1 [style = bold, color = olivedrab]; //Fuko
  717.  
  718. //Fuko_19 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Go into an empty room</TD></TR></TABLE>>];
  719. Tomoyo_23:a1 -> Tomoyo_24:a1 [style = bold, color = olivedrab]; //Fuko
  720.  
  721. //Fuko_20 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Watch her a little longer</TD></TR></TABLE>>];
  722. Tomoyo_24:a1 -> Tomoyo_25:a2 [style = bold, color = olivedrab]; //Fuko
  723.  
  724. //Fuko_21 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">I guess I'll go back to class</TD></TR></TABLE>>];
  725. Tomoyo_25:a2 -> Tomoyo_26:a2 [style = bold, color = olivedrab]; //Fuko
  726.  
  727. //Fuko_22 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">What sort of drama play are you planning?</TD></TR></TABLE>>];
  728. Tomoyo_26:a2 -> Nagisa_32:a1 [style = bold, color = olivedrab]; //Fuko
  729.  
  730. //Fuko_23 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Grab Furukawa's hand and run away.</TD></TR></TABLE>>];
  731. Nagisa_32:a1 -> Nagisa_33:a2 [style = bold, color = olivedrab]; //Fuko
  732.  
  733. //Fuko_24 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Go and see.</TD></TR></TABLE>>];
  734. Nagisa_33:a2 -> Nagisa_35:a1 [style = bold, color = olivedrab]; //Fuko
  735.  
  736. //Fuko_25 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Where's Sanae-san?</TD></TR></TABLE>>];
  737. Nagisa_35:a1 -> Nagisa_36:a2 [style = bold, color = olivedrab]; //Fuko
  738.  
  739. //Fuko_26 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Ignore him</TD></TR></TABLE>>];
  740. Nagisa_36:a2 -> Tomoyo_32:a2 [style = bold, color = olivedrab]; //Fuko
  741.  
  742. //Fuko_27 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Look outside the window</TD></TR></TABLE>>];
  743. Tomoyo_32:a2 -> Nagisa_40:a2 [style = bold, color = olivedrab]; //Fuko
  744.  
  745. //Fuko_28 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Make her drink juice with her nose</TD></TR></TABLE>>]; //Tomoyo_37
  746. Nagisa_40:a2 -> Tomoyo_37:a1 [style = bold, color = olivedrab]; //Fuko
  747.  
  748. //Fuko_29 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Let Furukawa talk with them one more time</TD></TR></TABLE>>];
  749. Tomoyo_37:a1 -> Nagisa_42:a2 [style = bold, color = olivedrab]; //Fuko
  750.  
  751. Fuko_30 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Nonetheless...let her do her best.</TD></TR></TABLE>>];
  752. Nagisa_42:a2 -> Fuko_30:a [style = bold, color = olivedrab]; //Fuko
  753.  
  754. //Fuko_31 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Attack</TD></TR></TABLE>>];
  755. Fuko_30:a -> Nagisa_44:a1 [style = bold, color = olivedrab]; //Fuko
  756.  
  757. //Fuko_32 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Talk to Fuko</TD></TR></TABLE>>];
  758. Nagisa_44:a1 -> Nagisa_45:a1 [style = bold, color = olivedrab]; //Fuko
  759.  
  760. //Fuko_33 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Talk to the Fujibayashi sisters</TD></TR></TABLE>>];
  761. Nagisa_45:a1 -> Nagisa_46:a1 [style = bold, color = olivedrab]; //Fuko
  762.  
  763. Fuko_34 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Play a prank on her (Lv 1 Move her)**</TD></TR></TABLE>>];
  764. Nagisa_46:a1 -> Fuko_34:a [style = bold, color = olivedrab]; //Fuko
  765.  
  766. //Fuko_35 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Keep it and head back</TD></TR></TABLE>>];
  767. Fuko_34:a -> Nagisa_48:a2 [style = bold, color = olivedrab]; //Fuko
  768.  
  769. //Fuko_36 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Don't help him</TD></TR></TABLE>>];
  770. Nagisa_48:a2 -> Nagisa_49:a2 [style = bold, color = olivedrab]; //Fuko
  771.  
  772. //Fuko_37 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">No way</TD></TR></TABLE>>];
  773. Nagisa_49:a2 -> Nagisa_50:a2 [style = bold, color = olivedrab]; //Fuko
  774.  
  775. //Fuko_38 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Talk 'round the clock about things she likes</TD></TR></TABLE>>]; //Tomoyo_43
  776. Nagisa_50:a2 -> Tomoyo_43:a2 [style = bold, color = olivedrab]; //Fuko
  777.  
  778. //Fuko_39 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">No, that's wrong</TD></TR></TABLE>>];
  779. Tomoyo_43:a2 -> Nagisa_52:a2 [style = bold, color = olivedrab]; //Fuko
  780.  
  781. //Fuko_40 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Freshen myself</TD></TR></TABLE>>];
  782. Nagisa_52:a2 -> Nagisa_53:a2 [style = bold, color = olivedrab]; //Fuko
  783.  
  784. Fuko_41 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Yell for them to stop</TD></TR></TABLE>>];
  785. Nagisa_53:a2 -> Fuko_41:a [style = bold, color = olivedrab]; //Fuko
  786.  
  787. Fuko_42 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Play a prank on her (Lv 2 Move her)</TD></TR></TABLE>>];
  788. Fuko_41:a -> Fuko_42:a [style = bold, color = olivedrab]; //Fuko
  789.  
  790. //Fuko_43 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Don't take it</TD></TR></TABLE>>];
  791. Fuko_42:a -> Kyou_Ryou_24:a2 [style = bold, color = olivedrab]; //Fuko
  792.  
  793. Fuko_44 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Call for her to stop</TD></TR></TABLE>>];
  794. Kyou_Ryou_24:a2 -> Fuko_44:a [style = bold, color = olivedrab]; //Fuko
  795.  
  796. Fuko_45 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Play a prank on her (Lv 1 Impersonate)</TD></TR></TABLE>>];
  797. Fuko_44:a -> Fuko_45:a [style = bold, color = olivedrab]; //Fuko
  798.  
  799. //Fuko_46 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Stay like this</TD></TR></TABLE>>];
  800. Fuko_45:a -> Nagisa_55:a1 [style = bold, color = olivedrab]; //Fuko
  801.  
  802. Fuko_47 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Call for her to stop</TD></TR></TABLE>>];
  803. Nagisa_55:a1 -> Fuko_47:a [style = bold, color = olivedrab]; //Fuko
  804.  
  805. Fuko_48 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Play a prank on her (Lv 2 Impersonate)</TD></TR></TABLE>>];
  806. Fuko_47:a -> Fuko_48:a [style = bold, color = olivedrab]; //Fuko
  807.  
  808. //Fuko_49 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Ask them</TD></TR></TABLE>>];
  809. Fuko_48:a -> Nagisa_56:a2 [style = bold, color = olivedrab]; //Fuko
  810.  
  811. Fuko_50 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Leave her</TD></TR></TABLE>>];
  812. Nagisa_56:a2 -> Fuko_50:a [style = bold, color = olivedrab]; //Fuko
  813.  
  814. Fuko_51 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Decide to help</TD></TR></TABLE>>];
  815. Fuko_50:a -> Fuko_51:a [style = bold, color = olivedrab]; //Fuko
  816.  
  817. Fuko_52 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Play a prank on her (Lv 2 Nose drink)</TD></TR></TABLE>>];
  818. Fuko_51:a -> Fuko_52:a [style = bold, color = olivedrab]; //Fuko
  819.  
  820. Fuko_53 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Tell her honestly</TD></TR></TABLE>>];
  821. Fuko_52:a -> Fuko_53:a [style = bold, color = olivedrab]; //Fuko
  822.  
  823. Fuko_54 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Pinch her nose gently</TD></TR></TABLE>>];
  824. Fuko_53:a -> Fuko_54:a [style = bold, color = olivedrab]; //Fuko
  825.  
  826. Fuko_55 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">That's right...</TD></TR></TABLE>>];
  827. Fuko_54:a -> Fuko_55:a [style = bold, color = olivedrab]; //Fuko
  828.  
  829. Fuko_56 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Lucky charm</TD></TR></TABLE>>];
  830. Fuko_55:a -> Fuko_56:a [style = bold, color = olivedrab]; //Fuko
  831.  
  832. Fuko_57 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Have her join the conversation</TD></TR></TABLE>>];
  833. Fuko_56:a -> Fuko_57:a [style = bold, color = olivedrab]; //Fuko
  834.  
  835. Fuko_58 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Play a prank on her (Lv 1 Carving swap)</TD></TR></TABLE>>];
  836. Fuko_57:a -> Fuko_58:a [style = bold, color = olivedrab]; //Fuko
  837.  
  838. Fuko_59 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Follow Nagisa_</TD></TR></TABLE>>];
  839. Fuko_58:a -> Fuko_59:a [style = bold, color = olivedrab]; //Fuko
  840.  
  841. Fuko_60 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Play a prank on her (Lv 2 Carving swap)</TD></TR></TABLE>>];
  842. Fuko_59:a -> Fuko_60:a [style = bold, color = olivedrab]; //Fuko
  843.  
  844. Fuko_61 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Reference room</TD></TR></TABLE>>];
  845. Fuko_60:a -> Fuko_61:a [style = bold, color = olivedrab]; //Fuko
  846.  
  847. Fuko_62 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Massage her nose</TD></TR></TABLE>>];
  848. Fuko_61:a -> Fuko_62:a [style = bold, color = olivedrab]; //Fuko
  849.  
  850. Fuko_63 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Try to get someone else</TD></TR></TABLE>>];
  851. Fuko_62:a -> Fuko_63:a [style = bold, color = olivedrab]; //Fuko
  852.  
  853. Fuko_64 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Rock</TD></TR></TABLE>>];
  854. Fuko_63:a -> Fuko_64:a [style = bold, color = olivedrab]; //Fuko
  855.  
  856. Fuko_65 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Take his place</TD></TR></TABLE>>];
  857. Fuko_64:a -> Fuko_65:a [style = bold, color = olivedrab]; //Fuko
  858.  
  859. Fuko_66 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Can we kiss?</TD><VR/><TD port="a2">Stay like this</TD></TR></TABLE>>];
  860. Fuko_65:a -> Fuko_66 [style = bold, color = olivedrab]; //Fuko
  861.  
  862. FUKO_TRUE_END [ label = "Fuko's True End"];
  863. FUKO_GOOD_END [ label = "Fuko's Good End"];
  864. Fuko_66:a1 -> FUKO_TRUE_END [style = bold, color = olivedrab]; //Fuko
  865. Fuko_66:a2 -> FUKO_GOOD_END [style = bold, color = olivedrab]; //Fuko
  866.  
  867.  
  868.  
  869. //Kyou_Ryou_1 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Dub something over it</TD><VR/><TD port="a2">Don't do anything</TD></TR></TABLE>>];
  870. Start -> SEEN0414_q1:a2 [style = bold, color = darkorchid]; //Kyou
  871. Start -> SEEN0414_q1:a2 [style = bold, color = midnightblue]; //Ryou
  872. Start -> SEEN0414_q1:a2 [style = bold, color = cadetblue]; //Kappei
  873.  
  874. //Kyou_Ryou_2 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Apologize to her</TD><VR/><TD port="a2">Ignore her</TD></TR></TABLE>>];
  875. SEEN0414_q1:a2 -> SEEN0415_q1:a1 [style = bold, color = darkorchid]; //Kyou
  876. SEEN0414_q1:a2 -> SEEN0415_q1:a1 [style = bold, color = midnightblue]; //Ryou
  877. SEEN0414_q1:a2 -> SEEN0415_q1:a1 [style = bold, color = cadetblue]; //Kappei
  878.  
  879. //Kyou_Ryou_3 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Skip class</TD><VR/><TD port="a2">Take the lesson</TD></TR></TABLE>>];
  880. SEEN0415_q1:a1 -> Tomoyo_2:a2 [style = bold, color = darkorchid]; //Kyou
  881. SEEN0415_q1:a1 -> Tomoyo_2:a2 [style = bold, color = midnightblue]; //Ryou
  882. SEEN0415_q1:a1 -> Tomoyo_2:a2 [style = bold, color = cadetblue]; //Kappei
  883.  
  884. //Kyou_Ryou_4 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Go down to the courtyard</TD><VR/><TD port="a2">Ignore her</TD></TR></TABLE>>];
  885. Tomoyo_2:a2 -> Tomoyo_3:a2 [style = bold, color = darkorchid]; //Kyou
  886. Tomoyo_2:a2 -> Tomoyo_3:a2 [style = bold, color = midnightblue]; //Ryou
  887. Tomoyo_2:a2 -> Tomoyo_3:a2 [style = bold, color = cadetblue]; //Kappei
  888.  
  889. //Kyou_Ryou_5 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Take refuge</TD><VR/><TD port="a2">See what's going on</TD></TR></TABLE>>];
  890. Tomoyo_3:a2 -> Tomoyo_5:a1 [style = bold, color = darkorchid]; //Kyou
  891. Tomoyo_3:a2 -> Tomoyo_5:a1 [style = bold, color = midnightblue]; //Ryou
  892. Tomoyo_3:a2 -> Tomoyo_5:a1 [style = bold, color = cadetblue]; //Kappei
  893.  
  894. //Kyou_Ryou_6 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Talk to her</TD><VR/><TD port="a2">Ignore her</TD></TR></TABLE>>];
  895. Tomoyo_5:a1 -> Tomoyo_8:a2 [style = bold, color = darkorchid]; //Kyou
  896. Tomoyo_5:a1 -> Tomoyo_8:a2 [style = bold, color = midnightblue]; //Ryou
  897. Tomoyo_5:a1 -> Tomoyo_8:a2 [style = bold, color = cadetblue]; //Kappei
  898.  
  899. SEEN3416_q1 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Talk to the old lady</TD><VR/><TD port="a2">Walk past her</TD></TR></TABLE>>];
  900. Tomoyo_8:a2 -> SEEN3416_q1:a1 [style = bold, color = darkorchid]; //Kyou
  901. Tomoyo_8:a2 -> SEEN3416_q1:a1 [style = bold, color = midnightblue]; //Ryou
  902. Tomoyo_8:a2 -> SEEN3416_q1:a1 [style = bold, color = cadetblue]; //Kappei
  903.  
  904. Kyou_Ryou_8 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Investigate</TD><VR/><TD port="a2">Forget about it</TD></TR></TABLE>>];
  905. SEEN3416_q1:a1 -> Kyou_Ryou_8:a1 [style = bold, color = darkorchid]; //Kyou
  906. SEEN3416_q1:a1 -> Kyou_Ryou_8:a1 [style = bold, color = midnightblue]; //Ryou
  907. SEEN3416_q1:a1 -> Kyou_Ryou_8:a1 [style = bold, color = cadetblue]; //Kappei
  908.  
  909.  
  910. //Kyou_Ryou_9 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Skip class</TD><VR/><TD port="a2">Stay in class</TD></TR></TABLE>>];
  911. Kyou_Ryou_8:a1 -> Tomoyo_10:a2 [style = bold, color = darkorchid]; //Kyou
  912. Kyou_Ryou_8:a1 -> Tomoyo_10:a2 [style = bold, color = midnightblue]; //Ryou
  913. Kyou_Ryou_8:a1 -> Tomoyo_10:a2 [style = bold, color = cadetblue]; //Kappei
  914.  
  915. //Kyou_Ryou_10 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Waste time in the school</TD><VR/><TD port="a2">Waste time outside the school</TD></TR></TABLE>>];
  916. Tomoyo_10:a2 -> Tomoyo_16:a2 [style = bold, color = darkorchid]; //Kyou
  917. Tomoyo_10:a2 -> Tomoyo_16:a2 [style = bold, color = midnightblue]; //Ryou
  918. Tomoyo_10:a2 -> Tomoyo_16:a2 [style = bold, color = cadetblue]; //Kappei
  919.  
  920. //Kyou_Ryou_11 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Talk to her</TD><VR/><TD port="a2">See her off</TD></TR></TABLE>>];
  921. Tomoyo_16:a2 -> Tomoyo_19:a2 [style = bold, color = darkorchid]; //Kyou
  922. Tomoyo_16:a2 -> Tomoyo_19:a2 [style = bold, color = midnightblue]; //Ryou
  923. Tomoyo_16:a2 -> Tomoyo_19:a2 [style = bold, color = cadetblue]; //Kappei
  924.  
  925. Kyou_Ryou_12 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Fortune telling using breasts</TD><VR/><TD port="a2">Fortune telling using cards</TD></TR></TABLE>>];
  926. Tomoyo_19:a2 -> Kyou_Ryou_12:a2 [style = bold, color = darkorchid]; //Kyou
  927. Tomoyo_19:a2 -> Kyou_Ryou_12:a2 [style = bold, color = midnightblue]; //Ryou
  928. Tomoyo_19:a2 -> Kyou_Ryou_12:a1 [style = bold, color = cadetblue]; //Kappei
  929.  
  930. //Kyou_Ryou_13 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Head there to sleep</TD><VR/><TD port="a2">I guess I'll go back to class</TD></TR></TABLE>>];
  931. Kyou_Ryou_12:a2 -> Tomoyo_26:a2 [style = bold, color = darkorchid]; //Kyou
  932. Kyou_Ryou_12:a2 -> Tomoyo_26:a2 [style = bold, color = midnightblue]; //Ryou
  933. Kyou_Ryou_12:a1 -> Tomoyo_26:a2 [style = bold, color = cadetblue]; //Kappei
  934.  
  935. //Kyou_Ryou_14 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Go to the old school building</TD><VR/><TD port="a2">Go straight home</TD></TR></TABLE>>];
  936. Tomoyo_26:a2 -> Tomoyo_31:a2 [style = bold, color = darkorchid]; //Kyou
  937. Tomoyo_26:a2 -> Tomoyo_31:a2 [style = bold, color = midnightblue]; //Ryou
  938. Tomoyo_26:a2 -> Tomoyo_31:a2 [style = bold, color = cadetblue]; //Kappei
  939.  
  940. //Kyou_Ryou_15 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Go there</TD><VR/><TD port="a2">Ignore him</TD></TR></TABLE>>];
  941. Tomoyo_31:a2 -> Tomoyo_32:a2 [style = bold, color = darkorchid]; //Kyou
  942. Tomoyo_31:a2 -> Tomoyo_32:a2 [style = bold, color = midnightblue]; //Ryou
  943. Tomoyo_31:a2 -> Tomoyo_32:a2 [style = bold, color = cadetblue]; //Kappei
  944.  
  945. //Kappei_16 [shape = Mrecord, label = "<a2>Watch a little longer"];
  946. Tomoyo_32:a2 -> Tomoyo_33:a2 [style = bold, color = cadetblue]; //Kappei
  947.  
  948. //Kappei_17 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Help out</TD></TR></TABLE>>];
  949. Tomoyo_33:a2 -> Nagisa_39:a1 [style = bold, color = cadetblue]; //Kappei
  950.  
  951.  
  952.  
  953. //Kyou_Ryou_16 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Get out of bed</TD><VR/><TD port="a2">Go to class later</TD></TR></TABLE>>];
  954. Tomoyo_32:a2 -> Tomoyo_35:a2 [style = bold, color = darkorchid]; //Kyou
  955. Tomoyo_32:a2 -> Tomoyo_35:a2 [style = bold, color = midnightblue]; //Ryou
  956. Nagisa_39:a1 -> Tomoyo_35:a2 [style = bold, color = cadetblue]; //Kappei
  957.  
  958. Kyou_Ryou_17 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Jump to the right</TD><VR/><TD port="a2">Stay still</TD><VR/><TD port="a3">Jump to the left</TD></TR></TABLE>>];
  959. Tomoyo_35:a2 -> Kyou_Ryou_17:a1 [style = bold, color = darkorchid]; //Kyou
  960. Tomoyo_35:a2 -> Kyou_Ryou_17:a1 [style = bold, color = midnightblue]; //Ryou
  961. Tomoyo_35:a2 -> Kyou_Ryou_17:a1 [style = bold, color = cadetblue]; //Kappei
  962.  
  963. Kyou_Ryou_18 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Run Away</TD><VR/><TD port="a2">Wake the person up</TD></TR></TABLE>>];
  964. Kyou_Ryou_17:a1 -> Kyou_Ryou_18:a1 [style = bold, color = darkorchid]; //Kyou
  965. Kyou_Ryou_17:a1 -> Kyou_Ryou_18:a1 [style = bold, color = midnightblue]; //Ryou
  966.  
  967. Kyou_Ryou_19 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Find the address to bring it to</TD><VR/><TD port="a2">Tear it up and throw it away</TD></TR></TABLE>>];
  968. Kyou_Ryou_18:a1 -> Kyou_Ryou_19:a2 [style = bold, color = darkorchid]; //Kyou
  969. Kyou_Ryou_18:a1 -> Kyou_Ryou_19:a2 [style = bold, color = midnightblue]; //Ryou
  970.  
  971. //Kyou_Ryou_20 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Say \"Good day\"</TD></TR></TABLE>>];
  972. Kyou_Ryou_19:a2 -> Tomoyo_44:a1 [style = bold, color = darkorchid]; //Kyou
  973. Kyou_Ryou_19:a2 -> Tomoyo_44:a1 [style = bold, color = midnightblue]; //Ryou
  974.  
  975. Kyou_Ryou_21 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Throw Botan towards Kyou</TD><VR/><TD port="a2">Take him for now</TD></TR></TABLE>>];
  976. Tomoyo_44:a1 -> Kyou_Ryou_21:a2 [style = bold, color = darkorchid]; //Kyou
  977. Tomoyo_44:a1 -> Kyou_Ryou_21:a2 [style = bold, color = midnightblue]; //Ryou
  978.  
  979. Kyou_Ryou_22 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Run</TD><VR/><TD port="a2">Follow her</TD></TR></TABLE>>];
  980. Kyou_Ryou_21:a2 -> Kyou_Ryou_22:a2 [style = bold, color = darkorchid]; //Kyou
  981. Kyou_Ryou_21:a2 -> Kyou_Ryou_22:a2 [style = bold, color = midnightblue]; //Ryou
  982.  
  983. Kyou_Ryou_23 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Like a lover being separated</TD><VR/><TD port="a2">Like an astronaut sacrificing himself to save the earth</TD><VR/><TD port="a3">Like having a flashback from a previous volume of a manga</TD></TR></TABLE>>];
  984. ////Kyou_Ryou_23 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Add \"And toilet seat cover\" in every sentence</TD></TR></TABLE>>];
  985. Kyou_Ryou_22:a2 -> Kyou_Ryou_23:a2 [style = bold, color = darkorchid]; //Kyou
  986. Kyou_Ryou_22:a2 -> Kyou_Ryou_23:a2 [style = bold, color = midnightblue]; //Ryou
  987.  
  988. Kyou_Ryou_24 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Talk to her instead</TD><VR/><TD port="a2">Don't take it</TD></TR></TABLE>>];
  989. Kyou_Ryou_23:a2 -> Kyou_Ryou_24:a2 [style = bold, color = darkorchid]; //Kyou
  990. Kyou_Ryou_23:a2 -> Kyou_Ryou_24:a2 [style = bold, color = midnightblue]; //Ryou
  991.  
  992. Kyou_Ryou_25 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Really? Are you serious?</TD><VR/><TD port="a2">Nah, I don't want any</TD></TR></TABLE>>];
  993. Kyou_Ryou_24:a2 -> Kyou_Ryou_25:a1 [style = bold, color = darkorchid]; //Kyou
  994. Kyou_Ryou_24:a2 -> Kyou_Ryou_25:a1 [style = bold, color = midnightblue]; //Ryou
  995.  
  996. Kyou_Ryou_26 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Go waste time somewhere</TD><VR/><TD port="a2">Be nice and head to the gates</TD></TR></TABLE>>];
  997. Kyou_Ryou_25:a1 -> Kyou_Ryou_26:a2 [style = bold, color = darkorchid]; //Kyou
  998. Kyou_Ryou_25:a1 -> Kyou_Ryou_26:a2 [style = bold, color = midnightblue]; //Ryou
  999.  
  1000. Kyou_Ryou_27 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Friends</TD><VR/><TD port="a2">Lovers</TD><VR/><TD port="a3">Married</TD></TR></TABLE>>];
  1001. Kyou_Ryou_26:a2 -> Kyou_Ryou_27:a1 [style = bold, color = darkorchid]; //Kyou
  1002. Kyou_Ryou_26:a2 -> Kyou_Ryou_27:a1 [style = bold, color = midnightblue]; //Ryou
  1003. Kyou_Ryou_26:a2 -> Kyou_Ryou_27:a2;
  1004. Kyou_Ryou_26:a2 -> Kyou_Ryou_27:a3;
  1005.  
  1006.  
  1007. //April 26
  1008. Kyou_Ryou_28 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Even then, if you want to...</TD><VR/><TD port="a2">That's why going out with you is...</TD></TR></TABLE>>];
  1009. Kyou_Ryou_27:a1 -> Kyou_Ryou_28:a1 [style = bold, color = darkorchid]; //Kyou
  1010. Kyou_Ryou_27:a1 -> Kyou_Ryou_28:a1 [style = bold, color = midnightblue]; //Ryou
  1011. Kyou_Ryou_27:a2 -> Kyou_Ryou_28:a1;
  1012. Kyou_Ryou_27:a3 -> Kyou_Ryou_28:a1;
  1013. Kyou_Ryou_27:a1 -> Kyou_Ryou_28:a2;
  1014. Kyou_Ryou_27:a2 -> Kyou_Ryou_28:a2;
  1015. Kyou_Ryou_27:a3 -> Kyou_Ryou_28:a2;
  1016.  
  1017.  
  1018. Kyou_Ryou_29 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Leave him just like that</TD><VR/><TD port="a2">For now, take him to school</TD><VR/><TD port="a3">Pull a tragic scene</TD></TR></TABLE>>];
  1019. Kyou_Ryou_28:a1 -> Kyou_Ryou_29:a2 [style = bold, color = darkorchid]; //Kyou
  1020. Kyou_Ryou_28:a1 -> Kyou_Ryou_29:a3 [style = bold, color = midnightblue]; //Ryou
  1021. Kyou_Ryou_28:a1 -> Kyou_Ryou_29:a1;
  1022.  
  1023. Kyou_Ryou_30 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">I like long hair</TD><VR/><TD port="a2">I like short hair</TD></TR></TABLE>>];
  1024. Kyou_Ryou_29:a2 -> Kyou_Ryou_30:a1 [style = bold, color = darkorchid]; //Kyou
  1025. Kyou_Ryou_29:a3 -> Kyou_Ryou_30:a2 [style = bold, color = midnightblue]; //Ryou
  1026. Kyou_Ryou_29:a1 -> Kyou_Ryou_30:a1;
  1027. Kyou_Ryou_29:a1 -> Kyou_Ryou_30:a2;
  1028. Kyou_Ryou_29:a2 -> Kyou_Ryou_30:a2;
  1029. Kyou_Ryou_29:a3 -> Kyou_Ryou_30:a1;
  1030.  
  1031. Kyou_Ryou_31 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">It's delicious...</TD><VR/><TD port="a2">It's terrible...</TD></TR></TABLE>>];
  1032. Kyou_Ryou_30:a1 -> Kyou_Ryou_31:a2 [style = bold, color = darkorchid]; //Kyou
  1033. Kyou_Ryou_30:a2 -> Kyou_Ryou_31:a1 [style = bold, color = midnightblue]; //Ryou
  1034. Kyou_Ryou_30:a1 -> Kyou_Ryou_31:a1;
  1035. Kyou_Ryou_30:a2 -> Kyou_Ryou_31:a2;
  1036.  
  1037. Kyou_Ryou_32 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Try practicing</TD><VR/><TD port="a2">Watch Kyou silently</TD></TR></TABLE>>];
  1038. Kyou_Ryou_31:a2 -> Kyou_Ryou_32:a1 [style = bold, color = darkorchid]; //Kyou
  1039. Kyou_Ryou_31:a1 -> Kyou_Ryou_32:a2 [style = bold, color = midnightblue]; //Ryou
  1040. Kyou_Ryou_31:a1 -> Kyou_Ryou_32:a1;
  1041. Kyou_Ryou_31:a2 -> Kyou_Ryou_32:a2;
  1042.  
  1043. Kyou_Ryou_33 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Tanzanite</TD><VR/><TD port="a2">Amethyst</TD></TR></TABLE>>];
  1044. Kyou_Ryou_32:a1 -> Kyou_Ryou_33:a2 [style = bold, color = darkorchid]; //Kyou
  1045. Kyou_Ryou_32:a2 -> Kyou_Ryou_33:a1 [style = bold, color = midnightblue]; //Ryou
  1046. Kyou_Ryou_32:a1 -> Kyou_Ryou_33:a1;
  1047. Kyou_Ryou_32:a2 -> Kyou_Ryou_33:a2;
  1048.  
  1049. Kyou_Ryou_34 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Friends</TD><VR/><TD port="a2">Lovers</TD><VR/><TD port="a3">Married</TD></TR></TABLE>>];
  1050. Kyou_Ryou_33:a2 -> Kyou_Ryou_34:a2 [style = bold, color = darkorchid]; //Kyou
  1051. Kyou_Ryou_33:a1 -> Kyou_Ryou_34:a2 [style = bold, color = midnightblue]; //Ryou
  1052. Kyou_Ryou_33:a1 -> Kyou_Ryou_34:a1;
  1053. Kyou_Ryou_33:a2 -> Kyou_Ryou_34:a1;
  1054. Kyou_Ryou_33:a1 -> Kyou_Ryou_34:a3;
  1055. Kyou_Ryou_33:a2 -> Kyou_Ryou_34:a3;
  1056.  
  1057. Kyou_Ryou_35 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Kiss her</TD><VR/><TD port="a2">Don't kiss her</TD></TR></TABLE>>];
  1058. Kyou_Ryou_34:a2 -> Kyou_Ryou_35:a1 [style = bold, color = darkorchid]; //Kyou
  1059. Kyou_Ryou_34:a2 -> Kyou_Ryou_35:a1 [style = bold, color = midnightblue]; //Ryou
  1060. Kyou_Ryou_34:a1 -> Kyou_Ryou_35:a1;
  1061. Kyou_Ryou_34:a1 -> Kyou_Ryou_35:a2;
  1062. Kyou_Ryou_34:a3 -> Kyou_Ryou_35:a1;
  1063. Kyou_Ryou_34:a2 -> Kyou_Ryou_35:a2;
  1064. Kyou_Ryou_34:a3 -> Kyou_Ryou_35:a2;
  1065.  
  1066.  
  1067. Kyou_Ryou_36 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Call out</TD><VR/><TD port="a2">Run away</TD></TR></TABLE>>];
  1068. Kyou_Ryou_35:a1 -> Kyou_Ryou_36:a1 [style = bold, color = darkorchid]; //Kyou
  1069. Kyou_Ryou_35:a1 -> Kyou_Ryou_36:a2;
  1070. Kyou_Ryou_35:a2 -> Kyou_Ryou_36:a1;
  1071. Kyou_Ryou_35:a2 -> Kyou_Ryou_36:a2;
  1072.  
  1073. RYOU_GOOD_END [label = "Ryou's Good End"];
  1074. KYOU_GOOD_END [label = "Kyou's Good End"];
  1075. KYOU_BAD_END [label = "Kyou's & Ryou's Bad End"];
  1076.  
  1077. Kyou_Ryou_36:a1 -> KYOU_GOOD_END [style = bold, color = darkorchid]; //Kyou
  1078. Kyou_Ryou_36:a1 -> KYOU_BAD_END; //if you didnt follow the path, you can get the bad end with this correct choice.
  1079. Kyou_Ryou_36:a2 -> KYOU_BAD_END;
  1080. Kyou_Ryou_35:a1 -> RYOU_GOOD_END [style = bold, color = midnightblue]; //Ryou
  1081.  
  1082. Kyou_Ryou_26:a1 -> BAD_END_Always_with_me;
  1083. Kyou_Ryou_28:a2 -> BAD_END_Always_with_me;
  1084. KYOU_BAD_END -> BAD_END_Always_with_me;
  1085.  
  1086.  
  1087. //Kappei_20 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Wake the person up</TD></TR></TABLE>>];
  1088. Kyou_Ryou_17:a1 -> Kyou_Ryou_18:a2 [style = bold, color = cadetblue]; //Kappei
  1089.  
  1090. //Kappei_21 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Find the address to bring it to</TD></TR></TABLE>>];
  1091. Kyou_Ryou_18:a2 -> Kyou_Ryou_19:a1 [style = bold, color = cadetblue]; //Kappei
  1092.  
  1093. //Kappei_22 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1"></TD><VR/><TD port="a2">React when you see me as you enter</TD><VR/><TD port="a3">Introduce yourself first</TD></TR></TABLE>>, color = red]; //TODO: I'm not seeing this option!!!!!
  1094.  
  1095. Kyou_Ryou_19:a1 -> Tomoyo_44:a2 [style = bold, color = cadetblue]; //Kappei
  1096.  
  1097. //Kappei_23 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Throw Botan towards Kyou</TD></TR></TABLE>>];
  1098. Tomoyo_44:a2 -> Kyou_Ryou_21:a1 [style = bold, color = cadetblue]; //Kappei
  1099.  
  1100. //Kappei_24 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Don't help him</TD></TR></TABLE>>];
  1101. Kyou_Ryou_21:a1 -> Nagisa_49:a2 [style = bold, color = cadetblue]; //Kappei
  1102.  
  1103. //Kappei_25 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Like having a flashback from a previous volume of a manga</TD></TR></TABLE>>];
  1104. Nagisa_49:a2 -> Kyou_Ryou_23:a3 [style = bold, color = cadetblue]; //Kappei
  1105.  
  1106. //Kappei_26 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Don't take it</TD></TR></TABLE>>];
  1107. Kyou_Ryou_23:a3 -> Kyou_Ryou_24:a2 [style = bold, color = cadetblue]; //Kappei
  1108.  
  1109. Kappei_27 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Don't</TD></TR></TABLE>>];
  1110. Kyou_Ryou_24:a2 -> Kappei_27:a [style = bold, color = cadetblue]; //Kappei
  1111.  
  1112. Kappei_28 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Introduce him to an inn.</TD></TR></TABLE>>];
  1113. Kappei_27:a -> Kappei_28:a [style = bold, color = cadetblue]; //Kappei
  1114.  
  1115. Kappei_END [label = "Kappei's Ending"];
  1116. Kappei_28:a -> Kappei_END [style = bold, color = cadetblue]; //Kappei
  1117.  
  1118.  
  1119.  
  1120.  
  1121.  
  1122.  
  1123. //Misae_1 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Don't do anything</TD></TR></TABLE>>];
  1124. Start -> SEEN0414_q1:a2 [style = bold, color = gold]; //Misae
  1125.  
  1126. //Misae_2 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Ignore her</TD></TR></TABLE>>];
  1127. SEEN0414_q1:a2 -> SEEN0415_q1:a2 [style = bold, color = gold]; //Misae
  1128.  
  1129. //Misae_3 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Take the lesson</TD></TR></TABLE>>];
  1130. SEEN0415_q1:a2 -> Tomoyo_2:a2 [style = bold, color = gold]; //Misae
  1131.  
  1132. //Misae_4 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Go down to the courtyard</TD></TR></TABLE>>];
  1133. Tomoyo_2:a2 -> Tomoyo_3:a1 [style = bold, color = gold]; //Misae
  1134.  
  1135. //Misae_5 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Continue talking</TD></TR></TABLE>>];
  1136. Tomoyo_3:a1 -> Tomoyo_4:a2 [style = bold, color = gold]; //Misae
  1137.  
  1138. //Misae_6 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">See what's going on</TD></TR></TABLE>>];
  1139. Tomoyo_4:a2 -> Tomoyo_5:a2 [style = bold, color = gold]; //Misae
  1140.  
  1141. //Misae_7 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Not interested</TD></TR></TABLE>>];
  1142. Tomoyo_5:a2 -> Tomoyo_6:a2 [style = bold, color = gold]; //Misae
  1143.  
  1144. //Misae_8 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Don't worry</TD></TR></TABLE>>];
  1145. Tomoyo_6:a2 -> Tomoyo_7:a2 [style = bold, color = gold]; //Misae
  1146.  
  1147. //Misae_9 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Talk to her</TD></TR></TABLE>>];
  1148. Tomoyo_7:a2 -> Tomoyo_8:a1 [style = bold, color = gold]; //Misae
  1149.  
  1150. //Misae_10 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Stay in class</TD></TR></TABLE>>];
  1151. Tomoyo_8:a1 -> Tomoyo_10:a2 [style = bold, color = gold]; //Misae
  1152.  
  1153. //Misae_11 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Waste time outside the school</TD></TR></TABLE>>];
  1154. Tomoyo_10:a2 -> Tomoyo_16:a2 [style = bold, color = gold]; //Misae
  1155.  
  1156. //Misae_12 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Talk to her</TD></TR></TABLE>>];
  1157. Tomoyo_16:a2 -> Tomoyo_19:a1 [style = bold, color = gold]; //Misae
  1158.  
  1159. //Misae_13 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Try her fortune telling</TD></TR></TABLE>>];
  1160. Tomoyo_19:a1 -> Tomoyo_22:a1 [style = bold, color = gold]; //Misae
  1161.  
  1162. //Misae_14 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">I guess I'll go back to class</TD></TR></TABLE>>];
  1163. Tomoyo_22:a1 -> Tomoyo_26:a2 [style = bold, color = gold]; //Misae
  1164.  
  1165. //Misae_15 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Talk to her</TD></TR></TABLE>>];
  1166. Tomoyo_26:a2 -> Tomoyo_29:a1 [style = bold, color = gold]; //Misae
  1167.  
  1168. //Misae_16 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Go straight home</TD></TR></TABLE>>];
  1169. Tomoyo_29:a1 -> Tomoyo_31:a2 [style = bold, color = gold]; //Misae
  1170.  
  1171. //Misae_17 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Ignore him</TD></TR></TABLE>>];
  1172. Tomoyo_31:a2 -> Tomoyo_32:a2 [style = bold, color = gold]; //Misae
  1173.  
  1174. Misae_18 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Ask if it's okay to come again</TD></TR></TABLE>>];
  1175. Tomoyo_32:a2 -> Misae_18:a [style = bold, color = gold]; //Misae
  1176.  
  1177. Misae_19 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Wake up completely</TD></TR></TABLE>>];
  1178. Misae_18:a -> Misae_19:a [style = bold, color = gold]; //Misae
  1179.  
  1180. Misae_20 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">That you scold</TD></TR></TABLE>>];
  1181. Misae_19:a -> Misae_20:a [style = bold, color = gold]; //Misae
  1182.  
  1183. Misae_21 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">That you worry</TD></TR></TABLE>>];
  1184. Misae_20:a -> Misae_21:a [style = bold, color = gold]; //Misae
  1185.  
  1186. Misae_22 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">That you have a nice blanket odor</TD></TR></TABLE>>];
  1187. Misae_21:a -> Misae_22:a [style = bold, color = gold]; //Misae
  1188.  
  1189. Misae_END [label = "Misae's Ending"];
  1190. Misae_22:a -> Misae_END [style = bold, color = gold]; //Misae
  1191.  
  1192.  
  1193.  
  1194.  
  1195.  
  1196. //Koumura_1 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Don't do anything</TD></TR></TABLE>>];
  1197. Start -> SEEN0414_q1:a2 [style = bold, color = seagreen]; //Koumura
  1198.  
  1199. //Koumura_2 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Ignore her</TD></TR></TABLE>>];
  1200. SEEN0414_q1:a2 -> SEEN0415_q1:a2 [style = bold, color = seagreen]; //Koumura
  1201.  
  1202. //Koumura_3 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Take the lesson</TD></TR></TABLE>>];
  1203. SEEN0415_q1:a2 -> Tomoyo_2:a2 [style = bold, color = seagreen]; //Koumura
  1204.  
  1205. //Koumura_4 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Go down to the courtyard</TD></TR></TABLE>>];
  1206. Tomoyo_2:a2 -> Tomoyo_3:a1 [style = bold, color = seagreen]; //Koumura
  1207.  
  1208. //Koumura_5 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Continue Talking</TD></TR></TABLE>>];
  1209. Tomoyo_3:a1 -> Tomoyo_4:a2 [style = bold, color = seagreen]; //Koumura
  1210.  
  1211. //Koumura_6 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">See what's going on</TD></TR></TABLE>>];
  1212. Tomoyo_4:a2 -> Tomoyo_5:a2 [style = bold, color = seagreen]; //Koumura
  1213.  
  1214. //Koumura_7 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">This interests me</TD></TR></TABLE>>];
  1215. Tomoyo_5:a2 -> Tomoyo_6:a2 [style = bold, color = seagreen]; //Koumura
  1216.  
  1217. //Koumura_8 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">I'm a bit worried</TD></TR></TABLE>>];
  1218. Tomoyo_6:a2 -> Tomoyo_7:a1 [style = bold, color = seagreen]; //Koumura
  1219.  
  1220. //Koumura_9 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Talk to her</TD></TR></TABLE>>];
  1221. Tomoyo_7:a1 -> Tomoyo_8:a1 [style = bold, color = seagreen]; //Koumura
  1222.  
  1223. //Koumura_10 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Go and see</TD></TR></TABLE>>];
  1224. Tomoyo_8:a1 -> Tomoyo_9:a1 [style = bold, color = seagreen]; //Koumura
  1225.  
  1226. //Koumura_11 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Stay in class</TD></TR></TABLE>>];
  1227. Tomoyo_9:a1 -> Tomoyo_10:a2 [style = bold, color = seagreen]; //Koumura
  1228.  
  1229. //Koumura_12 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Make haste and buy</TD></TR></TABLE>>];
  1230. Tomoyo_10:a2 -> Tomoyo_11:a1 [style = bold, color = seagreen]; //Koumura
  1231.  
  1232. //Koumura_13 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Help her out</TD></TR></TABLE>>];
  1233. Tomoyo_11:a1 -> Tomoyo_12:a1 [style = bold, color = seagreen]; //Koumura
  1234.  
  1235. //Koumura_14 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">I want to do that.</TD></TR></TABLE>>];
  1236. Tomoyo_12:a1 -> Nagisa_16:a [style = bold, color = seagreen]; //Koumura
  1237.  
  1238. //Koumura_15 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Go watch</TD></TR></TABLE>>];
  1239. Nagisa_16:a -> Tomoyo_13:a1 [style = bold, color = seagreen]; //Koumura
  1240.  
  1241. //Koumura_16 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Go along</TD></TR></TABLE>>];
  1242. Tomoyo_13:a1 -> Tomoyo_14:a1 [style = bold, color = seagreen]; //Koumura
  1243.  
  1244. //Koumura_17 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Go with him</TD></TR></TABLE>>];
  1245. Tomoyo_14:a1 -> Tomoyo_15:a1 [style = bold, color = seagreen]; //Koumura
  1246.  
  1247. //Koumura_18 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Illustration</TD></TR></TABLE>>];
  1248. Tomoyo_15:a1 -> Fuko_13:a2 [style = bold, color = seagreen]; //Koumura
  1249.  
  1250. //Koumura_19 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Go out and search</TD></TR></TABLE>>];
  1251. Fuko_13:a2 -> Fuko_14:a1 [style = bold, color = seagreen]; //Koumura
  1252.  
  1253. //Koumura_20 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Peek in the next classroom</TD></TR></TABLE>>];
  1254. Fuko_14:a1 -> Fuko_15:a1 [style = bold, color = seagreen]; //Koumura
  1255.  
  1256. //Koumura_21 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Try and talk to her</TD></TR></TABLE>>];
  1257. Fuko_15:a1 -> Tomoyo_18:a2 [style = bold, color = seagreen]; //Koumura
  1258.  
  1259. //Koumura_22 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Help him out</TD></TR></TABLE>>];
  1260. Tomoyo_18:a2 -> Tomoyo_20:a1 [style = bold, color = seagreen]; //Koumura
  1261.  
  1262. //Koumura_23 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Kick him back</TD></TR></TABLE>>];
  1263. Tomoyo_20:a1 -> Tomoyo_21:a1 [style = bold, color = seagreen]; //Koumura
  1264.  
  1265. //Koumura_24 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Let Sunohara try it</TD></TR></TABLE>>];
  1266. Tomoyo_21:a1 -> Tomoyo_22:a2 [style = bold, color = seagreen]; //Koumura
  1267.  
  1268. //Koumura_25 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Don't let her run away</TD></TR></TABLE>>];
  1269. Tomoyo_22:a2 -> Tomoyo_23:a1 [style = bold, color = seagreen]; //Koumura
  1270.  
  1271. //Koumura_26 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Go into an empty room</TD></TR></TABLE>>];
  1272. Tomoyo_23:a1 -> Tomoyo_24:a1 [style = bold, color = seagreen]; //Koumura
  1273.  
  1274. //Koumura_27 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Watch her a little longer</TD></TR></TABLE>>];
  1275. Tomoyo_24:a1 -> Tomoyo_25:a2 [style = bold, color = seagreen]; //Koumura
  1276.  
  1277. //Koumura_28 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">I guess I'll go back to class</TD></TR></TABLE>>];
  1278. Tomoyo_25:a2 -> Tomoyo_26:a2 [style = bold, color = seagreen]; //Koumura
  1279.  
  1280. //Koumura_29 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Help her</TD></TR></TABLE>>];
  1281. Tomoyo_26:a2 -> Tomoyo_28:a1 [style = bold, color = seagreen]; //Koumura
  1282.  
  1283. //Koumura_30 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">What sort of drama play are you planning?</TD></TR></TABLE>>];
  1284. Tomoyo_28:a1 -> Nagisa_32:a1 [style = bold, color = seagreen]; //Koumura
  1285.  
  1286. //Koumura_31 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Grab Furukawa's hand and run away</TD></TR></TABLE>>];
  1287. Nagisa_32:a1 -> Nagisa_33:a2 [style = bold, color = seagreen]; //Koumura
  1288.  
  1289. //Koumura_32 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Stop him</TD></TR></TABLE>>];
  1290. Nagisa_33:a2 -> Tomoyo_30:a1 [style = bold, color = seagreen]; //Koumura
  1291.  
  1292. //Koumura_33 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Go and see.</TD></TR></TABLE>>];
  1293. Tomoyo_30:a1 -> Nagisa_35:a1 [style = bold, color = seagreen]; //Koumura
  1294.  
  1295. //Koumura_34 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">How's Furukawa doing?</TD></TR></TABLE>>];
  1296. Nagisa_35:a1 -> Nagisa_36:a1 [style = bold, color = seagreen]; //Koumura
  1297.  
  1298. //Koumura_35 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Go there</TD></TR></TABLE>>];
  1299. Nagisa_36:a1 -> Tomoyo_32:a1 [style = bold, color = seagreen]; //Koumura
  1300.  
  1301. //Koumura_36 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Watch a little longer</TD></TR></TABLE>>];
  1302. Tomoyo_32:a1 -> Tomoyo_33:a2 [style = bold, color = seagreen]; //Koumura
  1303.  
  1304. //Koumura_37 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Help out</TD></TR></TABLE>>];
  1305. Tomoyo_33:a2 -> Nagisa_39:a1 [style = bold, color = seagreen]; //Koumura
  1306.  
  1307. //Koumura_38 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Look outside the window</TD></TR></TABLE>>];
  1308. Nagisa_39:a1 -> Nagisa_40:a2 [style = bold, color = seagreen]; //Koumura
  1309.  
  1310. //Koumura_39 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Continue to wait</TD></TR></TABLE>>];
  1311. Nagisa_40:a2 -> Tomoyo_37:a2 [style = bold, color = seagreen]; //Koumura
  1312.  
  1313. //Koumura_40 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Let Furukawa talk with them one more time</TD></TR></TABLE>>];
  1314. Tomoyo_37:a2 -> Nagisa_42:a2 [style = bold, color = seagreen]; //Koumura
  1315.  
  1316. Koumura_41 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Go there for her</TD></TR></TABLE>>];
  1317. Nagisa_42:a2 -> Koumura_41:a [style = bold, color = seagreen]; //Koumura
  1318.  
  1319. //Koumura_42 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Walk past</TD></TR></TABLE>>];
  1320. Koumura_41:a -> Nagisa_43:a2 [style = bold, color = seagreen]; //Koumura
  1321.  
  1322. //Koumura_43 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Magic</TD></TR></TABLE>>];
  1323. Nagisa_43:a2 -> Nagisa_44:a3 [style = bold, color = seagreen]; //Koumura
  1324.  
  1325. //Koumura_44 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Talk to Fuko</TD></TR></TABLE>>];
  1326. Nagisa_44:a3 -> Nagisa_45:a1 [style = bold, color = seagreen]; //Koumura
  1327.  
  1328. //Koumura_45 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Ask the homeroom teacher</TD></TR></TABLE>>];
  1329. Nagisa_45:a1 -> Nagisa_46:a2 [style = bold, color = seagreen]; //Koumura
  1330.  
  1331. //Koumura_46 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Continue waiting</TD></TR></TABLE>>];
  1332. Nagisa_46:a2 -> Nagisa_47:a2 [style = bold, color = seagreen]; //Koumura
  1333.  
  1334. //Koumura_47 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Leave it behind</TD></TR></TABLE>>];
  1335. Nagisa_47:a2 -> Nagisa_48:a1 [style = bold, color = seagreen]; //Koumura
  1336.  
  1337. //Koumura_48 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Don't help him</TD></TR></TABLE>>];
  1338. Nagisa_48:a1 -> Nagisa_49:a2 [style = bold, color = seagreen]; //Koumura
  1339.  
  1340. //Koumura_49 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">No way</TD></TR></TABLE>>];
  1341. Nagisa_49:a2 -> Nagisa_50:a2 [style = bold, color = seagreen]; //Koumura
  1342.  
  1343. //Koumura_50 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Talk 'round the clock about things she likes</TD></TR></TABLE>>];
  1344. Nagisa_50:a2 -> Tomoyo_43:a2 [style = bold, color = seagreen]; //Koumura
  1345.  
  1346. //Koumura_51 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">No, that's wrong</TD></TR></TABLE>>];
  1347. Tomoyo_43:a2 -> Nagisa_52:a2 [style = bold, color = seagreen]; //Koumura
  1348.  
  1349. //Koumura_52 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Sleep</TD></TR></TABLE>>];
  1350. Nagisa_52:a2 -> Nagisa_53:a1 [style = bold, color = seagreen]; //Koumura
  1351.  
  1352. //Koumura_53 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Talk to her instead</TD></TR></TABLE>>];
  1353. Nagisa_53:a1 -> Kyou_Ryou_24:a1 [style = bold, color = seagreen]; //Koumura
  1354.  
  1355. //Koumura_54 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Embrace her</TD></TR></TABLE>>];
  1356. Kyou_Ryou_24:a1 -> Nagisa_55:a2 [style = bold, color = seagreen]; //Koumura
  1357.  
  1358. //Koumura_55 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Ignore them and continue moving</TD></TR></TABLE>>];
  1359. Nagisa_55:a2 -> Nagisa_56:a1 [style = bold, color = seagreen]; //Koumura
  1360.  
  1361. //Koumura_56 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Continue searching</TD></TR></TABLE>>];
  1362. Nagisa_56:a1 -> Nagisa_57:a1 [style = bold, color = seagreen]; //Koumura
  1363.  
  1364. Koumura_57 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Don't recruit</TD></TR></TABLE>>];
  1365. Nagisa_57:a1 -> Koumura_57:a [style = bold, color = seagreen]; //Koumura
  1366.  
  1367. //Koumura_58 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Sure</TD></TR></TABLE>>];
  1368. Koumura_57:a -> Nagisa_58:a1 [style = bold, color = seagreen]; //Koumura
  1369.  
  1370. //Koumura_59 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Yeah</TD></TR></TABLE>>];
  1371. Nagisa_58:a1 -> Nagisa_59:a1 [style = bold, color = seagreen]; //Koumura
  1372.  
  1373. //Koumura_60 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Search in the new school building</TD></TR></TABLE>>];
  1374. Nagisa_59:a1 -> Nagisa_60:a1 [style = bold, color = seagreen]; //Koumura
  1375.  
  1376. //Koumura_61 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Search the third floor</TD></TR></TABLE>>];
  1377. Nagisa_60:a1 -> Nagisa_61:a2 [style = bold, color = seagreen]; //Koumura
  1378.  
  1379. Koumura_62 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Explain.</TD></TR></TABLE>>];
  1380. Nagisa_61:a2 -> Koumura_62:a [style = bold, color = seagreen]; //Koumura
  1381.  
  1382. //Koumura_63 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Stop her*</TD></TR></TABLE>>];
  1383. Koumura_62:a -> Nagisa_64:a2 [style = bold, color = seagreen]; //Koumura
  1384.  
  1385. Koumura_64 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Let Kyou make the last move</TD></TR></TABLE>>];
  1386. Nagisa_64:a2 -> Koumura_64:a [style = bold, color = seagreen]; //Koumura
  1387.  
  1388. Koumura_END [label = "Koumura's Ending"];
  1389. Koumura_64:a -> Koumura_END [style = bold, color = seagreen]; //Koumura
  1390.  
  1391.  
  1392.  
  1393.  
  1394. //Yukine_1 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Don't do anything</TD></TR></TABLE>>];
  1395. Start -> SEEN0414_q1:a2 [style = bold, color = violet]; //Yukine
  1396.  
  1397. //Yukine_2 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Ignore her</TD></TR></TABLE>>];
  1398. SEEN0414_q1:a2 -> SEEN0415_q1:a2 [style = bold, color = violet]; //Yukine
  1399.  
  1400. //Yukine_3 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Take the lesson</TD></TR></TABLE>>];
  1401. SEEN0415_q1:a2 -> Tomoyo_2:a2 [style = bold, color = violet]; //Yukine
  1402.  
  1403. //Yukine_4 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Ignore her</TD></TR></TABLE>>];
  1404. Tomoyo_2:a2 -> Tomoyo_3:a2 [style = bold, color = violet]; //Yukine
  1405.  
  1406. //Yukine_5 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Take refuge</TD></TR></TABLE>>];
  1407. Tomoyo_3:a2 -> Tomoyo_5:a1 [style = bold, color = violet]; //Yukine
  1408.  
  1409. //Yukine_6 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Ignore her</TD></TR></TABLE>>];
  1410. Tomoyo_5:a1 -> Tomoyo_8:a2 [style = bold, color = violet]; //Yukine
  1411.  
  1412. //Yukine_7 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Stay in class</TD></TR></TABLE>>];
  1413. Tomoyo_8:a2 -> Tomoyo_10:a2 [style = bold, color = violet]; //Yukine
  1414.  
  1415. //Yukine_8 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Decline offer</TD></TR></TABLE>>];
  1416. Tomoyo_10:a2 -> Kotomi_4:a2 [style = bold, color = violet]; //Yukine
  1417.  
  1418. //Yukine_9 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Waste time outside the school</TD></TR></TABLE>>];
  1419. Kotomi_4:a2 -> Tomoyo_16:a2 [style = bold, color = violet]; //Yukine
  1420.  
  1421. //Yukine_10 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">See her off</TD></TR></TABLE>>];
  1422. Tomoyo_16:a2 -> Tomoyo_19:a2 [style = bold, color = violet]; //Yukine
  1423.  
  1424. //Yukine_11 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Let Sunohara try it</TD></TR></TABLE>>];
  1425. Tomoyo_19:a2 -> Tomoyo_22:a2 [style = bold, color = violet]; //Yukine
  1426.  
  1427. //Yukine_12 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Head there to sleep</TD></TR></TABLE>>];
  1428. Tomoyo_22:a2 -> Tomoyo_26:a1 [style = bold, color = violet]; //Yukine
  1429.  
  1430. //Yukine_13 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Talk to her some more</TD></TR></TABLE>>];
  1431. Tomoyo_26:a1 -> Tomoyo_27:a2 [style = bold, color = violet]; //Yukine
  1432.  
  1433. Yukine_14 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Sleep</TD></TR></TABLE>>];
  1434. Tomoyo_27:a2 -> Yukine_14:a [style = bold, color = violet]; //Yukine
  1435.  
  1436. //Yukine_15 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Go to the old school building</TD></TR></TABLE>>];
  1437. Yukine_14:a -> Tomoyo_31:a1 [style = bold, color = violet]; //Yukine
  1438.  
  1439. Yukine_16 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">To the library</TD><VR/><TD port="a2">To the club room</TD><VR/><TD port="a3">To the reference room</TD></TR></TABLE>>];
  1440. Tomoyo_31:a1 -> Yukine_16:a3 [style = bold, color = violet]; //Yukine
  1441.  
  1442. //Yukine_17 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Go there</TD></TR></TABLE>>];
  1443. Yukine_16:a3 -> Tomoyo_32:a1 [style = bold, color = violet]; //Yukine
  1444.  
  1445. //Yukine_18 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Watch a little longer</TD></TR></TABLE>>];
  1446. Tomoyo_32:a1 -> Tomoyo_33:a2 [style = bold, color = violet]; //Yukine
  1447.  
  1448. //Yukine_19 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Refuse</TD></TR></TABLE>>];
  1449. Tomoyo_33:a2 -> Nagisa_39:a2 [style = bold, color = violet]; //Yukine
  1450.  
  1451. //Yukine_20 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Wake up completely</TD></TR></TABLE>>];
  1452. Nagisa_39:a2 -> Misae_19:a [style = bold, color = violet]; //Yukine
  1453.  
  1454. //Yukine_21 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1"></TD><VR/><TD port="a2">React when you see me as you enter</TD><VR/><TD port="a3">Introduce yourself first</TD></TR></TABLE>>, color = red]; //TODO: I'm not seeing this option!!!!!
  1455. Misae_19:a -> Tomoyo_44:a3 [style = bold, color = violet]; //Yukine
  1456.  
  1457. Yukine_22 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Go</TD></TR></TABLE>>];
  1458. Tomoyo_44:a3 -> Yukine_22:a [style = bold, color = violet]; //Yukine
  1459.  
  1460. Yukine_23 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Ryou</TD></TR></TABLE>>];
  1461. Yukine_22:a -> Yukine_23:a [style = bold, color = violet]; //Yukine
  1462.  
  1463. //Yukine_24 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Like having a flashback from a previous volume of a manga</TD></TR></TABLE>>];
  1464. Yukine_23:a -> Kyou_Ryou_23:a3 [style = bold, color = violet]; //Yukine
  1465.  
  1466. Yukine_25 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Do it</TD></TR></TABLE>>];
  1467. Kyou_Ryou_23:a3 -> Yukine_25:a [style = bold, color = violet]; //Yukine
  1468.  
  1469. //Yukine_26 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Don't take it</TD></TR></TABLE>>];
  1470. Yukine_25:a -> Kyou_Ryou_24:a2 [style = bold, color = violet]; //Yukine
  1471.  
  1472. Yukine_27 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Do it</TD></TR></TABLE>>];
  1473. Kyou_Ryou_24:a2 -> Yukine_27:a [style = bold, color = violet]; //Yukine
  1474.  
  1475. Yukine_28 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Try it</TD></TR></TABLE>>];
  1476. Yukine_27:a -> Yukine_28:a [style = bold, color = violet]; //Yukine
  1477.  
  1478. Yukine_29 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Or not...</TD></TR></TABLE>>];
  1479. Yukine_28:a -> Yukine_29:a [style = bold, color = violet]; //Yukine
  1480.  
  1481. Yukine_30 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Stay like that</TD></TR></TABLE>>];
  1482. Yukine_29:a -> Yukine_30:a [style = bold, color = violet]; //Yukine
  1483.  
  1484. Yukine_31 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">It's all right</TD></TR></TABLE>>];
  1485. Yukine_30:a -> Yukine_31:a [style = bold, color = violet]; //Yukine
  1486.  
  1487. Yukine_32 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Let her sleep</TD></TR></TABLE>>];
  1488. Yukine_31:a -> Yukine_32:a [style = bold, color = violet]; //Yukine
  1489.  
  1490. Yukine_END [label = "Yukine's Ending"];
  1491. Yukine_32:a -> Yukine_END [style = bold, color = violet]; //Yukine
  1492.  
  1493.  
  1494.  
  1495.  
  1496. //Kotomi_1 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Don't do anything</TD></TR></TABLE>>];
  1497. Start -> SEEN0414_q1:a2 [style = bold, color = limegreen]; //Kotomi
  1498.  
  1499. //Kotomi_2 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Ignore her</TD></TR></TABLE>>];
  1500. SEEN0414_q1:a2 -> SEEN0415_q1:a2 [style = bold, color = limegreen]; //Kotomi
  1501.  
  1502. //Kotomi_3 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Skip Class</TD></TR></TABLE>>];
  1503. SEEN0415_q1:a2 -> Tomoyo_2:a1 [style = bold, color = limegreen]; //Kotomi
  1504. SEEN0415_q1:a2 -> Tomoyo_2:a1 [style = bold, color = invis];
  1505.  
  1506. Kotomi_4 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Eat some</TD><VR/><TD port="a2">Decline her offer</TD></TR></TABLE>>];
  1507. Tomoyo_2:a1 -> Kotomi_4:a1 [style = bold, color = limegreen]; //Kotomi
  1508.  
  1509. //Kotomi_5 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Go down to the courtyard</TD></TR></TABLE>>];
  1510. Kotomi_4:a1 -> Tomoyo_3:a1 [style = bold, color = limegreen]; //Kotomi
  1511.  
  1512. //Kotomi_6 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Continue talking</TD></TR></TABLE>>];
  1513. Tomoyo_3:a1 -> Tomoyo_4:a2 [style = bold, color = limegreen]; //Kotomi
  1514.  
  1515. //Kotomi_7 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">See what's going on</TD></TR></TABLE>>];
  1516. Tomoyo_4:a2 -> Tomoyo_5:a2 [style = bold, color = limegreen]; //Kotomi
  1517.  
  1518. //Kotomi_8 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Not Interested</TD></TR></TABLE>>];
  1519. Tomoyo_5:a2 -> Tomoyo_6:a2 [style = bold, color = limegreen]; //Kotomi
  1520.  
  1521. //Kotomi_9 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Don't worry</TD></TR></TABLE>>];
  1522. Tomoyo_6:a2 -> Tomoyo_7:a1 [style = bold, color = limegreen]; //Kotomi
  1523.  
  1524. //Kotomi_10 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Ignore her</TD></TR></TABLE>>];
  1525. Tomoyo_7:a1 -> Tomoyo_8:a2 [style = bold, color = limegreen]; //Kotomi
  1526.  
  1527. //Kotomi_11 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Talk to the old lady</TD><VR/><TD port="a2">Walk past her</TD></TR></TABLE>>]; //TODO: i didnt get this when i played???????
  1528. Tomoyo_8:a2 -> SEEN3416_q1:a2 [style = bold, color = limegreen]; //Kotomi
  1529.  
  1530. //Kotomi_12 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Skip class</TD></TR></TABLE>>];
  1531. SEEN3416_q1:a2 -> Tomoyo_10:a1 [style = bold, color = limegreen]; //Kotomi
  1532.  
  1533. Kotomi_13 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Go with her</TD><VR/><TD port="a2">Let her go alone</TD></TR></TABLE>>];
  1534. Tomoyo_10:a1 -> Kotomi_13:a1 [style = bold, color = limegreen]; //Kotomi
  1535.  
  1536. Kotomi_14 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Check to see if the pages have been cut</TD><VR/><TD port="a2">Ignore it as if I dont care</TD></TR></TABLE>>];
  1537. Kotomi_13:a1 -> Kotomi_14:a1 [style = bold, color = limegreen]; //Kotomi
  1538.  
  1539. //Kotomi_15 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Waste time outside the school</TD></TR></TABLE>>];
  1540. Kotomi_14:a1 -> Tomoyo_16:a2 [style = bold, color = limegreen]; //Kotomi
  1541.  
  1542. //Kotomi_16 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">See her off</TD></TR></TABLE>>];
  1543. Tomoyo_16:a2 -> Tomoyo_19:a2 [style = bold, color = limegreen]; //Kotomi
  1544.  
  1545. //Kotomi_17 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Let Sunohara try it</TD></TR></TABLE>>];
  1546. Tomoyo_19:a2 -> Tomoyo_22:a2 [style = bold, color = limegreen]; //Kotomi
  1547.  
  1548. Kotomi_18 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Go to the library</TD><VR/><TD port="a2">Go back to class</TD></TR></TABLE>>];
  1549. Tomoyo_22:a2 -> Kotomi_18:a1 [style = bold, color = limegreen]; //Kotomi
  1550. Kotomi_18:a2 -> Tomoyo_26; //TODO
  1551.  
  1552.  
  1553. SEEN4418_q1 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Frighten him</TD><VR/><TD port="a2">Conceal my presence</TD></TR></TABLE>>];
  1554. Kotomi_18:a1 -> SEEN4418_q1:a1 [style = bold, color = limegreen]; //Kotomi
  1555.  
  1556. SEEN4418_q2 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Go inside the library</TD><VR/><TD port="a2">Return to the classroom</TD></TR></TABLE>>];
  1557. SEEN4418_q1:a1 -> SEEN4418_q2:a1 [style = bold, color = limegreen]; //Kotomi
  1558. SEEN4418_q2:a2 -> Tomoyo_31; //TODO // return to SEEN0418
  1559.  
  1560.  
  1561. SEEN4418_q3 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Flip the page of the book</TD><VR/><TD port="a2">Say her name</TD><VR/><TD port="a3">Poke her cheek</TD></TR></TABLE>>];
  1562. SEEN4418_q2:a1 -> SEEN4418_q3:a2 [style = bold, color = limegreen]; //Kotomi
  1563.  
  1564. SEEN4418_q4 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Say her name</TD><VR/><TD port="a2">Poke her cheek</TD></TR></TABLE>>];
  1565. SEEN4418_q5 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Flip the page of the book</TD><VR/><TD port="a2">Say her name</TD></TR></TABLE>>];
  1566. SEEN4418_q3:a1 -> SEEN4418_q4:a1;
  1567. SEEN4418_q3:a1 -> SEEN4418_q4:a2;
  1568. SEEN4418_q3:a3 -> SEEN4418_q5:a1;
  1569. SEEN4418_q3:a3 -> SEEN4418_q5:a2;
  1570.  
  1571.  
  1572. SEEN4418_q6 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">I just can't leave it as it is</TD><VR/><TD port="a2">I shouldn't get involved with her any more than this</TD></TR></TABLE>>];
  1573. SEEN4418_q3:a2 -> SEEN4418_q6:a1 [style = bold, color = limegreen]; //Kotomi
  1574. SEEN4418_q4:a1 -> SEEN4418_q6:a1;
  1575. SEEN4418_q4:a2 -> SEEN4418_q6:a1;
  1576. SEEN4418_q4:a1 -> SEEN4418_q6:a2;
  1577. SEEN4418_q4:a2 -> SEEN4418_q6:a2;
  1578. SEEN4418_q5:a1 -> SEEN4418_q6:a1;
  1579. SEEN4418_q5:a2 -> SEEN4418_q6:a1;
  1580. SEEN4418_q5:a1 -> SEEN4418_q6:a2;
  1581. SEEN4418_q5:a2 -> SEEN4418_q6:a2;
  1582.  
  1583. SEEN4418_q6:a2 -> Tomoyo_31; //TODO // return to SEEN0418
  1584.  
  1585. //Kotomi_23 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Go to the old school building</TD><VR/><TD port="a2">Go straight home</TD></TR></TABLE>>];
  1586. SEEN4418_q6:a1 -> Tomoyo_31:a2 [style = bold, color = limegreen]; //Kotomi
  1587.  
  1588. Kotomi_24 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Follow her inside</TD><VR/><TD port="a2">Ignore her</TD></TR></TABLE>>];
  1589. Tomoyo_31:a2 -> Kotomi_24:a1 [style = bold, color = limegreen]; //Kotomi
  1590.  
  1591. Kotomi_25 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Say goodbye to her</TD><VR/><TD port="a2">Escort her to her home</TD></TR></TABLE>>];
  1592. Kotomi_24:a1 -> Kotomi_25:a2 [style = bold, color = limegreen]; //Kotomi
  1593.  
  1594. Kotomi_26 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Leave the library</TD><VR/><TD port="a2">Ask her if it's all right for me to be here</TD></TR></TABLE>>];
  1595. Kotomi_25:a2 -> Kotomi_26:a2 [style = bold, color = limegreen]; //Kotomi
  1596.  
  1597. Kotomi_27 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Read</TD><VR/><TD port="a2">Don't Read</TD></TR></TABLE>>];
  1598. Kotomi_26:a2 -> Kotomi_27:a1 [style = bold, color = limegreen]; //Kotomi
  1599.  
  1600. //Kotomi_28 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Get out of bed</TD><VR/><TD port="a2">Go to class later</TD></TR></TABLE>>];
  1601. Kotomi_27:a1 -> Tomoyo_35:a1 [style = bold, color = limegreen]; //Kotomi
  1602.  
  1603. Kotomi_29 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Tell her \"You got it wrong\"</TD><VR/><TD port="a2">Try and tease her a little</TD></TR></TABLE>>];
  1604. Tomoyo_35:a1 -> Kotomi_29:a1 [style = bold, color = limegreen]; //Kotomi
  1605.  
  1606. Kotomi_30 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Go to the staff room</TD><VR/><TD port="a2">Wait a little bit</TD></TR></TABLE>>];
  1607. Kotomi_29:a1 -> Kotomi_30:a1 [style = bold, color = limegreen]; //Kotomi
  1608.  
  1609. Kotomi_31 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Wait obediently</TD><VR/><TD port="a2">Make an escape, of course</TD></TR></TABLE>>];
  1610. Kotomi_30:a1 -> Kotomi_31:a1 [style = bold, color = limegreen]; //Kotomi
  1611.  
  1612. Kotomi_32 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Stay inside the house</TD><VR/><TD port="a2">Go outside</TD></TR></TABLE>>];
  1613. Kotomi_31:a1 -> Kotomi_32:a2 [style = bold, color = limegreen]; //Kotomi
  1614.  
  1615. Kotomi_33 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Watch the situation</TD><VR/><TD port="a2">Help Kotomi</TD></TR></TABLE>>];
  1616. Kotomi_32:a2 -> Kotomi_33:a2 [style = bold, color = limegreen]; //Kotomi
  1617.  
  1618. Kotomi_34 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">I'm just her friend</TD><VR/><TD port="a2">Not right now, but...</TD></TR></TABLE>>];
  1619. Kotomi_33:a2 -> Kotomi_34:a2 [style = bold, color = limegreen]; //Kotomi
  1620.  
  1621. Kotomi_35 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Drive away the intruders</TD><VR/><TD port="a2">I guess this is also fine...</TD></TR></TABLE>>];
  1622. Kotomi_34:a2 -> Kotomi_35:a2 [style = bold, color = limegreen]; //Kotomi
  1623.  
  1624. Kotomi_36 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Confess</TD><VR/><TD port="a2">Don't confess</TD></TR></TABLE>>];
  1625. Kotomi_35:a2 -> Kotomi_36:a1 [style = bold, color = limegreen]; //Kotomi
  1626.  
  1627. Kotomi_37 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Why do you ask such a thing?</TD><VR/><TD port="a2">It's not exactly what one would call dating...</TD></TR></TABLE>>];
  1628. Kotomi_36:a1 -> Kotomi_37:a1 [style = bold, color = limegreen]; //Kotomi
  1629.  
  1630. Kotomi_38 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Stop this now</TD><VR/><TD port="a2">Continue</TD></TR></TABLE>>];
  1631. Kotomi_37:a1 -> Kotomi_38:a2 [style = bold, color = limegreen]; //Kotomi
  1632.  
  1633. Kotomi_39 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Say \"There's no choice but to give up.\"</TD><VR/><TD port="a2">Say \"Don't give up\".</TD></TR></TABLE>>]; //TODO: didnt see this answer set...
  1634. Kotomi_38:a2 -> Kotomi_39:a2 [style = bold, color = limegreen]; //Kotomi
  1635.  
  1636. Kotomi_40 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Stop this</TD><VR/><TD port="a2">Persevere</TD></TR></TABLE>>];
  1637. Kotomi_39:a2 -> Kotomi_40:a2 [style = bold, color = limegreen]; //Kotomi
  1638.  
  1639. Kotomi_END [label = "Kotomi's Good Ending"];
  1640. Kotomi_40:a2 -> Kotomi_END [style = bold, color = limegreen]; //Kotomi
  1641.  
  1642. Kotomi_BAD_END [label = "Kotomi's Bad Ending"];
  1643. Kotomi_38:a1 -> Kotomi_BAD_END;
  1644. Kotomi_39:a1 -> Kotomi_BAD_END;
  1645. Kotomi_40:a1 -> Kotomi_BAD_END;
  1646.  
  1647. //Mei_1 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Don't do anything</TD></TR></TABLE>>];
  1648. Start -> SEEN0414_q1:a2 [style = bold, color = darkorange]; //Mei
  1649.  
  1650. //Mei_2 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Ignore her</TD></TR></TABLE>>];
  1651. SEEN0414_q1:a2 -> SEEN0415_q1:a2 [style = bold, color = darkorange]; //Mei
  1652.  
  1653. //Mei_3 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Take the lesson</TD></TR></TABLE>>];
  1654. SEEN0415_q1:a2 -> Tomoyo_2:a2 [style = bold, color = darkorange]; //Mei
  1655.  
  1656. //Mei_4 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Ignore her</TD></TR></TABLE>>];
  1657. Tomoyo_2:a2 -> Tomoyo_3:a2 [style = bold, color = darkorange]; //Mei
  1658.  
  1659. //Mei_5 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Take refuge</TD></TR></TABLE>>];
  1660. Tomoyo_3:a2 -> Tomoyo_5:a1 [style = bold, color = darkorange]; //Mei
  1661.  
  1662. //Mei_6 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Ignore her</TD></TR></TABLE>>];
  1663. Tomoyo_5:a1 -> Tomoyo_8:a2 [style = bold, color = darkorange]; //Mei
  1664.  
  1665. //Mei_7 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Stay in class</TD></TR></TABLE>>];
  1666. Tomoyo_8:a2 -> Tomoyo_10:a2 [style = bold, color = darkorange]; //Mei
  1667.  
  1668. //Mei_8 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Waste time outside the school</TD></TR></TABLE>>];
  1669. Tomoyo_10:a2 -> Tomoyo_16:a2 [style = bold, color = darkorange]; //Mei
  1670.  
  1671. //Mei_9 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">See her off</TD></TR></TABLE>>];
  1672. Tomoyo_16:a2 -> Tomoyo_19:a2 [style = bold, color = darkorange]; //Mei
  1673.  
  1674. //Mei_10 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Try her fortune telling</TD></TR></TABLE>>];
  1675. Tomoyo_19:a2 -> Tomoyo_22:a1 [style = bold, color = darkorange]; //Mei
  1676.  
  1677. //Mei_11 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">I guess I'll go back to class</TD></TR></TABLE>>];
  1678. Tomoyo_22:a1 -> Tomoyo_26:a2 [style = bold, color = darkorange]; //Mei
  1679.  
  1680. //Mei_12 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Go straight home</TD></TR></TABLE>>];
  1681. Tomoyo_26:a2 -> Tomoyo_31:a2 [style = bold, color = darkorange]; //Mei
  1682.  
  1683. //Mei_13 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Go there</TD></TR></TABLE>>];
  1684. Tomoyo_31:a2 -> Tomoyo_32:a1 [style = bold, color = darkorange]; //Mei
  1685.  
  1686. //Mei_14 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Watch a little longer</TD></TR></TABLE>>];
  1687. Tomoyo_32:a1 -> Tomoyo_33:a2 [style = bold, color = darkorange]; //Mei
  1688.  
  1689. //Mei_15 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Help out</TD></TR></TABLE>>];
  1690. Tomoyo_33:a2 -> Nagisa_39:a1 [style = bold, color = darkorange]; //Mei
  1691.  
  1692. //Mei_16 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Wake up completely</TD></TR></TABLE>>];
  1693. Nagisa_39:a1 -> Misae_19:a [style = bold, color = darkorange]; //Mei
  1694.  
  1695. //Mei_17 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Say, \"Good Day\"</TD></TR></TABLE>>];
  1696. Misae_19:a -> Tomoyo_44:a1 [style = bold, color = darkorange]; //Mei
  1697.  
  1698. Mei_18 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Say it like Ikkoku Dou</TD></TR></TABLE>>];
  1699. Tomoyo_44:a1 -> Mei_18:a [style = bold, color = darkorange]; //Mei
  1700.  
  1701. //Mei_19 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Talk to her instead</TD></TR></TABLE>>];
  1702. Mei_18:a -> Kyou_Ryou_24:a1 [style = bold, color = darkorange]; //Mei
  1703.  
  1704. Mei_20 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Take responsibility</TD></TR></TABLE>>];
  1705. Kyou_Ryou_24:a1 -> Mei_20:a [style = bold, color = darkorange]; //Mei
  1706.  
  1707. Mei_21 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Fujibayashi Sisters</TD></TR></TABLE>>];
  1708. Mei_20:a -> Mei_21:a [style = bold, color = darkorange]; //Mei
  1709.  
  1710. Mei_22 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Older sister</TD></TR></TABLE>>];
  1711. Mei_21:a -> Mei_22:a [style = bold, color = darkorange]; //Mei
  1712.  
  1713. Mei_23 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">It's fine to watch from a distance, isn't it?</TD></TR></TABLE>>];
  1714. Mei_22:a -> Mei_23:a [style = bold, color = darkorange]; //Mei
  1715.  
  1716. Mei_END [label = "Mei's Ending"];
  1717. Mei_23:a -> Mei_END [style = bold, color = darkorange]; //Mei
  1718.  
  1719.  
  1720.  
  1721.  
  1722. //Nagisa_1 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Don't do anything</TD></TR></TABLE>>];
  1723. Start -> SEEN0414_q1:a2 [style = bold, color = firebrick]; //Nagisa
  1724.  
  1725. //Nagisa_2 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Apologize to her</TD></TR></TABLE>>];
  1726. SEEN0414_q1:a2 -> SEEN0415_q1:a1 [style = bold, color = firebrick]; //Nagisa
  1727.  
  1728. //Nagisa_3 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Take the lesson</TD></TR></TABLE>>];
  1729. SEEN0415_q1:a1 -> Tomoyo_2:a2 [style = bold, color = firebrick]; //Nagisa
  1730.  
  1731. //Nagisa_4 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Go down to the courtyard</TD></TR></TABLE>>]; he
  1732. Tomoyo_2:a2 -> Tomoyo_3:a1 [style = bold, color = firebrick]; //Nagisa
  1733.  
  1734. //Nagisa_5 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Continue talking</TD></TR></TABLE>>];
  1735. Tomoyo_3:a1 -> Tomoyo_4:a2 [style = bold, color = firebrick]; //Nagisa
  1736.  
  1737. //Nagisa_6 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">See what's going on</TD></TR></TABLE>>];
  1738. Tomoyo_4:a2 -> Tomoyo_5:a2 [style = bold, color = firebrick]; //Nagisa
  1739.  
  1740. //Nagisa_7 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">This interests me</TD></TR></TABLE>>];
  1741. Tomoyo_5:a2 -> Tomoyo_6:a2 [style = bold, color = firebrick]; //Nagisa
  1742.  
  1743. //Nagisa_8 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">I'm a bit worried</TD></TR></TABLE>>];
  1744. Tomoyo_6:a2 -> Tomoyo_7:a1 [style = bold, color = firebrick]; //Nagisa
  1745.  
  1746. //Nagisa_9 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Talk to her</TD></TR></TABLE>>];
  1747. Tomoyo_7:a1 -> Tomoyo_8:a1 [style = bold, color = firebrick]; //Nagisa
  1748.  
  1749. //Nagisa_10 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Talk to the old lady</TD></TR></TABLE>>];
  1750. Tomoyo_8:a1 -> SEEN3416_q1:a1 [style = bold, color = firebrick]; //Nagisa
  1751.  
  1752. //Nagisa_11 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Forget about it</TD></TR></TABLE>>];
  1753. SEEN3416_q1:a1 -> Kyou_Ryou_8:a2 [style = bold, color = firebrick]; //Nagisa
  1754.  
  1755. Nagisa_12 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">It's about the girl from yesterday...</TD></TR></TABLE>>];
  1756. Kyou_Ryou_8:a2 -> Nagisa_12:a [style = bold, color = firebrick]; //Nagisa
  1757.  
  1758. //Nagisa_13 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Go and see</TD></TR></TABLE>>];
  1759. Nagisa_12:a -> Tomoyo_9:a1 [style = bold, color = firebrick]; //Nagisa
  1760.  
  1761. //Nagisa_14 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Stay in class</TD></TR></TABLE>>];
  1762. Tomoyo_9:a1 -> Tomoyo_10:a2 [style = bold, color = firebrick]; //Nagisa
  1763.  
  1764. //Nagisa_15 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Help her out</TD></TR></TABLE>>];
  1765. Tomoyo_10:a2 -> Tomoyo_12:a1 [style = bold, color = firebrick]; //Nagisa
  1766.  
  1767. Nagisa_16 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">I want to do that.</TD></TR></TABLE>>]; //TODO: finish
  1768. Tomoyo_12:a1 -> Nagisa_16:a [style = bold, color = firebrick]; //Nagisa
  1769.  
  1770. //Nagisa_17 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Go watch</TD></TR></TABLE>>];
  1771. Nagisa_16:a -> Tomoyo_13:a1 [style = bold, color = firebrick]; //Nagisa
  1772.  
  1773. //Nagisa_18 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Go along</TD></TR></TABLE>>];
  1774. Tomoyo_13:a1 -> Tomoyo_14:a1 [style = bold, color = firebrick]; //Nagisa
  1775.  
  1776. //Nagisa_19 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Go with him</TD></TR></TABLE>>];
  1777. Tomoyo_14:a1 -> Tomoyo_15:a1 [style = bold, color = firebrick]; //Nagisa
  1778.  
  1779. //Nagisa_20 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Illustration</TD></TR></TABLE>>];
  1780. Tomoyo_15:a1 -> Fuko_13:a2 [style = bold, color = firebrick]; //Nagisa
  1781.  
  1782. //Nagisa_21 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Go out and search</TD></TR></TABLE>>];
  1783. Fuko_13:a2 -> Fuko_14:a1 [style = bold, color = firebrick]; //Nagisa
  1784.  
  1785. //Nagisa_22 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Peek in the next classroom</TD></TR></TABLE>>];
  1786. Fuko_14:a1 -> Fuko_15:a1 [style = bold, color = firebrick]; //Nagisa
  1787.  
  1788. //Nagisa_23 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Try and talk to her</TD></TR></TABLE>>];
  1789. Fuko_15:a1 -> Tomoyo_18:a2 [style = bold, color = firebrick]; //Nagisa
  1790.  
  1791. //Nagisa_24 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Help him out</TD></TR></TABLE>>];
  1792. Tomoyo_18:a2 -> Tomoyo_20:a1 [style = bold, color = firebrick]; //Nagisa
  1793.  
  1794. //Nagisa_25 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Kick him back</TD></TR></TABLE>>];
  1795. Tomoyo_20:a1 -> Tomoyo_21:a1 [style = bold, color = firebrick]; //Nagisa
  1796.  
  1797. //Nagisa_26 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Fortune telling using cards</TD></TR></TABLE>>];
  1798. Tomoyo_21:a1 -> Kyou_Ryou_12:a2 [style = bold, color = firebrick]; //Nagisa
  1799.  
  1800. //Nagisa_27 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Don't let her run away</TD></TR></TABLE>>];
  1801. Kyou_Ryou_12:a2 -> Tomoyo_23:a1 [style = bold, color = firebrick]; //Nagisa
  1802.  
  1803. //Nagisa_28 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Go into an empty room</TD></TR></TABLE>>];
  1804. Tomoyo_23:a1 -> Tomoyo_24:a1 [style = bold, color = firebrick]; //Nagisa
  1805.  
  1806. //Nagisa_29 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Watch her a little longer</TD></TR></TABLE>>];
  1807. Tomoyo_24:a1 -> Tomoyo_25:a2 [style = bold, color = firebrick]; //Nagisa
  1808.  
  1809. //Nagisa_30 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">I guess I'll go back to class</TD></TR></TABLE>>];
  1810. Tomoyo_25:a2 -> Tomoyo_26:a2 [style = bold, color = firebrick]; //Nagisa
  1811.  
  1812. //Nagisa_31 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Help her</TD></TR></TABLE>>];
  1813. Tomoyo_26:a2 -> Tomoyo_28:a1 [style = bold, color = firebrick]; //Nagisa
  1814.  
  1815. Nagisa_32 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">What sort of drama play are you planning?</TD><VR/><TD port="a2">What is that thing in your poster?</TD><VR/><TD port="a3">What type of guy do you like?</TD></TR></TABLE>>];
  1816. Tomoyo_28:a1 -> Nagisa_32:a1 [style = bold, color = firebrick]; //Nagisa
  1817.  
  1818. Nagisa_33 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Walk away from Furukawa for a while.</TD><VR/><TD port="a2">Grab Furukawa's hand and run away.</TD></TR></TABLE>>];
  1819. Nagisa_32:a1 -> Nagisa_33:a2 [style = bold, color = firebrick]; //Nagisa
  1820.  
  1821. //Nagisa_34 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Stop him</TD></TR></TABLE>>];
  1822. Nagisa_33:a2 -> Tomoyo_30:a1 [style = bold, color = firebrick]; //Nagisa
  1823.  
  1824. Nagisa_35 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Go and see.</TD><VR/><TD port="a2">Don't go.</TD></TR></TABLE>>];
  1825. Tomoyo_30:a1 -> Nagisa_35:a1 [style = bold, color = firebrick]; //Nagisa
  1826.  
  1827. Nagisa_36 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">How's Furukawa doing?</TD><VR/><TD port="a2">Where's Sanae-san?</TD></TR></TABLE>>];
  1828. Nagisa_35:a1 -> Nagisa_36:a1 [style = bold, color = firebrick]; //Nagisa
  1829.  
  1830. //Nagisa_37 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Go there</TD></TR></TABLE>>];
  1831. Nagisa_36:a1 -> Tomoyo_32:a1 [style = bold, color = firebrick]; //Nagisa
  1832.  
  1833. //Nagisa_38 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Watch a little longer</TD></TR></TABLE>>];
  1834. Tomoyo_32:a1 -> Tomoyo_33:a2 [style = bold, color = firebrick]; //Nagisa
  1835.  
  1836. Nagisa_39 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Help out</TD><VR/><TD port="a2">Refuse</TD></TR></TABLE>>];
  1837. Tomoyo_33:a2 -> Nagisa_39:a1 [style = bold, color = firebrick]; //Nagisa
  1838.  
  1839. Nagisa_40 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Hurry up and go to the cafeteria</TD><VR/><TD port="a2">Look outside the window</TD></TR></TABLE>>];
  1840. Nagisa_39:a1 -> Nagisa_40:a2 [style = bold, color = firebrick]; //Nagisa
  1841.  
  1842. //Nagisa_41 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Make her drink juice with her nose</TD><VR/><TD port="a2">Continue to wait</TD></TR></TABLE>>];
  1843. Nagisa_40:a2 -> Tomoyo_37:a2 [style = bold, color = firebrick]; //Nagisa
  1844.  
  1845. Nagisa_42 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Negotiate with them in Furukawa's place</TD><VR/><TD port="a2">Let Furukawa talk with them one more time</TD></TR></TABLE>>];
  1846. Tomoyo_37:a2 -> Nagisa_42:a1 [style = bold, color = firebrick]; //Nagisa
  1847.  
  1848. Nagisa_43 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Talk to Tomoyo</TD><VR/><TD port="a2">Walk past</TD></TR></TABLE>>];
  1849. Nagisa_42:a1 -> Nagisa_43:a1 [style = bold, color = firebrick]; //Nagisa
  1850.  
  1851. Nagisa_44 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Attack</TD><VR/><TD port="a2">Steal</TD><VR/><TD port="a3">Magic</TD></TR></TABLE>>];
  1852. Nagisa_43:a1 -> Nagisa_44:a2 [style = bold, color = firebrick]; //Nagisa
  1853.  
  1854. Nagisa_45 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Talk to Fuko</TD><VR/><TD port="a2">Leave her alone, of course</TD></TR></TABLE>>];
  1855. Nagisa_44:a2 -> Nagisa_45:a1 [style = bold, color = firebrick]; //Nagisa
  1856.  
  1857. Nagisa_46 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Talk to the Fujibayashi sisters</TD><VR/><TD port="a2">Ask the homeroom teacher</TD></TR></TABLE>>];
  1858. Nagisa_45:a1 -> Nagisa_46:a1 [style = bold, color = firebrick]; //Nagisa
  1859.  
  1860. Nagisa_47 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Play a prank on her</TD><VR/><TD port="a2">Continue waiting</TD></TR></TABLE>>];
  1861. Nagisa_46:a1 -> Nagisa_47:a2 [style = bold, color = firebrick]; //Nagisa
  1862.  
  1863. Nagisa_48 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Leave it behind</TD><VR/><TD port="a2">Keep it and head back</TD></TR></TABLE>>];
  1864. Nagisa_47:a2 -> Nagisa_48:a2 [style = bold, color = firebrick]; //Nagisa
  1865.  
  1866. Nagisa_49 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Help him</TD><VR/><TD port="a2">Don't help him</TD></TR></TABLE>>];
  1867. Nagisa_48:a2 -> Nagisa_49:a2 [style = bold, color = firebrick]; //Nagisa
  1868.  
  1869. Nagisa_50 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Yeah</TD><VR/><TD port="a2">No way</TD></TR></TABLE>>];
  1870. Nagisa_49:a2 -> Nagisa_50:a2 [style = bold, color = firebrick]; //Nagisa
  1871.  
  1872. //Nagisa_51 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Various unnecessary things we don't need</TD></TR></TABLE>>];
  1873. Nagisa_50:a2 -> Tomoyo_43:a3 [style = bold, color = firebrick]; //Nagisa
  1874.  
  1875. Nagisa_52 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Yeah, that must be it</TD><VR/><TD port="a2">No, that's wrong</TD></TR></TABLE>>];
  1876. Tomoyo_43:a3 -> Nagisa_52:a2 [style = bold, color = firebrick]; //Nagisa
  1877.  
  1878. Nagisa_53 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Sleep</TD><VR/><TD port="a2">Freshen myself</TD></TR></TABLE>>];
  1879. Nagisa_52:a2 -> Nagisa_53:a1 [style = bold, color = firebrick]; //Nagisa
  1880.  
  1881. //Nagisa_54 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Talk to her instead</TD></TR></TABLE>>];
  1882. Nagisa_53:a1 -> Kyou_Ryou_24:a1 [style = bold, color = firebrick]; //Nagisa
  1883.  
  1884. Nagisa_55 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Stay like this</TD><VR/><TD port="a2">Embrace her</TD></TR></TABLE>>];
  1885. Kyou_Ryou_24:a1 -> Nagisa_55:a2 [style = bold, color = firebrick]; //Nagisa
  1886.  
  1887. Nagisa_56 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Ignore them and continue moving</TD><VR/><TD port="a2">Ask them</TD></TR></TABLE>>];
  1888. Nagisa_55:a2 -> Nagisa_56:a1 [style = bold, color = firebrick]; //Nagisa
  1889.  
  1890. Nagisa_57 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Continue searching.</TD><VR/><TD port="a2">Do it on Monday.</TD></TR></TABLE>>];
  1891. Nagisa_56:a1 -> Nagisa_57:a2 [style = bold, color = firebrick]; //Nagisa
  1892.  
  1893. Nagisa_58 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Sure</TD><VR/><TD port="a2">Go by yourself</TD></TR></TABLE>>];
  1894. Nagisa_57:a2 -> Nagisa_58:a1 [style = bold, color = firebrick]; //Nagisa
  1895.  
  1896. Nagisa_59 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Yeah</TD><VR/><TD port="a2">No, it isn't</TD></TR></TABLE>>];
  1897. Nagisa_58:a1 -> Nagisa_59:a1 [style = bold, color = firebrick]; //Nagisa
  1898.  
  1899. Nagisa_60 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Search in the new school block.</TD><VR/><TD port="a2">Search in the old school block.</TD></TR></TABLE>>];
  1900. Nagisa_59:a1 -> Nagisa_60:a1 [style = bold, color = firebrick]; //Nagisa
  1901.  
  1902. Nagisa_61 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Search the second floor.</TD><VR/><TD port="a2">Search the third floor.</TD></TR></TABLE>>];
  1903. Nagisa_60:a1 -> Nagisa_61:a1 [style = bold, color = firebrick]; //Nagisa
  1904.  
  1905. Nagisa_62 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">It'll work.</TD><VR/><TD port="a2">Think through it again once more.</TD></TR></TABLE>>];
  1906. Nagisa_61:a1 -> Nagisa_62:a1 [style = bold, color = firebrick]; //Nagisa
  1907.  
  1908. Nagisa_63 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Make up for insufficient exercise.</TD><VR/><TD port="a2">Doing something stupid.</TD><VR/><TD port="a3">Do us a favour.</TD></TR></TABLE>>];
  1909. Nagisa_62:a1 -> Nagisa_63:a2 [style = bold, color = firebrick]; //Nagisa
  1910.  
  1911. Nagisa_64 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Let her do as she pleases</TD><VR/><TD port="a2">Stop her</TD></TR></TABLE>>];
  1912. Nagisa_63:a2 -> Nagisa_64:a2 [style = bold, color = firebrick]; //Nagisa
  1913.  
  1914. Nagisa_65 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Tomoyo should make the last move</TD><VR/><TD port="a2">I should make the last move</TD></TR></TABLE>>];
  1915. Nagisa_64:a2 -> Nagisa_65:a2 [style = bold, color = firebrick]; //Nagisa
  1916.  
  1917. Nagisa_66 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Give her a present.</TD><VR/><TD port="a2">Go on a date with her.</TD><VR/><TD port="a3">Continuously whisper your love into her ear.</TD></TR></TABLE>>];
  1918. Nagisa_65:a2 -> Nagisa_66:a1 [style = bold, color = firebrick]; //Nagisa
  1919.  
  1920. Nagisa_67 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">I do</TD><VR/><TD port="a2">I have Nagisa</TD></TR></TABLE>>];
  1921. Nagisa_66:a1 -> Nagisa_67:a1 [style = bold, color = firebrick]; //Nagisa
  1922.  
  1923. Nagisa_68 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Steal her script</TD><VR/><TD port="a2">Steal her lips</TD><VR/><TD port="a3">Steal her heart</TD></TR></TABLE>>];
  1924. Nagisa_67:a1 -> Nagisa_68:a1 [style = bold, color = firebrick]; //Nagisa
  1925.  
  1926. Nagisa_69 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">You're a good father</TD><VR/><TD port="a2">You're an inexcuseable father</TD></TR></TABLE>>];
  1927. Nagisa_68:a1 -> Nagisa_69:a1 [style = bold, color = firebrick]; //Nagisa
  1928.  
  1929. Nagisa_70 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Yell</TD><VR/><TD port="a2">Remain silent and watch</TD></TR></TABLE>>];
  1930. Nagisa_69:a1 -> Nagisa_70:a1 [style = bold, color = firebrick]; //Nagisa
  1931.  
  1932. Nagisa_END [label = "Nagisa's Ending\nContinues in AfterStory"];
  1933. Nagisa_70:a1 -> Nagisa_END [style = bold, color = firebrick]; //Nagisa
  1934.  
  1935. Nagisa_BAD_END [label = "Nagisa's Bad End"];
  1936. Nagisa_69:a2 -> Nagisa_BAD_END;
  1937. Nagisa_70:a2 -> Nagisa_BAD_END;
  1938.  
  1939.  
  1940. //BAD_END_1 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Dub something over it</TD></TR></TABLE>>];
  1941. Start -> SEEN0414_q1:a1 [style = bold, color = yellowgreen]; //BAD_END
  1942.  
  1943. //BAD_END_2 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Say something fitting</TD></TR></TABLE>>];
  1944. SEEN0414_q1:a1 -> SEEN0414_q2:a2 [style = bold, color = yellowgreen]; //BAD_END
  1945.  
  1946. //BAD_END_3 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Ignore her</TD></TR></TABLE>>];
  1947. SEEN0414_q2:a2 -> SEEN0415_q1:a2 [style = bold, color = yellowgreen]; //BAD_END
  1948.  
  1949. //BAD_END_4 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Skip class</TD></TR></TABLE>>];
  1950. SEEN0415_q1:a2 -> Tomoyo_2:a1 [style = bold, color = yellowgreen]; //BAD_END
  1951.  
  1952. //BAD_END_5 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Eat some</TD></TR></TABLE>>];
  1953. Tomoyo_2:a1 -> Kotomi_4:a1 [style = bold, color = yellowgreen]; //BAD_END
  1954.  
  1955. //BAD_END_6 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Go down to the courtyard</TD></TR></TABLE>>];
  1956. Kotomi_4:a1 -> Tomoyo_3:a1 [style = bold, color = yellowgreen]; //BAD_END
  1957.  
  1958. //BAD_END_7 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Continue talking</TD></TR></TABLE>>];
  1959. Tomoyo_3:a1 -> Tomoyo_4:a2 [style = bold, color = yellowgreen]; //BAD_END
  1960.  
  1961. //BAD_END_8 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">See what's going on</TD></TR></TABLE>>];
  1962. Tomoyo_4:a2 -> Tomoyo_5:a2 [style = bold, color = yellowgreen]; //BAD_END
  1963.  
  1964. //BAD_END_9 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">This interests me</TD></TR></TABLE>>];
  1965. Tomoyo_5:a2 -> Tomoyo_6:a2 [style = bold, color = yellowgreen]; //BAD_END
  1966.  
  1967. //BAD_END_10 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">I'm a bit worried</TD></TR></TABLE>>];
  1968. Tomoyo_6:a2 -> Tomoyo_7:a1 [style = bold, color = yellowgreen]; //BAD_END
  1969.  
  1970. //BAD_END_11 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Ignore her</TD></TR></TABLE>>];
  1971. Tomoyo_7:a1 -> Tomoyo_8:a2 [style = bold, color = yellowgreen]; //BAD_END
  1972.  
  1973. //BAD_END_12 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Go and see</TD></TR></TABLE>>];
  1974. Tomoyo_8:a2 -> Tomoyo_10:a2 [style = bold, color = yellowgreen]; //BAD_END
  1975.  
  1976. //BAD_END_13 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Make haste and buy</TD></TR></TABLE>>];
  1977. Tomoyo_10:a2 -> Tomoyo_11:a1 [style = bold, color = yellowgreen]; //BAD_END
  1978.  
  1979. //BAD_END_14 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Help her out</TD></TR></TABLE>>];
  1980. Tomoyo_11:a1 -> Tomoyo_12:a1 [style = bold, color = yellowgreen]; //BAD_END
  1981.  
  1982. //BAD_END_15 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">I want to do that</TD></TR></TABLE>>];
  1983. Tomoyo_12:a1 -> Nagisa_16:a [style = bold, color = yellowgreen]; //BAD_END
  1984.  
  1985. //BAD_END_16 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Go watch</TD></TR></TABLE>>];
  1986. Nagisa_16:a -> Tomoyo_13:a1 [style = bold, color = yellowgreen]; //BAD_END
  1987.  
  1988. //BAD_END_17 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Go along</TD></TR></TABLE>>];
  1989. Tomoyo_13:a1 -> Tomoyo_14:a1 [style = bold, color = yellowgreen]; //BAD_END
  1990.  
  1991. //BAD_END_18 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Go with him</TD></TR></TABLE>>];
  1992. Tomoyo_14:a1 -> Tomoyo_15:a1 [style = bold, color = yellowgreen]; //BAD_END
  1993.  
  1994. BAD_END_19 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Skip class</TD></TR></TABLE>>];
  1995. Tomoyo_15:a1 -> BAD_END_19:a [style = bold, color = yellowgreen]; //BAD_END
  1996.  
  1997. //BAD_END_20 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Go with her</TD></TR></TABLE>>];
  1998. BAD_END_19:a -> Kotomi_13:a1 [style = bold, color = yellowgreen]; //BAD_END
  1999.  
  2000. //BAD_END_21 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Check to see if the pages have been cut</TD></TR></TABLE>>];
  2001. Kotomi_13:a1 -> Kotomi_14:a1 [style = bold, color = yellowgreen]; //BAD_END
  2002.  
  2003. //BAD_END_22 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Illustration</TD></TR></TABLE>>];
  2004. Kotomi_14:a1 -> Fuko_13:a2 [style = bold, color = yellowgreen]; //BAD_END
  2005.  
  2006. //BAD_END_23 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Go out and search</TD></TR></TABLE>>];
  2007. Fuko_13:a2 -> Fuko_14:a1 [style = bold, color = yellowgreen]; //BAD_END
  2008.  
  2009. //BAD_END_24 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Peek in the next classroom</TD></TR></TABLE>>];
  2010. Fuko_14:a1 -> Fuko_15:a1 [style = bold, color = yellowgreen]; //BAD_END
  2011.  
  2012. //BAD_END_25 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Leave her alone</TD></TR></TABLE>>];
  2013. Fuko_15:a1 -> Tomoyo_18:a1 [style = bold, color = yellowgreen]; //BAD_END
  2014.  
  2015. //BAD_END_26 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Help him out</TD></TR></TABLE>>];
  2016. Tomoyo_18:a1 -> Tomoyo_20:a1 [style = bold, color = yellowgreen]; //BAD_END
  2017.  
  2018. //BAD_END_27 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Kick him back</TD></TR></TABLE>>];
  2019. Tomoyo_20:a1 -> Tomoyo_21:a1 [style = bold, color = yellowgreen]; //BAD_END
  2020.  
  2021. //BAD_END_28 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Try her fortune telling</TD></TR></TABLE>>];
  2022. Tomoyo_21:a1 -> Tomoyo_22:a1 [style = bold, color = yellowgreen]; //BAD_END
  2023.  
  2024. //BAD_END_29 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Go to the library</TD></TR></TABLE>>];
  2025. Tomoyo_22:a1 -> Kotomi_18:a1 [style = bold, color = yellowgreen]; //BAD_END
  2026.  
  2027. //BAD_END_30 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Conceal my presence</TD></TR></TABLE>>];
  2028. Kotomi_18:a1 -> SEEN4418_q1:a2 [style = bold, color = yellowgreen]; //BAD_END
  2029.  
  2030. //BAD_END_31 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Go inside the library</TD></TR></TABLE>>];
  2031. SEEN4418_q1:a2 -> SEEN4418_q2:a1 [style = bold, color = yellowgreen]; //BAD_END
  2032.  
  2033. //BAD_END_32 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Say her name</TD></TR></TABLE>>];
  2034. SEEN4418_q2:a1 -> SEEN4418_q3:a2 [style = bold, color = yellowgreen]; //BAD_END
  2035.  
  2036. //BAD_END_33 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">I just can't leave it as it is</TD></TR></TABLE>>];
  2037. SEEN4418_q3:a2 -> SEEN4418_q6:a1 [style = bold, color = yellowgreen]; //BAD_END
  2038.  
  2039. SEEN4418_q7 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Eat with Kotomi from now on</TD><VR/><TD port="a2">Keep on eating with Nagisa</TD></TR></TABLE>>];
  2040. SEEN4418_q6:a1 -> SEEN4418_q7:a1 [style = bold, color = yellowgreen]; //BAD_END
  2041.  
  2042. //BAD_END_35 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Help her</TD></TR></TABLE>>];
  2043. SEEN4418_q7:a1 -> Tomoyo_28:a1 [style = bold, color = yellowgreen]; //BAD_END
  2044.  
  2045. //BAD_END_36 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">What sort of drama play are you planning?</TD></TR></TABLE>>];
  2046. Tomoyo_28:a1 -> Nagisa_32:a1 [style = bold, color = yellowgreen]; //BAD_END
  2047.  
  2048. //BAD_END_37 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Stop him</TD></TR></TABLE>>];
  2049. Nagisa_32:a1 -> Tomoyo_30:a1 [style = bold, color = yellowgreen]; //BAD_END
  2050.  
  2051. //BAD_END_38 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Go to the old school building</TD></TR></TABLE>>];
  2052. Tomoyo_30:a1 -> Tomoyo_31:a1 [style = bold, color = yellowgreen]; //BAD_END
  2053.  
  2054. //BAD_END_39 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">To the reference room</TD></TR></TABLE>>];
  2055. Tomoyo_31:a1 -> Yukine_16:a3 [style = bold, color = yellowgreen]; //BAD_END
  2056.  
  2057. BAD_END_40 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Leave</TD></TR></TABLE>>];
  2058. Yukine_16:a3 -> BAD_END_40:a [style = bold, color = yellowgreen]; //BAD_END
  2059.  
  2060. BAD_END_41 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Ignore her</TD></TR></TABLE>>];
  2061. BAD_END_40:a -> BAD_END_41:a [style = bold, color = yellowgreen]; //BAD_END
  2062.  
  2063. //BAD_END_42 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Say goodbye to her</TD></TR></TABLE>>];
  2064. BAD_END_41:a ->Kotomi_25:a1 [style = bold, color = yellowgreen]; //BAD_END
  2065.  
  2066. //BAD_END_43 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Leave the library</TD></TR></TABLE>>];
  2067. Kotomi_25:a1 -> Kotomi_26:a1 [style = bold, color = yellowgreen]; //BAD_END
  2068.  
  2069. BAD_END_44 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Try to play it*\n(See the Heartfelt Academy section)</TD></TR></TABLE>>];
  2070. Kotomi_26:a1 -> BAD_END_44:a [style = bold, color = yellowgreen]; //BAD_END
  2071.  
  2072. //BAD_END_45 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Wake up completely</TD></TR></TABLE>>];
  2073. BAD_END_44:a -> Misae_19:a [style = bold, color = yellowgreen]; //BAD_END
  2074.  
  2075. //BAD_END_46 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Call out to her</TD></TR></TABLE>>];
  2076. Misae_19:a -> Tomoyo_36:a1 [style = bold, color = yellowgreen]; //BAD_END
  2077.  
  2078. //BAD_END_47 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">I guess so...</TD></TR></TABLE>>];
  2079. Tomoyo_36:a1 -> Tomoyo_38:a1 [style = bold, color = yellowgreen]; //BAD_END
  2080.  
  2081. //BAD_END_48 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Eat it anyway</TD></TR></TABLE>>];
  2082. Tomoyo_38:a1 -> Tomoyo_39:a2 [style = bold, color = yellowgreen]; //BAD_END
  2083.  
  2084. //BAD_END_49 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">I'm going home right now</TD></TR></TABLE>>];
  2085. Tomoyo_39:a2 -> Tomoyo_40:a1 [style = bold, color = yellowgreen]; //BAD_END
  2086.  
  2087. //BAD_END_50 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Yeah, you are</TD></TR></TABLE>>];
  2088. Tomoyo_40:a1 -> Tomoyo_41:a1 [style = bold, color = yellowgreen]; //BAD_END
  2089.  
  2090. //BAD_END_51 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Say \"Good day\"</TD></TR></TABLE>>];
  2091. Tomoyo_41:a1 -> Tomoyo_44:a1 [style = bold, color = yellowgreen]; //BAD_END
  2092.  
  2093. BAD_END_52 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a">Yeah</TD></TR></TABLE>>];
  2094. Tomoyo_44:a1 -> BAD_END_52:a [style = bold, color = yellowgreen]; //BAD_END
  2095.  
  2096. BAD_END_END [label = "Sunohara's Bad Ending"];
  2097. BAD_END_52:a -> BAD_END_END [style = bold, color = yellowgreen]; //BAD_END
  2098.  
  2099.  
  2100.  
  2101. Kyou_Ryou_25:a2 -> Light_gun_game;
  2102.  
  2103. Light_gun_game [label = "Punishment Game"];
  2104. Light1 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Start the game</TD><VR/><TD port="a2">Quit</TD></TR></TABLE>>];
  2105. Light_gun_game -> Light1:a1;
  2106. Light_gun_game -> Light1:a2;
  2107.  
  2108. Light2 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">We must win this battle</TD><VR/><TD port="a2">I pity you, so i'll make him stop</TD></TR></TABLE>>]; //a1 kyou beats you, a2 you beat kyou
  2109.  
  2110. Light1:a1 -> Light2:a1;
  2111. Light1:a1 -> Light2:a2;
  2112.  
  2113. Light3 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Ask them</TD><VR/><TD port="a2">Not interested</TD></TR></TABLE>>];
  2114. Light2:a1 -> Light3:a1;
  2115. Light2:a1 -> Light3:a2;
  2116.  
  2117. Light4 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">Eat at the cafeteria together</TD><VR/><TD port="a2">Make Sunohara go buy something</TD><VR/><TD port="a3">Don't eat</TD></TR></TABLE>>];
  2118.  
  2119. Light2:a2 -> Light4:a1;
  2120. Light2:a2 -> Light4:a2;
  2121. Light2:a2 -> Light4:a3;
  2122.  
  2123. Light5 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">The athletic field</TD><VR/><TD port="a2">The gym</TD><VR/><TD port="a3">The staff room</TD></TR></TABLE>>];
  2124.  
  2125. Light4:a1 -> Light5:a1;
  2126. Light4:a1 -> Light5:a2;
  2127. Light4:a1 -> Light5:a3;
  2128. Light4:a2 -> Light5:a1;
  2129. Light4:a2 -> Light5:a2;
  2130. Light4:a2 -> Light5:a3;
  2131. Light4:a3 -> Light5:a1;
  2132. Light4:a3 -> Light5:a2;
  2133. Light4:a3 -> Light5:a3;
  2134.  
  2135.  
  2136. Light6 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">The athletic field</TD><VR/><TD port="a2">The staff room</TD></TR></TABLE>>]; //at the Gym (from Light5)
  2137. Light7 [shape = none, label = <<TABLE cellborder="0" style="rounded"><TR><TD port="a1">The athletic field</TD><VR/><TD port="a2">The gym</TD></TR></TABLE>>]; //at the staff room (from Light5)
  2138.  
  2139.  
  2140. Light5:a2 -> Light6:a1;
  2141. Light5:a2 -> Light6:a2;
  2142. Light5:a3 -> Light7:a1;
  2143. Light5:a3 -> Light7:a2;
  2144.  
  2145.  
  2146. Light5:a1 -> Light3:a1;
  2147. Light5:a1 -> Light3:a2;
  2148. Light6:a1 -> Light3:a1;
  2149. Light6:a1 -> Light3:a2;
  2150. Light6:a2 -> Light3:a1;
  2151. Light6:a2 -> Light3:a2;
  2152. Light7:a1 -> Light3:a1;
  2153. Light7:a1 -> Light3:a2;
  2154. Light7:a2 -> Light3:a1;
  2155. Light7:a2 -> Light3:a2;
  2156.  
  2157.  
  2158.  
  2159.  
  2160.  
  2161.  
  2162. /*
  2163. "A quiet house"
  2164. "A house without warmth"
  2165. */
  2166. BAD_END_Always_with_me [label = "\"She was always with me\nIn this world.\nIn this, sad, lonely world.\"\n\nBad End"];
  2167. Light1:a2 -> BAD_END_Always_with_me;
  2168. Light3:a1 -> BAD_END_Always_with_me;
  2169. Light3:a2 -> BAD_END_Always_with_me;
  2170.  
  2171.  
  2172.  
  2173.  
  2174.  
  2175.  
  2176.  
  2177.  
  2178.  
  2179. /*
  2180. The Heartfelt Academy section will eventually go here.
  2181.  
  2182. I'm leaving it out for now, until the rest of Clannad is finished.
  2183. It is complete, and ready for a copypaste.
  2184. */
  2185.  
  2186.  
  2187.  
  2188.  
  2189.  
  2190.  
  2191.  
  2192.  
  2193.  
  2194.  
  2195. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement