Guest User

mgqg dinner alma elma translation

a guest
Feb 17th, 2017
1,631
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.85 KB | None | 0 0
  1.  
  2.  
  3. // Paste this into {mgqg dinner dir}/html/al/L/script/test.txt
  4.  
  5.  
  6.  
  7. *背景表示機能|背景表示機能|INVALID
  8. // 初期設定
  9.  
  10. // セーブ機能を一時的にOFF
  11. [Save OFF]
  12.  
  13.  
  14. // 背景レイヤーを表示状態にしておく
  15. [BGLayer visible=true]
  16.  
  17.  
  18. // このスクリプトで使用する各データをキャッシュする
  19. // ※ 必ずしも予めキャッシュしておく必要はありません。
  20. //  キャッシュされていないファイルは、最初に使用される際に読み込まれます。
  21. [Cache path="./EmbedFonts.swf"]
  22.  
  23. [Cache path="./resorce/plug-in/CharName.swf"]
  24.  
  25.  
  26. [Cache path="./resorce/BG/black.jpg"]
  27.  
  28. [Cache path="./resorce/Char/sampleChar1.swf"]
  29. [Cache path="./resorce/Char/sampleChar1.jpg"]
  30. [Cache path="./resorce/Char/sampleChar2.jpg"]
  31. [Cache path="./resorce/Char/sampleFace.swf"]
  32. [Cache path="./resorce/Char/sampleSelTimer.swf"]
  33.  
  34. [Cache path="./resorce/Button/sampleBtn1.jpg"]
  35. [Cache path="./resorce/Button/sampleBtn2.jpg"]
  36. [Cache path="./resorce/Button/sampleBtn3.jpg"]
  37. [Cache path="./resorce/Button/sampleBtn4.jpg"]
  38.  
  39. [Cache path="./resorce/Button/btn_light.swf"]
  40. [Cache path="./resorce/Button/btn_river.swf"]
  41. [Cache path="./resorce/Button/btn_tree.swf"]
  42.  
  43. [Cache path="./resorce/Button/ha_river.swf"]
  44. [Cache path="./resorce/Button/ha_tree.swf"]
  45.  
  46. [Cache path="./resorce/Effect/VBlinds_thin_R.swf"]
  47.  
  48. [Cache path="./resorce/System/Mark_WaitClick.swf"]
  49. [Cache path="./resorce/System/Mark_WaitClick_PB.swf"]
  50. [Cache path="./resorce/System/MsgLayerBG.swf"]
  51. [Cache path="./resorce/System/HistoryLayerBG.swf"]
  52. [Cache path="./resorce/System/About_LemoNovel.swf"]
  53. [Cache path="./resorce/System/TotalMenu.swf"]
  54. [Cache path="./resorce/System/VolumePanel.swf"]
  55. [Cache path="./resorce/System/ChgScreen.swf"]
  56. [Cache path="./resorce/System/SelectFontDlg.swf"]
  57.  
  58. [Cache path="./resorce/plug-in/CharName.swf"]
  59.  
  60. // テキストファイルもキャッシュ可能
  61. // 但し、容量の進捗は取得できません。
  62.  
  63. [StartCache]
  64.  
  65. // キャッシュ保持指定を無効化
  66. [DelSaveCache]
  67.  
  68. // フォントの読み込みを開始する
  69. [LoadFont]
  70.  
  71. // システム変数に逐次スキップとシーンスキップの設定を作成しておく
  72. // (※これは統合メニューサンプル用の処理です)
  73. // 逐次スキップのデフォルトは初期設定(ini)ファイルのSHIFTスキップの設定とする
  74. // シーンスキップのデフォルトは有効
  75. [SysVar _read_=true _write_=true sysSkip="#System.shiftSkip" sceneSkip="ON"]
  76.  
  77.  
  78.  
  79. // メッセージレイヤーを一旦表示する
  80. [MsgLayer visible=true]
  81.  
  82.  
  83. [StartCache]
  84.  
  85. // キャッシュ保持指定を無効化
  86. [DelSaveCache]
  87.  
  88. // フォントの読み込みを開始する
  89. [LoadFont]
  90.  
  91. // システム変数に逐次スキップとシーンスキップの設定を作成しておく
  92. // (※これは統合メニューサンプル用の処理です)
  93. // 逐次スキップのデフォルトは初期設定(ini)ファイルのSHIFTスキップの設定とする
  94. // シーンスキップのデフォルトは有効
  95. [SysVar _read_=true _write_=true sysSkip="#System.shiftSkip" sceneSkip="ON"]
  96.  
  97. // メッセージレイヤーを一旦表示する
  98. [MsgLayer visible=true]
  99.  
  100. [PreSelect]
  101.  
  102. // セーブ機能を一時的にOFF
  103. [Save OFF]
  104.  
  105. // 履歴を一時的にOFF
  106. [History ON]
  107.  
  108. // コンテキストメニューを設定
  109. [SetContextMenu id=1 caption="メッセージをスキップ" macro="MsgSkip" enabled=true visible=true syncEnabled=Select|HideMsg|Limit_ProgOpe|Limit_Skip]
  110. [SetContextMenu id=2 caption="即時表示" macro="ChgMsgSpeed" arguments="speed=0" separator=true enabled=true visible=true menuType=system]
  111. [SetContextMenu id=3 caption="最速" macro="ChgMsgSpeed" arguments="speed=1" enabled=true visible=true menuType=system]
  112. [SetContextMenu id=4 caption="速い" macro="ChgMsgSpeed" arguments="speed=2" enabled=true visible=true menuType=system]
  113. [SetContextMenu id=5 caption="普通 <-" macro="ChgMsgSpeed" arguments="speed=3" enabled=true visible=true menuType=system]
  114. [SetContextMenu id=6 caption="遅い" macro="ChgMsgSpeed" arguments="speed=4" enabled=true visible=true menuType=system]
  115. [SetContextMenu id=7 caption="メッセージを隠す" macro="HideMessage" separator=true enabled=true visible=true syncEnabled=Doing|HideMsg]
  116. [UpdateContextMenu]
  117.  
  118. // 前回起動時のシステム設定情報を復元する
  119. [LoadSystem]
  120.  
  121. // メッセージレイヤーのフォントをシステムでの設定で更新する
  122. // (※これはフォント選択ダイアログサンプル用の処理です)
  123. [UpdateMsgLayerFont]
  124.  
  125. // システムメニュー定義ファイルを読み込む
  126. [LoadSysMenu path="./script/sysmenu_def.txt"]
  127. // セーブ/ロードメニューのセーブデータ名を更新する
  128. [UpdateSaveLoadMenu]
  129.  
  130. // 背景レイヤーを表示状態にしておく
  131. [BGLayer visible=true]
  132.  
  133. // 『最初から』の開始位置
  134. *Start||INVALID
  135.  
  136. [PreSelect]
  137.  
  138.  
  139.  
  140. // 変数を定義
  141. // talkCharId  :口パクさせるキャラクターレイヤーID(-1で対象なし)
  142. // talkCharName :会話中のキャラの名前
  143. [Var talkCharId=-1 talkCharName=""]
  144.  
  145. // 名前表示用のメッセージレイヤーとキャラクターレイヤーを追加する
  146. [ChgLayerCnt msgLayer=2 charLayer=5]
  147. [MsgLayer id=1 posX=20 posY=375 width=270 height=40 margin_Left=28 margin_Right=0 margin_Top=10 margin_Bottom=0 speed_Normal=-1 history=false Font_Size=20]
  148. [CharLayer id=3 posX=250 posY=300 syncHide=true ]
  149. [CharLayer id=4 syncHide=true]
  150.  
  151. // 名前表示用のプラグインを読み込んで表示しておく(視覚上は非表示)
  152. [ShowChar id=4 path="./resorce/plug-in/CharName.swf" time=0 posX=480 posY=300]
  153.  
  154.  
  155. [StartTrans]
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162. [ChgTalker id=2 charName="Luka" picId=2]
  163. Hiyaa! I can't stop cumming! [p]
  164. [ChgTalker id=2 charName="Alma Elma" picId=2]
  165. Hooora... I'll suck everything up... ♪ [p]
  166. [ChgTalker id=2 charName="Luka" picId=2]
  167. Faaa! No more!! [p]
  168. [MsgLayer id=1 visible=false]
  169. [LoadSound id=0 path="../../Sound/syase.mp3"]
  170. [PlaySound id=0 mode=play wait_PlayEnd=false]
  171. [ChgBG path="./resorce/BG/black.jpg" mode="fadeout_white" time=400]
  172. [ChgBG path="./resorce/BG/black.jpg"]
  173.  
  174.  
  175. [MsgLayer id=1 visible=false]
  176. One of the Four Heavenly Knights, Alma Elma, defeated me with her tail in just a few seconds.[r]
  177. I can feel my energy being absorbed [p]
  178. I lose consciousness to her intense draining... [p]
  179.  
  180. ...[p]
  181. .........[p]
  182. ...... -chan...[p]
  183. ... -ka-chan......[p]
  184.  
  185. [ChgTalker id=2 charName="Luka" picId=2]
  186. Uuugh... ahhh... [p]
  187. [MsgLayer id=1 visible=false]
  188. I can hear a voice calling me... [p]
  189. [ChgTalker id=2 charName="Alma Elma" picId=2]
  190. ... Luka... Hey, get up...[p]
  191. [ChgTalker id=2 charName="Luka" picId=2]
  192. Ahh...? [p]
  193. [MsgLayer id=1 visible=false]
  194. Little by little I can feel my consciousness come back... [l]What on Earth?... [p]
  195. [MsgLayer id=1 visible=false]
  196. [ChgBG path="./resorce/BG/ex01.jpg" time=2000]
  197. [ChgTalker id=2 charName="Luka" picId=2]
  198. ... I... What...... [l]Ahh...! What is it!?[p]
  199. [MsgLayer id=1 visible=false]
  200. My consciousness returns. [r]
  201. The Queen Succubus who defeated me [r]
  202. is looking down at me. [p]
  203. [MsgLayer id=1 visible=false]
  204. [ChgBG path="./resorce/BG/ex02.jpg"]
  205.  
  206. [ChgTalker id=2 charName="Alma Elma" picId=2]
  207. Good morning, Luka. [l][r]
  208. Fainting so easily...[p]
  209. Kusu... So miserable... ♪[p]
  210. [ChgTalker id=2 charName="Luka" picId=2]
  211. Ahh... I... Why...!?[p]
  212.  
  213. [MsgLayer id=1 visible=false]
  214. As my consciousness slowly returns, [r]
  215. I still cannot fully comprehend my situation. [p]
  216. Those who are defeated by the Queen Succubus [r]
  217. do not survive. [p]
  218. There should be no reason for her to let me go. [p]
  219. I wonder how she will use me...? Will I survive...?[l][r]
  220. Expectations begin to boil inside me. [p]
  221.  
  222. [MsgLayer id=1 visible=false]
  223. [ChgBG path="./resorce/BG/ex03.jpg"]
  224. [ChgTalker id=2 charName="Alma Elma" picId=2]
  225. Kusukusu... What's wrong, Luka-chan....?[p]
  226. [MsgLayer id=1 visible=false]
  227. My penis is groped...[l][r]
  228. It's too pleasureable that I begin to forget where I am...[p]
  229. [ChgTalker id=2 charName="Luka" picId=2]
  230. Oh... no... it's because...[l][r]
  231. I'm falling asleep...[p]
  232. [ChgTalker id=2 charName="Alma Elma" picId=2]
  233. But... Kusukusu...[p]
  234. [MsgLayer id=1 visible=false]
  235. [ChgBG path="./resorce/BG/ex04.jpg"]
  236. [ChgTalker id=2 charName="Alma Elma" picId=2]
  237. If I eat you while you're asleep...[l][r]
  238. It might not be as interesting...[p]
  239.  
  240. [MsgLayer id=1 visible=false]
  241. I was so happy and drunk on pleasure that,[r]
  242. the words that came from Alma Elma,[r]
  243. made me jump in surprise. [p]
  244.  
  245. [ChgTalker id=2 charName="Luka" picId=2]
  246. Hiiiii...! Ea-eat...!?[p]
  247.  
  248. [MsgLayer id=1 visible=false]
  249. From the start Alma Elma had no desire to drain me and let me go. [p]
  250. She had waited till I had awoken, [r]
  251. only to watch me struggle as her prey. [p]
  252. [MsgLayer id=1 visible=false]
  253. [ChgBG path="./resorce/BG/ex05.jpg"]
  254. [ChgTalker id=2 charName="Alma Elma" picId=2]
  255. Ufufufu... yes... Luka-chan is mine now... [r]
  256. I'll eat you up by swallowing you whole. [p]
  257. [LoadSound id=0 path="../../Sound/lick_s4.mp3"]
  258. [PlaySound id=0 mode=play wait_PlayEnd=false]
  259.  
  260. [MsgLayer id=1 visible=false]
  261. [ChgBG path="./resorce/BG/ex06.jpg"]
  262. [ChgTalker id=2 charName="Alma Elma" picId=2]
  263. ..Luka-chan... haa...[p]
  264. I'll swallow you from the head down with my tail... [l][r]
  265. as you're being squished into my belly...[l][r]
  266. you'll be digested until your bones are gone...[l][r]
  267. Dying for me... ♡[l] Are you glad...?[p]
  268.  
  269. [ChgTalker id=2 charName="Luka" picId=2]
  270. Hiiii...![p]
  271.  
  272. [MsgLayer id=1 visible=false]
  273. Swallow... [l]Digestion... [l]Death...[p]
  274. The horrible words come out one after another from the voice of Alma Elma.[p]
  275. But what is more frightening than those terrible words [r]
  276. is that listening to her speak [r]
  277. begins to spark up some temptation in the back of my mind. [p]
  278.  
  279. [ChgTalker id=2 charName="Alma Elma" picId=2]
  280. You don't need to be afraid, Luka-chan...[l][r]
  281. It isn't anything painful... just pleasure...[p]
  282. Your body... your mind... your soul... everything will be melted away... [l][r]
  283. You'll become one with me... Are you afraid...?[p]
  284. [ChgTalker id=2 charName="Luka" picId=2]
  285. Aaaaahh... Aaaaa-...[p]
  286.  
  287.  
  288. [MsgLayer id=1 visible=false]
  289. Alma Elma speaks to me in a gentle tone. [p]
  290. The invitation of a succubus... I begin to think... [r]
  291. I want to become one with Alma Elma,[r]
  292. I want to be preyed on by the Queen Succubus in front of me. [p]
  293. Such a dangerous idea begins to rule my head. [p]
  294.  
  295. [MsgLayer id=1 visible=false]
  296. [ChgBG path="./resorce/BG/ex07.jpg"]
  297. [ChgTalker id=2 charName="Alma Elma" picId=2]
  298. Hoora... In my tail...[l][r]
  299. Isn't it time to come in...?[p]
  300. Your arms... your head... your legs... your penis...[l][r]
  301. Everything will be pleasureable...[p]
  302. [ChgTalker id=2 charName="Luka" picId=2]
  303. Uaaa-...... -aaa...[p]
  304.  
  305. [MsgLayer id=1 visible=false]
  306. I can't find the words to deny her. [p]
  307. Before I can hesitate my body is already given to Alma Elma. [r]
  308. I am her prey. [p]
  309.  
  310. [MsgLayer id=1 visible=false]
  311. [ChgBG path="./resorce/BG/ex08.jpg"]
  312. [ChgTalker id=2 charName="Alma Elma" picId=2]
  313. Ufufu... ..Luka's penis...[l][r]
  314. It's getting bigger again... ♪[p]
  315.  
  316. [ChgTalker id=2 charName="Luka" picId=2]
  317. Aaaaa...!?... aaaaa-......![p]
  318.  
  319. [MsgLayer id=1 visible=false]
  320. It didn't matter that it was wrung out by Alma Elma [r]
  321. My penis was fully erect again. [p]
  322.  
  323. [ChgTalker id=2 charName="Alma Elma" picId=2]
  324. Aha... ♪ Just as I expected... ♪[p]
  325. Being eaten...[l][r]
  326. covered with digestive juices...[l][r]
  327. dripping with semen...[l][r]
  328. squished and melted...[p]
  329. Though such a thing shouldn't make you big....[l][r]
  330. Luka...[l] you did well ♪[p]
  331.  
  332. [ChgTalker id=2 charName="Luka" picId=2]
  333. Hiaaa-... I-I'm sorry...[p]
  334.  
  335. [MsgLayer id=1 visible=false]
  336. Alma Elma sees my true feelings.[r]
  337. For some reason, I become embarrassed, [r]
  338. instinctively apologizing to Alma Elma. [p]
  339.  
  340. A miserable sense of submission hits me. [p]
  341.  
  342. [ChgTalker id=2 charName="Luka" picId=2]
  343. I'm sorry... I'm sorry...[p]
  344.  
  345. [MsgLayer id=1 visible=false]
  346. I cannot understand why I apologized...[r]
  347. Yet, I was crying like a child who was just punished. [p]
  348. [MsgLayer id=1 visible=false]
  349. [ChgBG path="./resorce/BG/ex09.jpg"]
  350. [ChgTalker id=2 charName="Alma Elma" picId=2]
  351. Ufufu... It's okay... Luka-chan is so cute... ♪[p]
  352. Then,... I'll take good care of you... ♪[p]
  353. But you have to first say... [p]
  354. [MsgLayer id=1 visible=false]
  355. [ChgBG path="./resorce/BG/ex10.jpg"]
  356. [ChgTalker id=2 charName="Alma Elma" picId=2]
  357. "Swallow me head first... so I can be squished and melted inside of you..." [l][r]
  358. "And make my body and my penis feel good..." [l][r]
  359. "Please eat all of me..." [p]
  360. [ChgTalker id=2 charName="Luka" picId=2]
  361. Aaa-... aaaa-......[p]
  362.  
  363. [MsgLayer id=1 visible=false]
  364. There was no way for me to fight against temptation anymore. [p]
  365. I want to be eaten by Alma Elma... [l][r]
  366. I want to be digested and absorbed. [p]
  367. This was my only wish. [p]
  368. [ChgTalker id=2 charName="Luka" picId=2]
  369. "I-... I... swallow me head first... [l] so I can... be squished [l]and melted inside of you..." [l][r]
  370. "And make my body...[l] feel good...[l] and my penis..." [l][r]
  371. "All of me...[l] please eat-..." [p]
  372.  
  373. [MsgLayer id=1 visible=false]
  374. I was dominated by the desire to be eaten. [r]
  375. Finally, I presented my body to Alma Elma. [p]
  376. Defeated by the temptation of being her prey,
  377. I gave my life to Alma Elma. [p]
  378.  
  379. [MsgLayer id=1 visible=false]
  380. [ChgBG path="./resorce/BG/ex06.jpg"]
  381.  
  382. [ChgTalker id=2 charName="Alma Elma" picId=2]
  383. Ufufu... You said it well, Luka-chan ♪[l] Good boy... ♪[p]
  384. Well... as you wish... I'll eat you... ♪[p]
  385.  
  386. [LoadSound id=0 path="../../Sound/putyu3.mp3"]
  387. [PlaySound id=0 mode=play wait_PlayEnd=false]
  388. [MsgLayer id=1 visible=false]
  389. [ChgBG path="./resorce/BG/ex11.jpg"]
  390.  
  391. [MsgLayer id=1 visible=false]
  392. Alma Elma's tail gently opens in front of me. [p]
  393. It's large enough to swallow my head whole...[p]
  394.  
  395.  
  396. [ChgTalker id=2 charName="Luka" picId=2]
  397. Aaa... aaa...[p]
  398.  
  399. [MsgLayer id=1 visible=false]
  400. My face twitches. [l]I'm about to be swallowed up by her tail. [p]
  401. Fear grips me. [p]
  402.  
  403. But it's too late. [p]
  404.  
  405. [ChgTalker id=2 charName="Alma Elma" picId=2]
  406. You're mine now... ♪[p]
  407.  
  408. [LoadSound id=0 path="../../Sound/eat.mp3"]
  409. [PlaySound id=0 mode=play wait_PlayEnd=false]
  410. [MsgLayer id=1 visible=false]
  411. [ChgBG path="./resorce/BG/ex12.jpg"]
  412. [MsgLayer id=1 visible=false]
  413. My vision is engulfed by Alma Elma's tail. [p]
  414. It was the last thing I ever saw... [p]
  415.  
  416. [LoadBGM buffer=primary path="../../BGM/roop1.mp3"]
  417. [PlayBGM buffer=primary mode=play]
  418.  
  419. [LoadSound id=0 path="../../Sound/juru.mp3"]
  420. [PlaySound id=0 mode=play wait_PlayEnd=false]
  421. [MsgLayer id=1 visible=false]
  422. [ChgBG path="./resorce/BG/exb01.jpg"]
  423.  
  424. [ChgTalker id=2 charName="Luka" picId=2]
  425. Nnnn... Wha-...![p]
  426.  
  427.  
  428. [MsgLayer id=1 visible=false]
  429. My upper body is swallowed by her tail in one gulp. [p]
  430. Warm mucus covers me as I'm swallowed. [r]
  431. A comforting sensation I could never imagine overwhelms me. [p]
  432. [ChgTalker id=2 charName="Luka" picId=2]
  433. Nnnmnn! ~~~ [p]
  434.  
  435.  
  436. [MsgLayer id=1 visible=false]
  437. I uncontrollably react to the pleasure. [p]
  438. All of my upper body is in ecstasy. [l][r]
  439. A thought flashes through my mind. [p]
  440. How pleasurable would it be.... if I was swallowed down to my waist...?[p]
  441.  
  442.  
  443. [ChgTalker id=2 charName="Alma Elma" picId=2]
  444. Fufu... even if you struggle...[p]
  445.  
  446.  
  447. [MsgLayer id=1 visible=false]
  448. I writhe in agonizing pleasure. [p]
  449. I can feel my feet leave the ground as I'm swallowed up by Alma Elma's tail. [p]
  450.  
  451. [ChgTalker id=2 charName="Luka" picId=2]
  452. Faaa-... aaa...!![p]
  453.  
  454. [ChgTalker id=2 charName="Alma Elma" picId=2]
  455. Hooora...♪ I'll swallow your whole body... ♪[p]
  456. Ufufu... paku... ♪[p]
  457.  
  458. [LoadSound id=0 path="../../Sound/eat3.mp3"]
  459. [PlaySound id=0 mode=play wait_PlayEnd=false]
  460.  
  461. [MsgLayer id=1 visible=false]
  462. [ChgBG path="./resorce/BG/exb02.jpg"]
  463. [MsgLayer id=1 visible=false]
  464. With a squishy sound, [r]
  465. My whole body is swallowed up by Alma Elma. [p]
  466. The digestive juices covers my whole body...[r]
  467. Let me melt away...[p]
  468.  
  469. [ChgTalker id=2 charName="Luka" picId=2]
  470. Hiyaa-... aaa-... What... is this...!?[p]
  471.  
  472.  
  473. [MsgLayer id=1 visible=false]
  474. I wriggle timidly in the tail...[r]
  475. Trying to get that sense of being caressed all over. [p]
  476.  
  477. [ChgTalker id=2 charName="Alma Elma" picId=2]
  478. Just as you are... I'll swallow you all the way down... ♪[p]
  479. while being softly melted by my digestive juices...[l][r]
  480. down to my stomach... Please come in... ♡[p]
  481.  
  482.  
  483. [ChgTalker id=2 charName="Luka" picId=2]
  484. Uwaaa... aaaaa... aaaaaa...![p]
  485. [MsgLayer id=1 visible=false]
  486. [LoadSound id=0 path="../../Sound/syase.mp3"]
  487. [PlaySound id=0 mode=play wait_PlayEnd=false]
  488. [ChgBG path="./resorce/BG/exb03.jpg" mode="fadeout_white" time=400]
  489. [ChgBG path="./resorce/BG/exb03.jpg"]
  490.  
  491.  
  492. [MsgLayer id=1 visible=false]
  493. The comforting feeling covers the rest of my body.[r]
  494. I cum inside of her. [p]
  495.  
  496. [ChgTalker id=2 charName="Alma Elma" picId=2]
  497. Ahaaa-... ♪ Luka-chan let it out... ♪[p]
  498. Such a bad boy.... kusu...[l][r]
  499. I'll melt it all up... ♪[p]
  500.  
  501.  
  502. [MsgLayer id=1 visible=false]
  503. While Alma Elma laughs at me, digestive juices begin to fill her tail. [p]
  504. Both my body and my semen begins to melt...[r]
  505. being drunk up by Alma Elma... [p]
  506.  
  507. [ChgTalker id=2 charName="Luka" picId=2]
  508. Hiyaaa... aaaa...... Take me... uuuu......[p]
  509.  
  510. [ChgTalker id=2 charName="Alma Elma" picId=2]
  511. Hooraa... mugumugu... ♡[p]
  512.  
  513. [ChgTalker id=2 charName="Luka" picId=2]
  514. Ahii~......![p]
  515.  
  516.  
  517. [LoadSound id=0 path="../../Sound/makituki.mp3"]
  518. [PlaySound id=0 mode=play wait_PlayEnd=false]
  519. [MsgLayer id=1 visible=false]
  520. [ChgBG path="./resorce/BG/exb02.jpg"]
  521. [ChgBG path="./resorce/BG/exb04.jpg"]
  522. [ChgBG path="./resorce/BG/exb03.jpg"]
  523. [ChgBG path="./resorce/BG/exb02.jpg"]
  524. [MsgLayer id=1 visible=false]
  525. I hear a sound as if I were being chewed up.[r]
  526. It's like as if Alma Elma's tail is tasting me. [p]
  527.  
  528. [ChgTalker id=2 charName="Luka" picId=2]
  529. S-stop...! I'm going to cum again...![p]
  530.  
  531. [ChgTalker id=2 charName="Alma Elma" picId=2]
  532. Kusukusu... mugumugu... ♡[p]
  533. [LoadSound id=0 path="../../Sound/makituki.mp3"]
  534. [PlaySound id=0 mode=play wait_PlayEnd=false]
  535. [MsgLayer id=1 visible=false]
  536. [ChgBG path="./resorce/BG/exb02.jpg"]
  537. [ChgBG path="./resorce/BG/exb03.jpg"]
  538. [ChgBG path="./resorce/BG/exb04.jpg"]
  539. [ChgBG path="./resorce/BG/exb02.jpg"]
  540.  
  541. [ChgTalker id=2 charName="Luka" picId=2]
  542. Hiyaaa...! N-nooo...!!![p]
  543.  
  544. [MsgLayer id=1 visible=false]
  545. [LoadSound id=0 path="../../Sound/syase.mp3"]
  546. [PlaySound id=0 mode=play wait_PlayEnd=false]
  547. [ChgBG path="./resorce/BG/exb03.jpg" mode="fadeout_white" time=400]
  548. [ChgBG path="./resorce/BG/exb03.jpg"]
  549.  
  550. [MsgLayer id=1 visible=false]
  551. I cum for the second time in her tail. [p]
  552. With a sense of defeat, I have been deprived of all my energy. [p]
  553.  
  554. [ChgTalker id=2 charName="Luka" picId=2]
  555. Haaaa... aaaaa... uuuuu......[p]
  556.  
  557. [ChgTalker id=2 charName="Alma Elma" picId=2]
  558. Ufufu... you became quiet... ♪[p]
  559.  
  560.  
  561. [MsgLayer id=1 visible=false]
  562. My consciousness begins to fade [r]
  563. as my body passes through the tail of Alma Elma. [p]
  564. With the slimy and squishy sounds,[r]
  565. My body is slowly swallowed up her tail. [p]
  566.  
  567. [ChgTalker id=2 charName="Alma Elma" picId=2]
  568. Ufufufu... well... It's just a little more Luka-chan... ♪[p]
  569. You still haven't... finished melting...?[l][r]
  570. Then in my stomach... Let's become one... ♪[p]
  571.  
  572. [ChgTalker id=2 charName="Luka" picId=2]
  573. Aaaaa......... Uuuuu......[p]
  574.  
  575. [ChgTalker id=2 charName="Alma Elma" picId=2]
  576. Please come in... Luka... ♡[p]
  577.  
  578. [LoadBGM buffer=primary path="../../BGM/inner1.mp3"]
  579. [PlayBGM buffer=primary mode=play]
  580. [LoadSound id=0 path="../../Sound/mizu09.mp3"]
  581. [PlaySound id=0 mode=play wait_PlayEnd=false]
  582. [MsgLayer id=1 visible=false]
  583. [ChgBG path="./resorce/BG/exb05.jpg"]
  584.  
  585. [MsgLayer id=1 visible=false]
  586. *squish*...[p]
  587.  
  588. Wrapped in pleasure and relief, [r]
  589. My body is swallowed down the tail of Alma Elma. [p]
  590. I'm already insensitive to the feelings of uneasiness and fear...[p]
  591.  
  592. [ChgTalker id=2 charName="Alma Elma" picId=2]
  593. Hoora... Just a little more... ♪ you can do it... ♪ [p]
  594.  
  595. [MsgLayer id=1 visible=false]
  596. While Alma Elma plays with me in her tail, [p]
  597. I wanted to go deeper into her belly. [p]
  598.  
  599. [ChgTalker id=2 charName="Luka" picId=2]
  600. Hiyaa... Aaaa...... aaaa......[p]
  601.  
  602.  
  603. [MsgLayer id=1 visible=false]
  604. At last, I arrived at the final destination. [p]
  605.  
  606. [LoadSound id=0 path="../../Sound/eat1.mp3"]
  607. [PlaySound id=0 mode=play wait_PlayEnd=false]
  608. [MsgLayer id=1 visible=false]
  609. [ChgBG path="./resorce/BG/exb06.jpg"]
  610.  
  611. [ChgTalker id=2 charName="Alma Elma" picId=2]
  612. Fufu... I'll swallow you up... ♪[p]
  613.  
  614.  
  615. [MsgLayer id=1 visible=false]
  616. Through her tail, [r]
  617. I'll be swallowed into her stomach. [p]
  618. Her tail begins to narrow, [r]
  619. and it starts to push me into her belly. [p]
  620.  
  621. [ChgTalker id=2 charName="Alma Elma" picId=2]
  622. Nnn... fuu... Luka... You're so delicious... ♪[p]
  623.  
  624. [MsgLayer id=1 visible=false]
  625. With a squishy sound, I'm swallowed from the root of the tail into her stomach...[p]
  626. It's as if I'm food being swallowed down the esophagus. [p]
  627.  
  628.  
  629. [LoadSound id=0 path="../../Sound/gulp_l.mp3"]
  630. [PlaySound id=0 mode=play wait_PlayEnd=false]
  631. [MsgLayer id=1 visible=false]
  632. [ChgBG path="./resorce/BG/exb07.jpg"]
  633.  
  634. [ChgTalker id=2 charName="Alma Elma" picId=2]
  635. Aaaaa... Haaa-...[p]
  636.  
  637.  
  638. [MsgLayer id=1 visible=false]
  639. As I'm squeezed into her body, [r]
  640. Alma Elma leaks a muffled squeal. [p]
  641. And ―――,[p]
  642.  
  643. [PlayBGM buffer=primary mode=stop]
  644.  
  645. [LoadSound id=0 path="../../Sound/gokkunn6.mp3"]
  646. [PlaySound id=0 mode=play wait_PlayEnd=false]
  647. [MsgLayer id=1 visible=false]
  648. [ChgBG path="./resorce/BG/exb08.jpg"]
  649.  
  650. [Gopu]... [N]...[p]
  651.  
  652. I've been swallowed into the stomach of Alma Elma. [p]
  653.  
  654. [ChgTalker id=2 charName="Alma Elma" picId=2]
  655. Kusu... Luka, I ate you whole... ♪[p]
  656.  
  657.  
  658.  
  659.  
  660. [LoadSound id=0 path="../../Sound/gutyu0.mp3"]
  661. [PlaySound id=0 mode=play wait_PlayEnd=false]
  662. [MsgLayer id=1 visible=false]
  663. *squish*...[l]*squish*...[p]
  664.  
  665.  
  666. [LoadSound id=0 path="../../Sound/lick_s4.mp3"]
  667. [PlaySound id=0 mode=play wait_PlayEnd=false]
  668. [MsgLayer id=1 visible=false]
  669. [ChgBG path="./resorce/BG/exc01.jpg"]
  670.  
  671. *squish*...[p]
  672.  
  673.  
  674. My consciousness has ascended to utopia,[r]
  675. and my body is about to become one with Alma Elma. [p]
  676.  
  677.  
  678. [ChgTalker id=2 charName="Alma Elma" picId=2]
  679. Kusu... I wonder what's it like in my stomach...?[p]
  680.  
  681.  
  682. [MsgLayer id=1 visible=false]
  683. I made a Luka-sized bulge in her stomach. [r]
  684. Alma Elma smiles sweetly. [p]
  685.  
  686. [LoadBGM buffer=primary path="../../BGM/roop1.mp3"]
  687. [PlayBGM buffer=primary mode=play]
  688. [LoadSound id=0 path="../../Sound/nukarumu.mp3"]
  689. [PlaySound id=0 mode=play wait_PlayEnd=false]
  690. [MsgLayer id=1 visible=false]
  691. [ChgBG path="./resorce/BG/exc02.jpg"]
  692.  
  693. [ChgTalker id=2 charName="Luka" picId=2]
  694. ...... Aaa-...... hiii-...[p]
  695.  
  696.  
  697. [MsgLayer id=1 visible=false]
  698. I curl up in the fetal position, like a baby ready to be born. [p]
  699.  
  700. The first emotion that rises up in me...[p]
  701.  
  702. [ChgTalker id=2 charName="Luka" picId=2]
  703. Hii... I...![p]
  704.  
  705.  
  706. [MsgLayer id=1 visible=false]
  707. Was the fear that I was going to be digested [l]and eaten [l]and killed. [p]
  708.  
  709. [ChgTalker id=2 charName="Luka" picId=2]
  710. I... have to... break out...![p]
  711.  
  712.  
  713. [MsgLayer id=1 visible=false]
  714. My body tenses up.[r]
  715. I suddenly change my mind about becoming one with Alma Elma. [p]
  716.  
  717.  
  718. [MsgLayer id=1 visible=false]
  719. [ChgBG path="./resorce/BG/exc03.jpg"]
  720.  
  721. [ChgTalker id=2 charName="Alma Elma" picId=2]
  722. Oh no... What's wrong, Luka-chan....?[p]
  723.  
  724.  
  725. [MsgLayer id=1 visible=false]
  726. I can hear Alma Elma's whispering voice come from all around me. [l][r]
  727. Could she feel my fear? [r]
  728. Even though I was filled with anxiety, her voice was calm and kind. [p]
  729.  
  730.  
  731. [MsgLayer id=1 visible=false]
  732. [ChgBG path="./resorce/BG/exc04.jpg"]
  733.  
  734. [ChgTalker id=2 charName="Alma Elma" picId=2]
  735. Ufufu... It's all right, Luka-chan... ♡[l][r]
  736. There's nothing painful or scary...[l][r]
  737. Just go to sleep...[l][r]
  738. and become one with me... ♪[p]
  739.  
  740.  
  741. [MsgLayer id=1 visible=false]
  742. [ChgBG path="./resorce/BG/exc05.jpg"]
  743.  
  744. //[ChgTalker id=2 charName="Luka" picId=2]
  745. Aaa... uuuuu......[p]
  746. What a tranquil voice... It's so comfortable... [l][r]
  747. My tensed body began to relax. [p]
  748.  
  749. [ChgTalker id=2 charName="Alma Elma" picId=2]
  750. Relax... kusukusu... such a good boy... ♡[p]
  751.  
  752.  
  753. [LoadSound id=0 path="../../Sound/Bubble16.mp3"]
  754. [PlaySound id=0 mode=play wait_PlayEnd=false]
  755. [MsgLayer id=1 visible=false]
  756. [ChgBG path="./resorce/BG/exc06.jpg"]
  757.  
  758. [ChgTalker id=2 charName="Luka" picId=2]
  759. Aauuhhh...... I......[p]
  760.  
  761. [ChgTalker id=2 charName="Alma Elma" picId=2]
  762. It's okay... ♡[p]
  763.  
  764.  
  765. [MsgLayer id=1 visible=false]
  766. Alma Elma is so soft... My body is enveloped in warmth. [l][r]
  767. I let my heart melt away... [p]
  768.  
  769. [ChgTalker id=2 charName="Alma Elma" picId=2]
  770. Now... you'll be digested like this... I'll make you mine... ♪[p]
  771. So... forget about all the bad and painful things...[l][r]
  772. Relax... You can be with me...[p]
  773.  
  774. [ChgTalker id=2 charName="Luka" picId=2]
  775. Aaaa-......... aaa---......[p]
  776.  
  777.  
  778. [MsgLayer id=1 visible=false]
  779. My consciousness is fading... [r]
  780. to that kind voice... [r]
  781. And the soft flesh wrapping and caressing me warmly. [p]
  782. It's as if I were in the womb again... [p]
  783. [ChgTalker id=2 charName="Alma Elma" picId=2]
  784. Ufufufu... How is it...? Luka-chan... It is pleasant...?[p]
  785.  
  786.  
  787.  
  788.  
  789. [MsgLayer id=1 visible=false]
  790. Alma Elma speaks with a gentle voice. [p]
  791.  
  792. Even though I've been swallowed and digested, [r]
  793. just listening to her voice made me feel comfortable. [p]
  794. I want to be digested more, [r]
  795. I wanted to be eaten more. [p]
  796.  
  797.  
  798. [MsgLayer id=1 visible=false]
  799. [ChgBG path="./resorce/BG/exc07.jpg"]
  800.  
  801. [ChgTalker id=2 charName="Luka" picId=2]
  802. Uu...... nn.........[p]
  803.  
  804. [ChgTalker id=2 charName="Alma Elma" picId=2]
  805. Kusu...... Yes... It's good... ♡[p]
  806.  
  807.  
  808. [MsgLayer id=1 visible=false]
  809. My body is covered with the digestive juices; [l][r]
  810. the slimy liquid to dissolve my body. [p]
  811. I cover myself in it, [r]
  812. I want to be melted and absorbed by her. [l][r]
  813. This is the only thought that runs through my mind. [p]
  814.  
  815.  
  816. [ChgTalker id=2 charName="Luka" picId=2]
  817. Mo-... -re...... dissolve... more...... ♪[p]
  818.  
  819. [ChgTalker id=2 charName="Alma Elma" picId=2]
  820. Kusukusu... You're so obedient Luka-chan... so cute... ♡[p]
  821. I want you to become one with me so much... ♪[p]
  822.  
  823.  
  824. [MsgLayer id=1 visible=false]
  825. Alma Elma laughs joyfully. [l][r]
  826. Hearing her laugh satisfies me. [p]
  827.  
  828. [ChgTalker id=2 charName="Alma Elma" picId=2]
  829. Ufufu... You're so delicious... Luka-chan... ♡[p]
  830.  
  831.  
  832. [ChgTalker id=2 charName="Luka" picId=2]
  833. Aa... haa-...... ♪[p]
  834.  
  835.  
  836. [MsgLayer id=1 visible=false]
  837. I should have offered myself up before. [r]
  838. I wonder how I tasted? [p]
  839.  
  840. [ChgTalker id=2 charName="Alma Elma" picId=2]
  841. Luka-chan... your arms... your legs... your penis...[l][r]
  842. So very delicious... ♡[p]
  843. I'll eat all of it... ♡[p]
  844.  
  845. [ChgTalker id=2 charName="Luka" picId=2]
  846. Al-... ma... Elma-...... ♪[p]
  847.  
  848.  
  849. [MsgLayer id=1 visible=false]
  850. The sense of connecting with someone who loves you... [p]
  851. I was filled with happiness. [p]
  852.  
  853. [LoadSound id=0 path="../../Sound/mizu05.mp3"]
  854. [PlaySound id=0 mode=play wait_PlayEnd=false]
  855. [MsgLayer id=1 visible=false]
  856. [ChgBG path="./resorce/BG/exc08.jpg"]
  857.  
  858. *squish*...
  859.  
  860. Before I knew it, most of my body was immersed in digestive juices. [p]
  861.  
  862. [ChgTalker id=2 charName="Luka" picId=2]
  863. aaaah... It's so warm... and it feels so good...[p]
  864.  
  865. [ChgTalker id=2 charName="Alma Elma" picId=2]
  866. Ufufufu... More more... I'll digest you more... ♡[p]
  867.  
  868.  
  869. [MsgLayer id=1 visible=false]
  870. The sound of sloshing begins to fill the stomach. [l][r]
  871. It gradually fills with digestive juices. There is no escape now. [p]
  872. But even so, [l]
  873. I was full of happiness. [p]
  874.  
  875. [LoadSound id=0 path="../../Sound/bubble6.mp3"]
  876. [PlaySound id=0 mode=play wait_PlayEnd=false]
  877. *squish*... *slosh*...[p]
  878. [LoadBGM buffer=primary path="../../BGM/inner1.mp3"]
  879. [PlayBGM buffer=primary mode=play]
  880. [LoadSound id=0 path="../../Sound/Bubble16.mp3"]
  881. [PlaySound id=0 mode=play wait_PlayEnd=false]
  882. [MsgLayer id=1 visible=false]
  883. [ChgBG path="./resorce/BG/exc09.jpg"]
  884.  
  885. *squish*...[p]
  886.  
  887. The digestive juice fills the stomach slowly, [r]
  888. I'm like a baby in floating in amniotic fluid. [p]
  889.  
  890. [ChgTalker id=2 charName="Luka" picId=2]
  891. Faa......[p]
  892.  
  893.  
  894. [LoadSound id=0 path="../../Sound/gutyu0.mp3"]
  895. [PlaySound id=0 mode=play wait_PlayEnd=false]
  896. [MsgLayer id=1 visible=false]
  897. [ChgBG path="./resorce/BG/exc10.jpg"]
  898.  
  899. [ChgTalker id=2 charName="Alma Elma" picId=2]
  900. Ufufu..♪ My stomach is full... ♡[p]
  901.  
  902.  
  903. [MsgLayer id=1 visible=false]
  904. I can feel Alma Elma rubbing her stomach, satisfied. [l][r]
  905.  
  906.  
  907. [MsgLayer id=1 visible=false]
  908. I'm going to be melted... [p]
  909.  
  910. Soon my body is going melted by the digestive juices... [l][r]
  911. and absorbed into Alma Elma.. [p]
  912.  
  913.  
  914. [ChgTalker id=2 charName="Luka" picId=2]
  915. ...... Aaaa--......[p]
  916.  
  917. [MsgLayer id=1 visible=false]
  918. [LoadSound id=0 path="../../Sound/syase.mp3"]
  919. [PlaySound id=0 mode=play wait_PlayEnd=false]
  920. [ChgBG path="./resorce/BG/exc11.jpg" mode="fadeout_white" time=400]
  921. [ChgBG path="./resorce/BG/exc11.jpg"]
  922.  
  923.  
  924.  
  925. [MsgLayer id=1 visible=false]
  926. While I'm being digested, [r]
  927. Semen drips out from my penis. [p]
  928. It just leaks out... [p]
  929.  
  930. [ChgTalker id=2 charName="Alma Elma" picId=2]
  931. Fufu... Did you come again...?[p]
  932.  
  933.  
  934. [MsgLayer id=1 visible=false]
  935. Alma Elma feels me ejaculate again... [p]
  936. I was masturbating without myself knowing... [r]
  937. I'm overcome with shame and embarrassment. [p]
  938.  
  939. [ChgTalker id=2 charName="Luka" picId=2]
  940. Hiyaa...... Aaau...... uuu......[p]
  941. [MsgLayer id=1 visible=false]
  942. [ChgBG path="./resorce/BG/exc12.jpg"]
  943.  
  944.  
  945. [ChgTalker id=2 charName="Alma Elma" picId=2]
  946. Kusukusu... It's okay... ♡[l][r]
  947. Luka's semen...[l] Is very delicious... ♡[p]
  948. [ChgTalker id=2 charName="Luka" picId=2]
  949. Aah... aah-... aa......[p]
  950.  
  951.  
  952. [MsgLayer id=1 visible=false]
  953. She read my mind. Her kind words resonate with me. [l][r]
  954. I feel so peaceful. I'm so happy. [r]
  955. I'm so glad to be with Alma Elma.[p]
  956.  
  957. I want to become one with Alma Elma. [l][r]
  958. It's so tranquil. [p]
  959.  
  960. [ChgTalker id=2 charName="Luka" picId=2]
  961. Faa-......[p]
  962. [MsgLayer id=1 visible=false]
  963. [LoadSound id=0 path="../../Sound/lick_s5.mp3"]
  964. [PlaySound id=0 mode=play wait_PlayEnd=false]
  965. [ChgBG path="./resorce/BG/exc13.jpg"]
  966.  
  967.  
  968. [ChgTalker id=2 charName="Alma Elma" picId=2]
  969. Fufu... I think it's time, Luka-chan...[p]
  970.  
  971. [ChgTalker id=2 charName="Luka" picId=2]
  972. Nnn...... nn-......[p]
  973.  
  974. [LoadSound id=0 path="../../Sound/lick_s3.mp3"]
  975. [PlaySound id=0 mode=play wait_PlayEnd=false]
  976. [MsgLayer id=1 visible=false]
  977. [ChgBG path="./resorce/BG/exc14.jpg"]
  978.  
  979.  
  980. [ChgTalker id=2 charName="Alma Elma" picId=2]
  981. Kusukusu... then I'll absorb your body... your bones... your soul...[l][r]
  982. All of you... while you dissolve... I'll absorb you... ♡[p]
  983.  
  984.  
  985.  
  986. [MsgLayer id=1 visible=false]
  987. I'm wrapped in a warm liquid... and the sensation of my body disappears as it melts away. [p]
  988. It's so warm and comfortable that I fall asleep. [p]
  989.  
  990.  
  991. [LoadSound id=0 path="../../Sound/lick_s5.mp3"]
  992. [PlaySound id=0 mode=play wait_PlayEnd=false]
  993. [MsgLayer id=1 visible=false]
  994. [ChgBG path="./resorce/BG/exc15.jpg"]
  995.  
  996.  
  997. [ChgTalker id=2 charName="Alma Elma" picId=2]
  998. Good night, Luka-chan...! Sweet dreams... ♪[p]
  999.  
  1000. [ChgTalker id=2 charName="Luka" picId=2]
  1001. good... night.........[p]
  1002.  
  1003.  
  1004.  
  1005.  
  1006. [MsgLayer id=1 visible=false]
  1007. My consciousness melts away inside Alma Elma. [p]
  1008.  
  1009. Body... Mind... [r]
  1010. Everything is absorbed by Alma Elma [r]
  1011. Not a trace of me is left behind inside her... [p]
  1012.  
  1013. [LoadSound id=0 path="../../Sound/gulp_l.mp3"]
  1014. [PlaySound id=0 mode=play wait_PlayEnd=false]
  1015.  
  1016. [MsgLayer id=1 visible=false]
  1017. [ChgBG path="./resorce/BG/exc16.jpg"]
  1018. [PlayBGM buffer=primary mode=stop]
  1019.  
  1020. *kupu*...
  1021. [LoadSound id=0 path="../../Sound/gulp_l.mp3"]
  1022. [PlaySound id=0 mode=play wait_PlayEnd=false]
  1023. [MsgLayer id=1 visible=false]
  1024. [ChgBG path="./resorce/BG/exc17.jpg"]
  1025.  
  1026. [ChgTalker id=2 charName="Alma Elma" picId=2]
  1027. Ufufu... You've already been dissolved Luka-chan... ♡[p]
  1028. Well, then...[p]
  1029.  
  1030. [LoadBGM buffer=primary path="../../BGM/gokun5.mp3"]
  1031. [PlayBGM buffer=primary mode=play]
  1032. [MsgLayer id=1 visible=false]
  1033. The sound of energy being absorbed [r]
  1034. echoes out from Alma Elma's stomach. [p]
  1035. The Luka-sized bulge in her belly begins to disappear. [p]
  1036.  
  1037.  
  1038. [MsgLayer id=1 visible=false]
  1039. [ChgBG path="./resorce/BG/exc18.jpg"]
  1040.  
  1041.  
  1042. [ChgTalker id=2 charName="Alma Elma" picId=2]
  1043. Kusu... Luka-chan... You were really delicious... ♡[p]
  1044.  
  1045.  
  1046. [MsgLayer id=1 visible=false]
  1047. *grumble*... [l]*rumble*...... [l]*grumble*...[p]
  1048. [PlayBGM buffer=primary mode=stop]
  1049. [LoadSound id=0 path="../../Sound/gokkunn6.mp3"]
  1050. [PlaySound id=0 mode=play wait_PlayEnd=false]
  1051. [MsgLayer id=1 visible=false]
  1052. [ChgBG path="./resorce/BG/exc19.jpg"]
  1053.  
  1054.  
  1055. [MsgLayer id=1 visible=false]
  1056. ...[p]
  1057. And, in a few minutes,[r]
  1058. The belly of Alma Elma returned to its former size. [p]
  1059.  
  1060. [ChgTalker id=2 charName="Alma Elma" picId=2]
  1061. Ufufu... Thank you for the meal... ♡[p]
  1062.  
  1063.  
  1064. [MsgLayer id=1 visible=false]
  1065. Alma Elma looks at her belly with a satisfied expression.[p]
  1066. Feeling her newfound energy flow through her body, [r]
  1067. The Queen Succubus smiles. [p]
  1068. The smile was a cruel, obscene, but beautiful smile. [p]
  1069.  
  1070. [MsgLayer id=1 visible=false]
  1071. [ChgBG path="./resorce/BG/exc20.jpg"]
  1072.  
  1073. [ChgTalker id=2 charName="Alma Elma" picId=2]
  1074. Bye-bye, Luka-chan... ♡[p]
  1075.  
  1076.  
  1077. [MsgLayer id=1 visible=false]
  1078. [ChgBG path="./resorce/BG/black.jpg" time=5000]
  1079.  
  1080. [MsgLayer id=1 visible=false]
  1081. Thus, the young hero who lost to the Queen Succubus, [r]
  1082. was swallowed alive, [r]
  1083. digested and absorbed... [p]
  1084. But what he dedicated his life to, for the brave hero, [r]
  1085. might have been the happiest thing he had ever experienced...[p]
  1086.  
  1087. ・・・・・・・・・[p]
  1088.  
  1089. A sad translation by a sad anon [r]
  1090. ****Original by Toki Nokogiri*** [p]
  1091.  
  1092. [PreSelect]
  1093.  
  1094. [Link]Start Again?[/Link][r]
  1095. [StartSelect var=selIdx]
  1096. [p]
  1097.  
  1098. [Goto path="./script/test.txt" label="もう一度見る"]
  1099.  
  1100. [AfterSelect]
Add Comment
Please, Sign In to add comment