root/npc/other/fortune.txt @ 3

Revision 1, 137.0 kB (checked in by jinshiro, 17 years ago)
Line 
1//===== eAthena Script =======================================
2//= Fortune Teller
3//===== By: ==================================================
4//= L0ne_W0lf
5//===== Current Version: =====================================
6//= 1.0
7//===== Compatible With: =====================================
8//= eAthena SVN
9//===== Description: =========================================
10//= [Aegis conversion]
11//= Fortune teller NPC. Displays random Card image.
12//===== Additional Comments: =================================
13//= 1.0 First version. [L0ne_W0lf]
14//============================================================
15
16payon_in03,117,128,5    script  Fortune Teller  704,{
17        mes "[Lhimetorra]";
18        mes "You're an adventurer of this world... " +strcharinfo(0)+ ", right? So, what can an old person like me do for you?";
19        next;
20        switch(select("I would like a tarot card reading.:What's a tarot card reading?")) {
21        case 1:
22                mes "[Lhimetorra]";
23                mes "Is that so...?";
24                mes "Well, if you want a monster card reading, you must first show me your faith. Otherwise, the monster spirits will grow angry and place a curse on you.";
25                next;
26                mes "[Lhimetorra]";
27                mes "So, would you like a monster card reading? ";
28                next;
29                switch(select("Yes.:I would like to think it over once more.")) {
30                case 1:
31                        mes "[Lhimetorra]";
32                        mes "Then...";
33                        mes "Please pay your fee with all of your sincerity.";
34                        next;
35                        input .@input;
36                        if (.@input == 0) {
37                                mes "[Lhimetorra]";
38                                mes "Ah...?!";
39                                mes "You have angered the monster spirits!";
40                                close;
41                        }
42                        else if (.@input > zeny) {
43                                mes "[Lhimetorra]";
44                                mes "There's no need to overdo it. Just give with all your heart... *Tsk tsk*";
45                                close;
46                        }
47                        else {
48                                mes "[Lhimetorra]";
49                                mes "I accept your heart and your devotion with my gratitude. Thoughts are more important than the amount when paying a fortune teller.";
50                                set zeny,zeny-.@input;
51                        }
52                        next;
53                        mes "[Lhimetorra]";
54                        mes "Then, I will begin to tell the fortune of your wish. Concentrate on yourself...";
55                        next;
56                        mes "[Lhimetorra]";
57                        mes "...";
58                        mes "Clear your mind... ";
59                        next;
60                        mes "[Lhimetorra]";
61                        mes "...";
62                        mes "Once you have emptied your mind, think of the thing you most wish to know.";
63                        next;
64                        switch(select(" (I would like to know my love fortune.) : (How rich will I be?) : (I need advice about my future.) : (Can I get a warning of any dangers awaiting?) ")) {
65                        case 1:
66                                mes "[Lhimetorra]";
67                                mes " I see it... I see a sign of love... ";
68                                next;
69                                set .@card_1_love,rand(1,74);
70                                if (.@card_1_love == 1) {
71                                        cutin "°¡ÀÌŸÆœºÄ«µå",4;
72                                        mes "[Lhimetorra]";
73                                        mes " You are afraid to show yourself working, to your loved one.. ";
74                                        mes " But that is not love. Do not be afraid to show different sides of yourself to your loved one.. ";
75                                        next;
76                                        mes "[Lhimetorra]";
77                                        mes " So do not worry and move on. ";
78                                        next;
79                                }
80                                if (.@card_1_love == 2) {
81                                        cutin "°¡ÀÌŸÆœºÄ«µå",4;
82                                        mes "[Lhimetorra]";
83                                        mes " Maybe you are using love as an excuse to work? The card is saying to try observing love from a different perspective. ";
84                                        next;
85                                        mes "[Lhimetorra]";
86                                        mes " Shoveling requires skills as well. ";
87                                        next;
88                                }
89                                if (.@card_1_love == 3) {
90                                        cutin "°¡ÀÌŸÆœºÄ«µå",4;
91                                        mes "[Lhimetorra]";
92                                        mes " How about taking a break from love and giving yourself time to relax.. I agree with what the card is saying. ";
93                                        next;
94                                        mes "[Lhimetorra]";
95                                        mes " Love is not meant to be so hard. ";
96                                        next;
97                                }
98                                if (.@card_1_love == 4) {
99                                        cutin "°¡ÀÌŸÆœºÄ«µå",4;
100                                        mes "[Lhimetorra]";
101                                        mes " A shovel..? ";
102                                        next;
103                                        mes "[Lhimetorra]";
104                                        mes " Strange that this would come up about love.. bizarre.. You aren't using this shovel to take revenge on someone, are you?? ";
105                                        mes " Don't get malicious thoughts. Keep a kind heart. ";
106                                        next;
107                                        mes "[Lhimetorra]";
108                                        mes " How about taking a break from love and giving yourself time to relax.. I agree with this card. ";
109                                        next;
110                                }
111                                if (.@card_1_love == 5) {
112                                        cutin "ŽõœºÆŒ³×œºÄ«µå",4;
113                                        mes "[Lhimetorra]";
114                                        mes " Its pure eyes look at a loved one but cannot recognize them, the wings flutter towards the loved one, but it helplessly stays in one place, ";
115                                        mes " it calls its loved one, but they cannot hear.. ";
116                                        next;
117                                        mes "[Lhimetorra]";
118                                        mes " What a sad fortune.. ";
119                                        mes " Indeed, it is sad love... it might be hard to overcome. ";
120                                        next;
121                                }
122                                if (.@card_1_love == 6) {
123                                        cutin "ŽõœºÆŒ³×œºÄ«µå",4;
124                                        mes "[Lhimetorra]";
125                                        mes " The passion of love like a raging wave... You can't even hide it. ";
126                                        mes " With such passionate love, isn't there only one way..? ";
127                                        next;
128                                        mes "[Lhimetorra]";
129                                        mes " Passionate love is nearby. It is a good sign. ";
130                                        next;
131                                }
132                                if (.@card_1_love == 7) {
133                                        cutin "ŽõœºÆŒ³×œºÄ«µå",4;
134                                        mes "[Lhimetorra]";
135                                        mes " The teeth of dustiness are very strong. This means.. use your teeth for victory?! ";
136                                        next;
137                                }
138                                if (.@card_1_love == 8) {
139                                        cutin "ŽõœºÆŒ³×œºÄ«µå",4;
140                                        mes "[Lhimetorra]";
141                                        mes " The card is telling me, 'Fly to your loved one as if you were a butterfly and shoot at it as if you were a star.' ";
142                                        mes "..even though it doesn't sound like something a moth would say. ";
143                                        next;
144                                        mes "[Lhimetorra]";
145                                        mes " The passion of love like a raging wave.. You can't even hide it. ";
146                                        next;
147                                }
148                                if (.@card_1_love == 9) {
149                                        cutin "ŽõœºÆŒ³×œºÄ«µå",4;
150                                        mes "[Lhimetorra]";
151                                        mes " Perhaps the person you believe to be a butterfly is actually a moth. This fortune is awaiting a prudent judgement. ";
152                                        next;
153                                        mes "[Lhimetorra]";
154                                        mes " Love is indeed a subject to be dealt with prudence. Keep that in mind young one. ";
155                                        next;
156                                }
157                                if (.@card_1_love == 10) {
158                                        cutin "µå¶óÅ¥¶óÄ«µå",4;
159                                        mes "[Lhimetorra]";
160                                        mes " The one you love will give you a kiss of death. ";
161                                        mes " The irresistable kiss.. It is up to you to decide whether to avoid it or not. ";
162                                        next;
163                                        mes "[Lhimetorra]";
164                                        mes " Charisma... is the sweetest poison. ";
165                                        next;
166                                }
167                                if (.@card_1_love == 11) {
168                                        cutin "µå¶óÅ¥¶óÄ«µå",4;
169                                        mes "[Lhimetorra]";
170                                        mes " You are looking at a wonderful person, but their eyes are fixed in darkness. ";
171                                        mes " How about trying to grab their attention? ";
172                                        next;
173                                        mes "[Lhimetorra]";
174                                        mes " If so, you need to try something other than charisma. ";
175                                        next;
176                                }
177                                if (.@card_1_love == 12) {
178                                        cutin "µå¶óÅ¥¶óÄ«µå",4;
179                                        mes "[Lhimetorra]";
180                                        mes " Your love needs fresh blood. Healthy exercises and eating habits are necessary! ";
181                                        mes " You must change your living pattern first. ";
182                                        next;
183                                        mes "[Lhimetorra]";
184                                        mes " Health is the best. ";
185                                        next;
186                                }
187                                if (.@card_1_love == 13) {
188                                        cutin "µå¶óÅ¥¶óÄ«µå",4;
189                                        mes "[Lhimetorra]";
190                                        mes " Don't you think you are infatuated by outer appearance and gambling with love? You might have to be more careful about it this time. ";
191                                        next;
192                                        mes "[Lhimetorra]";
193                                        mes " Beauty is only skin deep. ";
194                                        next;
195                                }
196                                if (.@card_1_love == 14) {
197                                        cutin "µå·¹ÀÌũīµå",4;
198                                        mes "[Lhimetorra]";
199                                        mes " Become a pirate of love! It is a simple, yet strong fortune! ";
200                                        next;
201                                }
202                                if (.@card_1_love == 15) {
203                                        cutin "µå·¹ÀÌũīµå",4;
204                                        mes "[Lhimetorra]";
205                                        mes " No matter how romantic and beautiful love is, if it is not rightful, it is undesirable.. ";
206                                        mes " is what this card means. ";
207                                        next;
208                                        mes "[Lhimetorra]";
209                                        mes " I hope you are not disappointed by the moral of this fortune. ";
210                                        next;
211                                }
212                                if (.@card_1_love == 16) {
213                                        cutin "µå·¹ÀÌũīµå",4;
214                                        mes "[Lhimetorra]";
215                                        mes " In the rough sea called the world, only pirates, the outlaws of love, are the law. ";
216                                        mes " This card supports strong love. ";
217                                        next;
218                                        mes "[Lhimetorra]";
219                                        mes " You must overcome it - no matter how strong the wave is. ";
220                                        next;
221                                }
222                                if (.@card_1_love == 17) {
223                                        cutin "µå·¹ÀÌũīµå",4;
224                                        mes "[Lhimetorra]";
225                                        mes " It is a warning not to get involved in false love like pirated editions! ";
226                                        mes " You may have to reconsider your love right now. ";
227                                        next;
228                                        mes "[Lhimetorra]";
229                                        mes " Illegal copying is not love! ";
230                                        next;
231                                }
232                                if (.@card_1_love == 18) {
233                                        cutin "ž¶ž®³ªÄ«µå",4;
234                                        mes "[Lhimetorra]";
235                                        mes " This is praising the type of love that is always there, yet barely has a form as if it does not exist. ";
236                                        mes " Are you involved this type of love? ";
237                                        next;
238                                        mes "[Lhimetorra]";
239                                        mes " Love's form is obscure. ";
240                                        next;
241                                }
242                                if (.@card_1_love == 19) {
243                                        cutin "ž¶ž®³ªÄ«µå",4;
244                                        mes "[Lhimetorra]";
245                                        mes " You must be careful. Love is quietly approaching and spreading poison. Be careful of the poison of love. ";
246                                        next;
247                                        mes "[Lhimetorra]";
248                                        mes " There is no cure for this poison! ";
249                                        next;
250                                }
251                                if (.@card_1_love == 20) {
252                                        cutin "ž¶ž®³ªÄ«µå",4;
253                                        mes "[Lhimetorra]";
254                                        mes " Aren't you already caught in love that you cannot run away from? Look around you. ";
255                                        mes " You might be captured inside invisible walls. ";
256                                        next;
257                                        mes "[Lhimetorra]";
258                                        mes " You have been blinded by love and became a prisoner! Shouldn't you escape? ";
259                                        next;
260                                }
261                                if (.@card_1_love == 21) {
262                                        cutin "ž¶ž®³ªÄ«µå",4;
263                                        mes "[Lhimetorra]";
264                                        mes " This fortune is saying that love is.. approaching wobbly and softly~ and then bam~ embracing it. ";
265                                        mes " Very romantic. Hehe. ";
266                                        next;
267                                        mes "[Lhimetorra]";
268                                        mes " Romance is the best part of love~ ";
269                                        next;
270                                }
271                                if (.@card_1_love == 22) {
272                                        cutin "ž¶ž®¿À³×Ʈīµå",4;
273                                        mes "[Lhimetorra]";
274                                        mes " This card is warning you to not treat your loved one like a puppet. ";
275                                        mes " You're not doing this, are you? ";
276                                        next;
277                                        mes "[Lhimetorra]";
278                                        mes " Love is not supposed to be about controlling and restraining~ mm~ ";
279                                        next;
280                                }
281                                if (.@card_1_love == 23) {
282                                        cutin "ž¶ž®¿À³×Ʈīµå",4;
283                                        mes "[Lhimetorra]";
284                                        mes " Dolls understand a human's heart more than a human. Try treating your loved one as if they were a doll. ";
285                                        next;
286                                        mes "[Lhimetorra]";
287                                        mes " Your loved one can't be worse than a doll, can they? ";
288                                        next;
289                                }
290                                if (.@card_1_love == 24) {
291                                        cutin "ž¶ž®¿À³×Ʈīµå",4;
292                                        mes "[Lhimetorra]";
293                                        mes " If you are afraid to look into a doll's eyes, that is because there is a dark shadow covering your love. ";
294                                        mes " Rid yourselves of that shadow. Then the doll will smile as well. ";
295                                        next;
296                                        mes "[Lhimetorra]";
297                                        mes " That is what love is. ";
298                                        next;
299                                }
300                                if (.@card_1_love == 25) {
301                                        cutin "ž¶ž®¿À³×Ʈīµå",4;
302                                        mes "[Lhimetorra]";
303                                        mes " Dolls become accustomed to the owner the more they are handled. Give your doll more attention. ";
304                                        mes " The doll is craving attention. A lot of attention. ";
305                                        next;
306                                        mes "[Lhimetorra]";
307                                        mes " Delicate treatment and attention is the best in love. ";
308                                        next;
309                                }
310                                if (.@card_1_love == 26) {
311                                        cutin "žÞµÎ»çÄ«µå",4;
312                                        mes "[Lhimetorra]";
313                                        mes " Do you fear the snake hair of a Medusa? However, love cannot be achieved with fear. ";
314                                        mes " You must move forward! ";
315                                        next;
316                                        mes "[Lhimetorra]";
317                                        mes " Love must be pushed forward! ";
318                                        next;
319                                }
320                                if (.@card_1_love == 27) {
321                                        cutin "žÞµÎ»çÄ«µå",4;
322                                        mes "[Lhimetorra]";
323                                        mes " Warriors that hastily attacked the Medusa all failed, but the one hero that used a mirror succeeded. ";
324                                        mes " You cannot succeed in love with brute force. You must use wisdom. ";
325                                        next;
326                                        mes "[Lhimetorra]";
327                                        mes " Do you understand what I mean young one? ";
328                                        next;
329                                }
330                                if (.@card_1_love == 28) {
331                                        cutin "žÞµÎ»çÄ«µå",4;
332                                        mes "[Lhimetorra]";
333                                        mes " Must you love the one that has hair of snakes? Reconsider this love and think about it earnestly. ";
334                                        next;
335                                        mes "[Lhimetorra]";
336                                        mes " What do you think? Isn't this a great opportunity to ponder about the relationship. ";
337                                        next;
338                                }
339                                if (.@card_1_love == 29) {
340                                        cutin "žÞµÎ»çÄ«µå",4;
341                                        mes "[Lhimetorra]";
342                                        mes " It is a hint saying that a strong hairstyle is the key to turning over the situation. Change your hairstyle! ";
343                                        next;
344                                        mes "[Lhimetorra]";
345                                        mes " Fashion is in the hands of those who are ahead! ";
346                                        next;
347                                }
348                                if (.@card_1_love == 30) {
349                                        cutin "¹ÙÆ÷žÞƮīµå",4;
350                                        mes "[Lhimetorra]";
351                                        mes " Love must have two things: great strength and the will to live. Have you thought about whether or not you can overcome this with your current self? ";
352                                        next;
353                                        mes "[Lhimetorra]";
354                                        mes " Know love and know thyself! ";
355                                        next;
356                                }
357                                if (.@card_1_love == 31) {
358                                        cutin "¹ÙÆ÷žÞƮīµå",4;
359                                        mes "[Lhimetorra]";
360                                        mes " A scythe may seem burdensome but a strong Baphomet can freely use it. ";
361                                        mes " It is the same concept. If you are ready, any type of love is possible. There is no such thing as impossible. ";
362                                        next;
363                                        mes "[Lhimetorra]";
364                                        mes " Love requires preparation as well! ";
365                                        next;
366                                }
367                                if (.@card_1_love == 32) {
368                                        cutin "¹ÙÆ÷žÞƮīµå",4;
369                                        mes "[Lhimetorra]";
370                                        mes " Love must have two things: great strength and the will to live. Have you thought about whether or not you can overcome this with your current self? ";
371                                        next;
372                                        mes "[Lhimetorra]";
373                                        mes " Know love and know thyself! ";
374                                        next;
375                                }
376                                if (.@card_1_love == 33) {
377                                        cutin "¹ÙÆ÷žÞƮīµå",4;
378                                        mes "[Lhimetorra]";
379                                        mes " There are those who are born, destined to run into this wall, an obstacle. Your love seems to have reached that wall.. It must be hard. ";
380                                        next;
381                                        mes "[Lhimetorra]";
382                                        mes " What a pity. ";
383                                        next;
384                                }
385                                if (.@card_1_love == 34) {
386                                        cutin "¹ÙÆ÷žÞƮīµå",4;
387                                        mes "[Lhimetorra]";
388                                        mes " This Baphomet looks as if it is having a hard time. The person must be exhausted even if it may not seem so. ";
389                                        next;
390                                        mes "[Lhimetorra]";
391                                        mes " Approach then with affection. ";
392                                        next;
393                                }
394                                if (.@card_1_love == 35) {
395                                        cutin "»÷µåžÇÄ«µå",4;
396                                        mes "[Lhimetorra]";
397                                        mes " Can't you hear the cry of the card? It is suffering. Love is like that.. ";
398                                        next;
399                                        mes "[Lhimetorra]";
400                                        mes " So don't be upset about it! ";
401                                        next;
402                                }
403                                if (.@card_1_love == 36) {
404                                        cutin "»÷µåžÇÄ«µå",4;
405                                        mes "[Lhimetorra]";
406                                        mes " Your love right now is so bored that it is yawning. How about trying something fresh and new? ";
407                                        next;
408                                        mes "[Lhimetorra]";
409                                        mes " Try changing your dating style. ";
410                                        next;
411                                }
412                                if (.@card_1_love == 37) {
413                                        cutin "»÷µåžÇÄ«µå",4;
414                                        mes "[Lhimetorra]";
415                                        mes " Deep sleep brings happiness and dreams. I think what you need right now is sleep. ";
416                                        next;
417                                        mes "[Lhimetorra]";
418                                        mes " Get some sleep. ";
419                                        next;
420                                }
421                                if (.@card_1_love == 38) {
422                                        cutin "»÷µåžÇÄ«µå",4;
423                                        mes "[Lhimetorra]";
424                                        mes " I feel some sort of emptiness.. Maybe there is a gap in your love? ";
425                                        next;
426                                        mes "[Lhimetorra]";
427                                        mes " Take a close look. ";
428                                        next;
429                                }
430                                if (.@card_1_love == 39) {
431                                        cutin "ŒÒÈñÄ«µå",4;
432                                        mes "[Lhimetorra]";
433                                        mes " Even a traditional beauty can seem cold to others. Try looking at your loved one from a different point of view. ";
434                                        next;
435                                        mes "[Lhimetorra]";
436                                        mes " Look at love from a different perspective. You never know when you'll be able to discover something. ";
437                                        next;
438                                }
439                                if (.@card_1_love == 40) {
440                                        cutin "ŒÒÈñÄ«µå",4;
441                                        mes "[Lhimetorra]";
442                                        mes " They may seem dreary and ominous but their attire is spotless. They show devotion to the other. ";
443                                        mes " Even though you are not satisfied with your love right now, take a look at their attire. ";
444                                        next;
445                                        mes "[Lhimetorra]";
446                                        mes " If it is carefully worn, their heart for you can be seen in it as well.. ";
447                                        next;
448                                }
449                                if (.@card_1_love == 41) {
450                                        cutin "ŒÒÈñÄ«µå",4;
451                                        mes "[Lhimetorra]";
452                                        mes " There is a person you must not deal with thoughtlessly nearby. Don't say or do anything carelessly. You must be careful when dealing with this person. ";
453                                        next;
454                                        mes "[Lhimetorra]";
455                                        mes " Bear that in mind. ";
456                                        next;
457                                }
458                                if (.@card_1_love == 42) {
459                                        cutin "ŒÒÈñÄ«µå",4;
460                                        mes "[Lhimetorra]";
461                                        mes " Even if the wind blows and the trail of her clothes flutter, her posture never changes. Loving a person with that type of heart will bring goodwill and happiness. ";
462                                        next;
463                                        mes "[Lhimetorra]";
464                                        mes " Keep a righteous heart and mind. ";
465                                        next;
466                                }
467                                if (.@card_1_love == 43) {
468                                        cutin "œºÄÌ¿öĿīµå",4;
469                                        mes "[Lhimetorra]";
470                                        mes " That lightens and attacks with a pickaxe! You must aggressively move forward. What do you think? Your fortune is a good one. ";
471                                        next;
472                                        mes "[Lhimetorra]";
473                                        mes " Is your heart ready young one? ";
474                                        next;
475                                }
476                                if (.@card_1_love == 44) {
477                                        cutin "œºÄÌ¿öĿīµå",4;
478                                        mes "[Lhimetorra]";
479                                        mes " The card only shows gaunt bones, but notice how it has all the necessary tools?";
480                                        mes " Even though your love right now may seem as if there is nothing to it, it has everything you need. ";
481                                        next;
482                                        mes "[Lhimetorra]";
483                                        mes " Don't get too greedy about things. ";
484                                        next;
485                                }
486                                if (.@card_1_love == 45) {
487                                        cutin "œºÄÌ¿öĿīµå",4;
488                                        mes "[Lhimetorra]";
489                                        mes " It has a lantern on its back and even in its hand.. it believes one light is insufficient. ";
490                                        mes " If you are only shining one type of light to your loved one, shining another might help. ";
491                                        next;
492                                        mes "[Lhimetorra]";
493                                        mes " They might be feeling that one is not enough. ";
494                                        next;
495                                }
496                                if (.@card_1_love == 46) {
497                                        cutin "œºÄÌ¿öĿīµå",4;
498                                        mes "[Lhimetorra]";
499                                        mes " You know the smile of Mona Lisa.. Perhaps the person you are looking at has the same expression? ";
500                                        next;
501                                        mes "[Lhimetorra]";
502                                        mes " Don't try to gaze straight them. Make an effort to approach them. ";
503                                        next;
504                                }
505                                if (.@card_1_love == 47) {
506                                        cutin "œºÄ̳ªÀÌÆ®Ä«µå",4;
507                                        mes "[Lhimetorra]";
508                                        mes " A knight on a horse is a fantasy in every person's heart. Make it so that this fantasy becomes real. ";
509                                        next;
510                                        mes "[Lhimetorra]";
511                                        mes " Then there will surely be progress. ";
512                                        next;
513                                }
514                                if (.@card_1_love == 48) {
515                                        cutin "œºÄ̳ªÀÌÆ®Ä«µå",4;
516                                        mes "[Lhimetorra]";
517                                        mes " Is that soldier waiting to attack? I can feel great tension between the horse and knight. ";
518                                        mes " Don't run forward carelessly. Raise your sword and wait for your chance. ";
519                                        next;
520                                        mes "[Lhimetorra]";
521                                        mes " This means now is a time to wait. How about it, would you like to wait a while? ";
522                                        next;
523                                }
524                                if (.@card_1_love == 49) {
525                                        cutin "œºÄ̳ªÀÌÆ®Ä«µå",4;
526                                        mes "[Lhimetorra]";
527                                        mes " He is falling asleep awaiting a battle. Is it because he is laid back, or simply pathetic? Depends on the situation I suppose. ";
528                                        mes " But you¡¯ve got to give him credit for his boldness. ";
529                                        next;
530                                        mes "[Lhimetorra]";
531                                        mes " How about becoming a brave warrior in the battle of love? ";
532                                        next;
533                                }
534                                if (.@card_1_love == 50) {
535                                        cutin "œºÄ̳ªÀÌÆ®Ä«µå",4;
536                                        mes "[Lhimetorra]";
537                                        mes " Very favorable. It's to a point that I can feel strong energy from the card. I will give some of this energy to you. ";
538                                        next;
539                                        mes "[Lhimetorra]";
540                                        mes " Devote that energy to love..! ";
541                                        next;
542                                }
543                                if (.@card_1_love == 51) {
544                                        cutin "ŸÆŽ©ºñœºÄ«µå",4;
545                                        mes "[Lhimetorra]";
546                                        mes " What does the god of death have to say about love? It is something ominous for sure. ";
547                                        next;
548                                        mes "[Lhimetorra]";
549                                        mes " I think it is trying to give a warning. Be careful. ";
550                                        next;
551                                }
552                                if (.@card_1_love == 52) {
553                                        cutin "ŸÆŽ©ºñœºÄ«µå",4;
554                                        mes "[Lhimetorra]";
555                                        mes " Hmm. How about giving a cute puppy as a gift? One with a round nose. Then they will surely be happy. ";
556                                        next;
557                                        mes "[Lhimetorra]";
558                                        mes " But can't help it if they don't like puppies. ";
559                                        next;
560                                }
561                                if (.@card_1_love == 53) {
562                                        cutin "ŸÆŽ©ºñœºÄ«µå",4;
563                                        mes "[Lhimetorra]";
564                                        mes " I can tell what it was doing from the way it is crying while holding an axe with blood. It is deeply wounded by love. ";
565                                        next;
566                                        mes "[Lhimetorra]";
567                                        mes " If that wound isn't cured soon, it will become as Anubis wanted. ";
568                                        next;
569                                }
570                                if (.@card_1_love == 54) {
571                                        cutin "ŸÆŽ©ºñœºÄ«µå",4;
572                                        mes "[Lhimetorra]";
573                                        mes " The pattern of the clothes symbolizes a warning. It is saying to be careful of love. ";
574                                        next;
575                                        mes "[Lhimetorra]";
576                                        mes "Be cautious. ";
577                                        next;
578                                }
579                                if (.@card_1_love == 55) {
580                                        cutin "¿ÀÅ©·ÎµåÄ«µå",4;
581                                        mes "[Lhimetorra]";
582                                        mes " He is a warning you not to drool over someone else. ";
583                                        next;
584                                        mes "[Lhimetorra]";
585                                        mes " That¡¯s bad! You will be punished! ";
586                                        next;
587                                }
588                                if (.@card_1_love == 56) {
589                                        cutin "¿ÀÅ©·ÎµåÄ«µå",4;
590                                        mes "[Lhimetorra]";
591                                        mes " Who is he so fiercly gazing at with those grand muscles? He is looking at someone else for sure. ";
592                                        next;
593                                        mes "[Lhimetorra]";
594                                        mes " Don't get sidetracked and look elsewhere! You will be cursed! ";
595                                        next;
596                                }
597                                if (.@card_1_love == 57) {
598                                        cutin "¿ÀÅ©·ÎµåÄ«µå",4;
599                                        mes "[Lhimetorra]";
600                                        mes " Strengthen your body and observe the target. That is the step to success. ";
601                                        next;
602                                        mes "[Lhimetorra]";
603                                        mes " If you want love as well, why don't you take the card's advice and prepare yourself first? ";
604                                        next;
605                                }
606                                if (.@card_1_love == 58) {
607                                        cutin "¿ÀÅ©·ÎµåÄ«µå",4;
608                                        mes "[Lhimetorra]";
609                                        mes " His navel is very pretty. You have to meet someone with that type of navel to be happy. ";
610                                        next;
611                                        mes "[Lhimetorra]";
612                                        mes " Ok? Keep that in mind~ ";
613                                        next;
614                                }
615                                if (.@card_1_love == 59) {
616                                        cutin "ÀèÄ«µå",4;
617                                        mes "[Lhimetorra]";
618                                        mes " You'll get hurt if you mess around. This card is giving you a piece of advice. ";
619                                        next;
620                                        mes "[Lhimetorra]";
621                                        mes " You did something wrong to your loved one, didn't you? Make an effort to make up for it~! ";
622                                        next;
623                                }
624                                if (.@card_1_love == 60) {
625                                        cutin "ÀèÄ«µå",4;
626                                        mes "[Lhimetorra]";
627                                        mes " From the way he is massaging its back because of a shoulder cramp, maybe your love is seeking someone to massage them. Love starts from little thoughts.";
628                                        next;
629                                        mes "[Lhimetorra]";
630                                        mes " Next time you meet them, give them a massage. Start with the little things. ";
631                                        next;
632                                }
633                                if (.@card_1_love == 61) {
634                                        cutin "ÀèÄ«µå",4;
635                                        mes "[Lhimetorra]";
636                                        mes " His expression is in awe. When encountering an absurd incident, his face and expression becomes peculiarly distorted. ";
637                                        mes " I think the one you are looking towards has that type of expression. ";
638                                        next;
639                                        mes "[Lhimetorra]";
640                                        mes " Did you do something absurd to that person? Are you sure? Think about it~ ";
641                                        next;
642                                }
643                                if (.@card_1_love == 62) {
644                                        cutin "ÀèÄ«µå",4;
645                                        mes "[Lhimetorra]";
646                                        mes " If the lover does something wrong he pokes them with a needle. How scary.. ";
647                                        next;
648                                }
649                                if (.@card_1_love == 63) {
650                                        cutin "Á¶Ä¿Ä«µå",4;
651                                        mes "[Lhimetorra]";
652                                        mes " A person's heart is like this card. If you flip it over nobody can tell what is behind it. Try turning the person's card over. ";
653                                        next;
654                                        mes "[Lhimetorra]";
655                                        mes " You must approach their true heart. Understand? ";
656                                        next;
657                                }
658                                if (.@card_1_love == 64) {
659                                        cutin "Á¶Ä¿Ä«µå",4;
660                                        mes "[Lhimetorra]";
661                                        mes " Jokers are sly, but that is just because it is their habit. ";
662                                        mes " The reason the person may seem capricious or cunning is partially because they are born like that. ";
663                                        next;
664                                        mes "[Lhimetorra]";
665                                        mes " Will you be able to approach them regardless? To do so, you must prepare you heart.. mm.. ";
666                                        next;
667                                }
668                                if (.@card_1_love == 65) {
669                                        cutin "Á¶Ä¿Ä«µå",4;
670                                        mes "[Lhimetorra]";
671                                        mes " The joker can't use any of his strength because he is tied to a card. Perhaps the person is caught in something and can't show their true merit? ";
672                                        next;
673                                        mes "[Lhimetorra]";
674                                        mes " If you love them, free them from the chains tying them down.. That is consideration.. and love ";
675                                        next;
676                                }
677                                if (.@card_1_love == 66) {
678                                        cutin "Á¶Ä¿Ä«µå",4;
679                                        mes "[Lhimetorra]";
680                                        mes " Don¡¯t get fooled by tricks. They are a person, too. They know how to lie once in a while. Search for the trick calmly and carefully. ";
681                                        next;
682                                        mes "[Lhimetorra]";
683                                        mes " And then search for a different route. That is the wise decision. ";
684                                        next;
685                                }
686                                if (.@card_1_love == 67) {
687                                        cutin "È£µåÄ«µå",4;
688                                        mes "[Lhimetorra]";
689                                        mes " It is saying that daring action is necessary, such as that of the Hode that strikes up from the sand. ";
690                                        next;
691                                        mes "[Lhimetorra]";
692                                        mes " Maybe you are discouraged a little too much right now. Be brave and daring young one. ";
693                                        next;
694                                }
695                                if (.@card_1_love == 68) {
696                                        cutin "È£µåÄ«µå",4;
697                                        mes "[Lhimetorra]";
698                                        mes " Seeing that the Hode spits out sand to those who bother them, you must have done something to bother the person somehow. ";
699                                        next;
700                                        mes "[Lhimetorra]";
701                                        mes " Maybe you are being troublesome? Make an effort to relax a little more. ";
702                                        next;
703                                }
704                                if (.@card_1_love == 69) {
705                                        cutin "È£µåÄ«µå",4;
706                                        mes "[Lhimetorra]";
707                                        mes " The Hode has a very strong will to live. It is to survive in the forest. It is suggesting dating with that kind of will.";
708                                        next;
709                                        mes "[Lhimetorra]";
710                                        mes " Hmm, try love with more spirit. You will get good results. ";
711                                        next;
712                                }
713                                if (.@card_1_love == 70) {
714                                        cutin "È£µåÄ«µå",4;
715                                        mes "[Lhimetorra]";
716                                        mes " Ah.. there is a noble person up north. North it is. This direction will never change. ";
717                                        next;
718                                        mes "[Lhimetorra]";
719                                        mes " Trust me and go for it. ";
720                                        next;
721                                }
722                                if (.@card_1_love == 71) {
723                                        cutin "ȲŒÒÄ«µå",4;
724                                        mes "[Lhimetorra]";
725                                        mes " A walking bull is rare. The person you are looking towards is that rare. Don't let go of them. You may never see them again.. ";
726                                        next;
727                                        mes "[Lhimetorra]";
728                                        mes " The card is saying this. ";
729                                        next;
730                                }
731                                if (.@card_1_love == 72) {
732                                        cutin "ȲŒÒÄ«µå",4;
733                                        mes "[Lhimetorra]";
734                                        mes " Can you see the strong muscles that even arrows cannot pierce? The person is like that, too. ";
735                                        next;
736                                        mes "[Lhimetorra]";
737                                        mes " To attack with love.. you will need a stronger attack.. Mmm.. ";
738                                        next;
739                                }
740                                if (.@card_1_love == 73) {
741                                        cutin "ȲŒÒÄ«µå",4;
742                                        mes "[Lhimetorra]";
743                                        mes " The scariest thing is not the hammer nor horn. It is the massive legs that support its heavy weight. Nobody can survive a hit by those legs. The person is also probably hiding the most dangerous part. ";
744                                        next;
745                                        mes "[Lhimetorra]";
746                                        mes " You must love but be careful at the same time. You never know when you will be hit by the hind legs. ";
747                                        next;
748                                }
749                                if (.@card_1_love == 74) {
750                                        cutin "ȲŒÒÄ«µå",4;
751                                        mes "[Lhimetorra]";
752                                        mes " No matter how fearful the bull may be, if it has a nose ring, it has already been tamed by humans. No matter how astonishing that person may be, taming is your responsibility. ";
753                                        next;
754                                        mes "[Lhimetorra]";
755                                        mes " Approach them with more sincerity and consideration. ";
756                                        next;
757                                }
758                                mes "[Lhimetorra]";
759                                mes " You seeked advice about love. ";
760                                mes " Even if you may not pleased with it, consider it calmly and make an effort to find true happiness. ";
761                                cutin "°¡ÀÌŸÆœºÄ«µå",255;
762                                next;
763                                mes "[Lhimetorra]";
764                                mes " Then... ";
765                                break;
766                        //=================================================================Assets? ===
767                        case 2:
768                                mes "[Lhimetorra]";
769                                mes " Ooh... something about your fortune is starting to show... ";
770                                next;
771                                set .@card_1_money,rand(1,73);
772                                if (.@card_1_money == 1) {
773                                        cutin "°¡ÀÌŸÆœºÄ«µå",4;
774                                        mes "[Lhimetorra]";
775                                        mes " You must work hard to become wealthy. Don't think of other things.. Focus on and put effort into achieving your goals. ";
776                                        next;
777                                        mes "[Lhimetorra]";
778                                        mes " Then good luck and try your best. ";
779                                        next;
780                                }
781                                if (.@card_1_money == 2) {
782                                        cutin "°¡ÀÌŸÆœºÄ«µå",4;
783                                        mes "[Lhimetorra]";
784                                        mes " Something very rare may come your way. A gold mine has been the dream of many since ancient times. You have a gold mine right in front of you. ";
785                                        next;
786                                        mes "[Lhimetorra]";
787                                        mes " All in all, a big fortune is right in front of your eyes. I¡¯ll be looking forward to it. ";
788                                        next;
789                                }
790                                if (.@card_1_money == 3) {
791                                        cutin "°¡ÀÌŸÆœºÄ«µå",4;
792                                        mes "[Lhimetorra]";
793                                        mes " In the stomach pocket, there must be a secret treasure. There may be something in your pocket as well. ";
794                                        next;
795                                        mes "[Lhimetorra]";
796                                        mes " Are you hiding things from other people? You should get rid of them. They may bring bad luck. ";
797                                        next;
798                                }
799                                if (.@card_1_money == 4) {
800                                        cutin "°¡ÀÌŸÆœºÄ«µå",4;
801                                        mes "[Lhimetorra]";
802                                        mes " The card says that you should not be too greedy, for that may cause you to dig your own grave. ";
803                                        next;
804                                        mes "[Lhimetorra]";
805                                        mes " You may not feel good about it, but you should accept the card¡¯s advice..! ";
806                                        next;
807                                }
808                                if (.@card_1_money == 5) {
809                                        cutin "ŽõœºÆŒ³×œºÄ«µå",4;
810                                        mes "[Lhimetorra]";
811                                        mes " Did you know that a moth's wings has infinite amounts of powder on it? A moth symbolizes wealth in the sense that it can gather wealth just as the powder on its wings. ";
812                                        next;
813                                        mes "[Lhimetorra]";
814                                        mes " Young one, you will gather much wealth. ";
815                                        next;
816                                }
817                                if (.@card_1_money == 6) {
818                                        cutin "ŽõœºÆŒ³×œºÄ«µå",4;
819                                        mes "[Lhimetorra]";
820                                        mes " You must work hard to become wealthy. Don't think of other things. Simply focusing on your goals putting effort into it will help. ";
821                                        next;
822                                        mes "[Lhimetorra]";
823                                        mes " Good luck and try your best. ";
824                                        next;
825                                }
826                                if (.@card_1_money == 7) {
827                                        cutin "ŽõœºÆŒ³×œºÄ«µå",4;
828                                        mes "[Lhimetorra]";
829                                        mes " There is a common saying that when a moth flaps its wings, wealth will fly away as well. It's not a very good sign. ";
830                                        next;
831                                        mes "[Lhimetorra]";
832                                        mes " Be careful not to lose your assets. Take good care of your wallet. ";
833                                        next;
834                                }
835                                if (.@card_1_money == 8) {
836                                        cutin "ŽõœºÆŒ³×œºÄ«µå",4;
837                                        mes "[Lhimetorra]";
838                                        mes " Dustiness teeth are very strong. This means.. ";
839                                        next;
840                                        mes "[Lhimetorra]";
841                                        mes " Your tooth will become a gold tooth?! ";
842                                        next;
843                                }
844                                if (.@card_1_money == 9) {
845                                        cutin "ŽõœºÆŒ³×œºÄ«µå",4;
846                                        mes "[Lhimetorra]";
847                                        mes " When a dustiness flies around, a big expense comes up. You may need to spend some money soon. ";
848                                        next;
849                                        mes "[Lhimetorra]";
850                                        mes " You might want to set up a budget to prepare for this expense. ";
851                                        next;
852                                }
853                                if (.@card_1_money == 10) {
854                                        cutin "µå¶óÅ¥¶óÄ«µå",4;
855                                        mes "[Lhimetorra]";
856                                        mes " Dracula brings in money. Maybe it is the moral influence from when it was a count. It is expensive to be a vampire, but I've never seen a poor one before. ";
857                                        next;
858                                        mes "[Lhimetorra]";
859                                        mes " You don't need to worry about money. ";
860                                        next;
861                                }
862                                if (.@card_1_money == 11) {
863                                        cutin "µå¶óÅ¥¶óÄ«µå",4;
864                                        mes "[Lhimetorra]";
865                                        mes " To Dracula, money is not important. Blood is more valuable. To you, money must not be that important. You don't need to be concerned about money. ";
866                                        next;
867                                        mes "[Lhimetorra]";
868                                        mes " How about it? Try being a little more casual about money. ";
869                                        next;
870                                }
871                                if (.@card_1_money == 12) {
872                                        cutin "µå¶óÅ¥¶óÄ«µå",4;
873                                        mes "[Lhimetorra]";
874                                        mes " Dracula mocks human's money. To him it is worthless. ";
875                                        next;
876                                        mes "[Lhimetorra]";
877                                        mes " You should not be so concerned about money and assets, too. ";
878                                        next;
879                                }
880                                if (.@card_1_money == 13) {
881                                        cutin "µå·¹ÀÌũīµå",4;
882                                        mes "[Lhimetorra]";
883                                        mes " No matter what, stealing is wrong! Even if a Drake blesses you in the name of pirates! Stealing is forbidden! ";
884                                        next;
885                                        mes "[Lhimetorra]";
886                                        mes " Noooooooo stealing! ";
887                                        next;
888                                }
889                                if (.@card_1_money == 14) {
890                                        cutin "µå·¹ÀÌũīµå",4;
891                                        mes "[Lhimetorra]";
892                                        mes " You will gather good fortune in a secretive and peculiar way.. Although, there seems to be shadows over some parts of your life. ";
893                                        next;
894                                        mes "[Lhimetorra]";
895                                        mes " It's an uneasy fortune. Are you ready? ";
896                                        next;
897                                }
898                                if (.@card_1_money == 15) {
899                                        cutin "µå·¹ÀÌũīµå",4;
900                                        mes "[Lhimetorra]";
901                                        mes " The reason pirates indulge in others assets in the vast rough ocean, is because it is the only way to let the people of the land know of their existence. ";
902                                        next;
903                                        mes "[Lhimetorra]";
904                                        mes " But those who live on land do not need to do so. Don't look over other people's belongings. It is the advice of a pirate. ";
905                                        next;
906                                }
907                                if (.@card_1_money == 16) {
908                                        cutin "ž¶ž®³ªÄ«µå",4;
909                                        mes "[Lhimetorra]";
910                                        mes " Marina prefers clean funds. It hates suspicious money. Your possessions should be clean as well. ";
911                                        next;
912                                        mes "[Lhimetorra]";
913                                        mes " Why? The Marina might get rid of it all. ";
914                                        next;
915                                }
916                                if (.@card_1_money == 17) {
917                                        cutin "ž¶ž®³ªÄ«µå",4;
918                                        mes "[Lhimetorra]";
919                                        mes " The Marina gathers money quietly, little by little, and freely roaming at the same time. That's the real way to make money. The Marina is suggesting this method to you. ";
920                                        next;
921                                        mes "[Lhimetorra]";
922                                        mes " You should take a shot at it. You've got nothing to lose. ";
923                                        next;
924                                }
925                                if (.@card_1_money == 18) {
926                                        cutin "ž¶ž®³ªÄ«µå",4;
927                                        mes "[Lhimetorra]";
928                                        mes " The Marina is not interested in money. The card suggests that you will resemble these traits as well. You will enjoy life apart from money. ";
929                                        next;
930                                        mes "[Lhimetorra]";
931                                        mes " That's the fortune from a Marina card. ";
932                                        next;
933                                }
934                                if (.@card_1_money == 19) {
935                                        cutin "ž¶ž®³ªÄ«µå",4;
936                                        mes "[Lhimetorra]";
937                                        mes " You will gather money swiftly and quietly, then boom~ blow it all at once. ";
938                                        next;
939                                        mes "[Lhimetorra]";
940                                        mes " Very witty, hoho. ";
941                                        next;
942                                }
943                                if (.@card_1_money == 20) {
944                                        cutin "ž¶ž®¿À³×Ʈīµå",4;
945                                        mes "[Lhimetorra]";
946                                        mes " The Marionette treasures art over wealth. Bear that in mind. Honor over assets. ";
947                                        next;
948                                        mes "[Lhimetorra]";
949                                        mes " What an important lesson.. Mmm... ";
950                                        next;
951                                }
952                                if (.@card_1_money == 21) {
953                                        cutin "ž¶ž®¿À³×Ʈīµå",4;
954                                        mes "[Lhimetorra]";
955                                        mes " The Marionette likes shiny money. Not dull money, but the shiny kind. ";
956                                        next;
957                                        mes "[Lhimetorra]";
958                                        mes " Anyways, search for that type of money. ";
959                                        next;
960                                }
961                                if (.@card_1_money == 22) {
962                                        cutin "ž¶ž®¿À³×Ʈīµå",4;
963                                        mes "[Lhimetorra]";
964                                        mes " The Marionette requires lots of money. Its expenditures are enormous. You must have many expenditures ahead of you. ";
965                                        next;
966                                        mes "[Lhimetorra]";
967                                        mes " A gloomy fortune. How about being cautious? ";
968                                        next;
969                                }
970                                if (.@card_1_money == 23) {
971                                        cutin "ž¶ž®¿À³×Ʈīµå",4;
972                                        mes "[Lhimetorra]";
973                                        mes " The Marionette uses a lot of money. There is someone around you that is like that, too. ";
974                                        next;
975                                        mes "[Lhimetorra]";
976                                        mes " There is a person like that for sure. You should watch out. ";
977                                        next;
978                                }
979                                if (.@card_1_money == 24) {
980                                        cutin "žÞµÎ»çÄ«µå",4;
981                                        mes "[Lhimetorra]";
982                                        mes " The hair of the Medusa symbolizes the amount of wealth. Seems as if something good will happen to you, young one. ";
983                                        next;
984                                        mes "[Lhimetorra]";
985                                        mes " You can look forward to it. ";
986                                        next;
987                                }
988                                if (.@card_1_money == 25) {
989                                        cutin "žÞµÎ»çÄ«µå",4;
990                                        mes "[Lhimetorra]";
991                                        mes " The hair of the Medusa are all snakes. Snakes symbolize greed and slyness. When gathering things, it seems as if a cunning force will join you. It's not exactly a bright sign.. ";
992                                        next;
993                                        mes "[Lhimetorra]";
994                                        mes " But you surely will get money. Hmm.. ";
995                                        next;
996                                }
997                                if (.@card_1_money == 26) {
998                                        cutin "žÞµÎ»çÄ«µå",4;
999                                        mes "[Lhimetorra]";
1000                                        mes " The Medusa is strongly recommending saving. This card is telling you to save. It says to put many savings accounts in your hair and make yourself resemble its head shape. ";
1001                                        next;
1002                                        mes "[Lhimetorra]";
1003                                        mes " That is what it believes to be wealth. Oooh! ";
1004                                        next;
1005                                }
1006                                if (.@card_1_money == 28) {
1007                                        cutin "žÞµÎ»çÄ«µå",4;
1008                                        mes "[Lhimetorra]";
1009                                        mes " The Medusa does not enjoy playing with money. If you are attempting to use money other than the way it should be used, you should stop. Why? ";
1010                                        next;
1011                                        mes "[Lhimetorra]";
1012                                        mes " Because there can be a curse of the Medusa. ";
1013                                        next;
1014                                }
1015                                if (.@card_1_money == 29) {
1016                                        cutin "¹ÙÆ÷žÞƮīµå",4;
1017                                        mes "[Lhimetorra]";
1018                                        mes " The great strength of the Baphomet brings in fortune. It seems as if you will be able to gather much wealth with the aid of the Baphomet's force! ";
1019                                        next;
1020                                        mes "[Lhimetorra]";
1021                                        mes " It's a good sign! Congratulations! ";
1022                                        next;
1023                                }
1024                                if (.@card_1_money == 30) {
1025                                        cutin "¹ÙÆ÷žÞƮīµå",4;
1026                                        mes "[Lhimetorra]";
1027                                        mes " The scythe of the Baphomet means a strong tool to gather wealth. If you have a strong tool like his, it should be easy to gather wealth. ";
1028                                        next;
1029                                        mes "[Lhimetorra]";
1030                                        mes " What the Baphomet is trying to say is, find a mean that can help you like his tool. ";
1031                                        next;
1032                                }
1033                                if (.@card_1_money == 31) {
1034                                        cutin "¹ÙÆ÷žÞƮīµå",4;
1035                                        mes "[Lhimetorra]";
1036                                        mes " How about getting involved in raising cattle? It seems like you can gather much wealth through it. ";
1037                                        next;
1038                                }
1039                                if (.@card_1_money == 32) {
1040                                        cutin "¹ÙÆ÷žÞƮīµå",4;
1041                                        mes "[Lhimetorra]";
1042                                        mes " The Baphomet would like a tribute. He is saying that if you do, he will return great benefits. ";
1043                                        next;
1044                                        mes "[Lhimetorra]";
1045                                        mes " So try offering a part of your assets to the Baphomet. ";
1046                                        next;
1047                                }
1048                                if (.@card_1_money == 33) {
1049                                        cutin "»÷µåžÇÄ«µå",4;
1050                                        mes "[Lhimetorra]";
1051                                        mes " The Sandman cries with sadness when money comes up. It is sad because money does not possess love or affection. ";
1052                                        next;
1053                                        mes "[Lhimetorra]";
1054                                        mes " I wonder if the meaning of money will slowly disappear from your life as well. ";
1055                                        next;
1056                                }
1057                                if (.@card_1_money == 34) {
1058                                        cutin "»÷µåžÇÄ«µå",4;
1059                                        mes "[Lhimetorra]";
1060                                        mes " The Sandman is screaming because it saw too much money. It saw the money in the hands of your future. I wonder what all that money is? ";
1061                                        next;
1062                                        mes "[Lhimetorra]";
1063                                        mes " I wonder.. Aren't you curious? ";
1064                                        next;
1065                                }
1066                                if (.@card_1_money == 35) {
1067                                        cutin "»÷µåžÇÄ«µå",4;
1068                                        mes "[Lhimetorra]";
1069                                        mes " The Sandman's body is empty inside. Your wallet seems to be emtpy, too. You should save up some money. ";
1070                                        next;
1071                                        mes "[Lhimetorra]";
1072                                        mes " The Sandman likes to save, too. Even a monster likes to save, but when a human doesn't... ";
1073                                        next;
1074                                }
1075                                if (.@card_1_money == 36) {
1076                                        cutin "»÷µåžÇÄ«µå",4;
1077                                        mes "[Lhimetorra]";
1078                                        mes " Money is like sand. Even if you save it, once the wind blows, it disappears. This card shows the emptiness of money. ";
1079                                        next;
1080                                        mes "[Lhimetorra]";
1081                                        mes " Indeed, money is futile. ";
1082                                        next;
1083                                }
1084                                if (.@card_1_money == 37) {
1085                                        cutin "ŒÒÈñÄ«µå",4;
1086                                        mes "[Lhimetorra]";
1087                                        mes " Sohee is wearing a fine article. To wear something like that, you would need plenty of money. Do you know what the secret is? Sohee saved very much when she was once alive. ";
1088                                        next;
1089                                        mes "[Lhimetorra]";
1090                                        mes " So you should start saving, too. ";
1091                                        next;
1092                                }
1093                                if (.@card_1_money == 38) {
1094                                        cutin "ŒÒÈñÄ«µå",4;
1095                                        mes "[Lhimetorra]";
1096                                        mes " Sohee hates misers. She believes she has become like that because of a miser. Don't be stingy in front of Sohee! ";
1097                                        next;
1098                                        mes "[Lhimetorra]";
1099                                        mes " That type of stinginess will spite other people. Use money when it is necessary. ";
1100                                        next;
1101                                }
1102                                if (.@card_1_money == 39) {
1103                                        cutin "ŒÒÈñÄ«µå",4;
1104                                        mes "[Lhimetorra]";
1105                                        mes " Sohee dislikes the wealthy. They try to gather money, but never use it for others. If you don't want to be cursed by Sohee, you need to learn how to be generous with money. ";
1106                                        next;
1107                                        mes "[Lhimetorra]";
1108                                        mes " So if you have malicious desires, forget them. An ill heart easily gathers misfortune. ";
1109                                        next;
1110                                }
1111                                if (.@card_1_money == 40) {
1112                                        cutin "ŒÒÈñÄ«µå",4;
1113                                        mes "[Lhimetorra]";
1114                                        mes " Sohee likes foreign money. They are cute and pretty. If you have foreign currency, Sohee will love you. ";
1115                                        next;
1116                                        mes "[Lhimetorra]";
1117                                        mes " Keep an eye out for foreign currency. It will bring you luck. ";
1118                                        next;
1119                                }
1120                                if (.@card_1_money == 41) {
1121                                        cutin "œºÄÌ¿öĿīµå",4;
1122                                        mes "[Lhimetorra]";
1123                                        mes " Those who work hard will gather great fortune. The Skeleton says diligent work will help greatly in gathering wealth. ";
1124                                        next;
1125                                        mes "[Lhimetorra]";
1126                                        mes " Hmm~ a ghost is saying strange things. ";
1127                                        next;
1128                                }
1129                                if (.@card_1_money == 42) {
1130                                        cutin "œºÄÌ¿öĿīµå",4;
1131                                        mes "[Lhimetorra]";
1132                                        mes " Its youth is gone after a lifetime of chasing after gold. It became a monster with only bones left. No matter how much you like money and your work, look after your life as well. ";
1133                                        next;
1134                                        mes "[Lhimetorra]";
1135                                        mes " There is much more to life than wealth. ";
1136                                        next;
1137                                }
1138                                if (.@card_1_money == 43) {
1139                                        cutin "œºÄÌ¿öĿīµå",4;
1140                                        mes "[Lhimetorra]";
1141                                        mes " To become rich, you must work hard as if you became a skeleton. The Skeleton is saying to work hard until you become a skeleton. ";
1142                                        next;
1143                                        mes "[Lhimetorra]";
1144                                        mes " Then not only the Skeleton, but many people will repay you greatly. ";
1145                                        next;
1146                                }
1147                                if (.@card_1_money == 44) {
1148                                        cutin "œºÄÌ¿öĿīµå",4;
1149                                        mes "[Lhimetorra]";
1150                                        mes " The Skeleton says that you can make money by going north. Go north. ";
1151                                        next;
1152                                        mes "[Lhimetorra]";
1153                                        mes " There must be great fortune in that direction. ";
1154                                        next;
1155                                }
1156                                if (.@card_1_money == 45) {
1157                                        cutin "œºÄ̳ªÀÌÆ®Ä«µå",4;
1158                                        mes "[Lhimetorra]";
1159                                        mes " A knight is a job that requires a lot of money. A hint of a big expense. You might want to tighten your belt. ";
1160                                        next;
1161                                        mes "[Lhimetorra]";
1162                                        mes " That is, if you don't want go to bankrupt. ";
1163                                        next;
1164                                }
1165                                if (.@card_1_money == 46) {
1166                                        cutin "œºÄ̳ªÀÌÆ®Ä«µå",4;
1167                                        mes "[Lhimetorra]";
1168                                        mes " Knights do not fight for money. If they did, they would be a mercenary. A knight reaches for something higher. What the knight wants to tell you is the way to live. ";
1169                                        next;
1170                                        mes "[Lhimetorra]";
1171                                        mes " Set a goal higher than money and wealth. Do you understand, young one? ";
1172                                        next;
1173                                }
1174                                if (.@card_1_money == 47) {
1175                                        cutin "œºÄ̳ªÀÌÆ®Ä«µå",4;
1176                                        mes "[Lhimetorra]";
1177                                        mes " A knight values honor more than fortune. They consider discussing wealth itself dirty not worthy. How would you be able to ask such a knight a fortune about wealth? ";
1178                                        next;
1179                                        mes "[Lhimetorra]";
1180                                        mes " The knight says that a new road of life will open once you look away from fortune. ";
1181                                        next;
1182                                }
1183                                if (.@card_1_money == 48) {
1184                                        cutin "œºÄ̳ªÀÌÆ®Ä«µå",4;
1185                                        mes "[Lhimetorra]";
1186                                        mes " You need to think of an ideal more noble than money. The fortune the knight suggests is this: Knights never speak of ways to make money. ";
1187                                        next;
1188                                        mes "[Lhimetorra]";
1189                                        mes " Compared to life, they believe money is foolish. The knight would like to understand these ideas of life. ";
1190                                        next;
1191                                }
1192                                if (.@card_1_money == 49) {
1193                                        cutin "œºÄ̳ªÀÌÆ®Ä«µå",4;
1194                                        mes "[Lhimetorra]";
1195                                        mes " Working hard is the only way to gather wealth; don't get sidetracked and put effort into working will help your fortune. ";
1196                                        next;
1197                                        mes "[Lhimetorra]";
1198                                        mes " So do your best. ";
1199                                        next;
1200                                }
1201                                if (.@card_1_money == 50) {
1202                                        cutin "ŸÆŽ©ºñœºÄ«µå",4;
1203                                        mes "[Lhimetorra]";
1204                                        mes " What does the god of death have to say about wealth? It is surely a bad omen. It is trying to warn something. ";
1205                                        next;
1206                                        mes "[Lhimetorra]";
1207                                        mes " Be careful. It is the word of the god of death. ";
1208                                        next;
1209                                }
1210                                if (.@card_1_money == 51) {
1211                                        cutin "ŸÆŽ©ºñœºÄ«µå",4;
1212                                        mes "[Lhimetorra]";
1213                                        mes " The Anubis is very interested in the sacrifices offered. The offerings he likes are youth and effort. ";
1214                                        next;
1215                                        mes "[Lhimetorra]";
1216                                        mes " If you offer these two things, the Anubis says he will bring you wealth. ";
1217                                        next;
1218                                }
1219                                if (.@card_1_money == 52) {
1220                                        cutin "ŸÆŽ©ºñœºÄ«µå",4;
1221                                        mes "[Lhimetorra]";
1222                                        mes " The Anubis is giving a warning of the west. There is a being there that can break away your wealth. ";
1223                                        next;
1224                                        mes "[Lhimetorra]";
1225                                        mes " If you want to protect your assets, beware of the west. ";
1226                                        next;
1227                                }
1228                                if (.@card_1_money == 53) {
1229                                        cutin "ŸÆŽ©ºñœºÄ«µå",4;
1230                                        mes "[Lhimetorra]";
1231                                        mes " The Anubis hates those who try to gather money for his death. He believes it's a waste of money. Don't make the mistake of gathering money for death. ";
1232                                        next;
1233                                        mes "[Lhimetorra]";
1234                                        mes " This is the true advice of a Anubis. ";
1235                                        next;
1236                                }
1237                                if (.@card_1_money == 54) {
1238                                        cutin "¿ÀÅ©·ÎµåÄ«µå",4;
1239                                        mes "[Lhimetorra]";
1240                                        mes " The Orc Lord possesses much wealth. It¡¯s because of greed. Greed is essential in collecting money. The desire and greediness to make money is not something to be ashamed about. Be diligent and go make money. ";
1241                                        next;
1242                                        mes "[Lhimetorra]";
1243                                        mes " But, too much greed is forbidden. ";
1244                                        next;
1245                                }
1246                                if (.@card_1_money == 55) {
1247                                        cutin "¿ÀÅ©·ÎµåÄ«µå",4;
1248                                        mes "[Lhimetorra]";
1249                                        mes " The Orc Lord starts drooling about anything involving money. He targets anybody with money. ";
1250                                        next;
1251                                        mes "[Lhimetorra]";
1252                                        mes " Therefore, don't speak of money to the Orc Lord. ";
1253                                        next;
1254                                        mes "[Lhimetorra]";
1255                                        mes " Same goes for humans. Be wary of those who are avaricious like the Orc Lord. ";
1256                                        next;
1257                                }
1258                                if (.@card_1_money == 56) {
1259                                        cutin "¿ÀÅ©·ÎµåÄ«µå",4;
1260                                        mes "[Lhimetorra]";
1261                                        mes " There should be great wealth awaiting in the direction the Orc Lord's horn is pointing. The card is directing towards.. ";
1262                                        next;
1263                                        mes "[Lhimetorra]";
1264                                        mes " The northwest? Would you like to try your luck in that direction? ";
1265                                        next;
1266                                }
1267                                if (.@card_1_money == 57) {
1268                                        cutin "¿ÀÅ©·ÎµåÄ«µå",4;
1269                                        mes "[Lhimetorra]";
1270                                        mes " The Orc Lord likes gold. Of all the treasures, gold is the best. Closely watch gold. ";
1271                                        next;
1272                                        mes "[Lhimetorra]";
1273                                        mes " Gold is rather peculiar compared to other assets. ";
1274                                        next;
1275                                }
1276                                if (.@card_1_money == 58) {
1277                                        cutin "ÀèÄ«µå",4;
1278                                        mes "[Lhimetorra]";
1279                                        mes " Jack makes money through jokes. Others' happiness is the key to his wealth. ";
1280                                        next;
1281                                        mes "[Lhimetorra]";
1282                                        mes " Why don¡¯t you learn how to make others happy? It should be of great help. ";
1283                                        next;
1284                                }
1285                                if (.@card_1_money == 59) {
1286                                        cutin "ÀèÄ«µå",4;
1287                                        mes "[Lhimetorra]";
1288                                        mes " Jack likes fun money. He detests sad and burdensome money. ";
1289                                        mes " He always says this. Light-hearted and easy money isn't dangerous even if it piles up. ";
1290                                        next;
1291                                        mes "[Lhimetorra]";
1292                                        mes " As Jack's advice says, stay closer to light money. It is safer and better. ";
1293                                        next;
1294                                }
1295                                if (.@card_1_money == 60) {
1296                                        cutin "ÀèÄ«µå",4;
1297                                        mes "[Lhimetorra]";
1298                                        mes " Jack thinks of money as a foolish item. But somehow he makes that kind of money. ";
1299                                        mes " That's why those who are controlled by fools consider the other a fool, too. ";
1300                                        next;
1301                                        mes "[Lhimetorra]";
1302                                        mes " If you don't want to be considered a fool by Jack, don't be controlled by money. ";
1303                                        mes " Or else, Jack will attack. ";
1304                                        next;
1305                                }
1306                                if (.@card_1_money == 61) {
1307                                        cutin "ÀèÄ«µå",4;
1308                                        mes "[Lhimetorra]";
1309                                        mes " Jack is asking for money. Don't be stingy about paying those who bring entertainment and fun. ";
1310                                        next;
1311                                        mes "[Lhimetorra]";
1312                                        mes " Then, Jack will reward you in return. ";
1313                                        next;
1314                                }
1315                                if (.@card_1_money == 62) {
1316                                        cutin "Á¶Ä¿Ä«µå",4;
1317                                        mes "[Lhimetorra]";
1318                                        mes " Do you know what a joker's specialty is? It is tricking others and making money. Be wary of the joker. ";
1319                                        next;
1320                                        mes "[Lhimetorra]";
1321                                        mes " Jokers do not exist in one form. They will aim for your money in several different ways. ";
1322                                        next;
1323                                }
1324                                if (.@card_1_money == 63) {
1325                                        cutin "Á¶Ä¿Ä«µå",4;
1326                                        mes "[Lhimetorra]";
1327                                        mes " The Joker says if you let him borrow money, he will repay you with more. You're going to refuse, right? But the Joker's temptation does not end after one try. ";
1328                                        mes " He will linger around you as a neighbor, or a rare item and ask for money. ";
1329                                        next;
1330                                        mes "[Lhimetorra]";
1331                                        mes " Act wisely! You'll be in trouble if you are tricked easily! ";
1332                                        next;
1333                                }
1334                                if (.@card_1_money == 64) {
1335                                        cutin "Á¶Ä¿Ä«µå",4;
1336                                        mes "[Lhimetorra]";
1337                                        mes " Even if a joker asks for change, never give any to him. He will ask for change, then end up ask for a big sum of money. ";
1338                                        mes " Jokers are like that. They have the ability to turn a small mistake into a big calamity. ";
1339                                        next;
1340                                        mes "[Lhimetorra]";
1341                                        mes " That's why you should be more careful about it. ";
1342                                        next;
1343                                }
1344                                if (.@card_1_money == 65) {
1345                                        cutin "Á¶Ä¿Ä«µå",4;
1346                                        mes "[Lhimetorra]";
1347                                        mes " There is only one reason a Joker requests money.. to take yours. ";
1348                                        mes " His goal is not to become rich. A real foul playful one. ";
1349                                        next;
1350                                        mes "[Lhimetorra]";
1351                                        mes " But losing money isn't a joke now, is it? You should be careful. ";
1352                                        next;
1353                                }
1354                                if (.@card_1_money == 66) {
1355                                        cutin "È£µåÄ«µå",4;
1356                                        mes "[Lhimetorra]";
1357                                        mes " Hodes do not know about money. They just gobble everything up. But that might be the shortcut to gaining great wealth. ";
1358                                        next;
1359                                        mes "[Lhimetorra]";
1360                                        mes " Don't focus too much on money. Just work at it. It's saying that it is the best method. ";
1361                                        next;
1362                                }
1363                                if (.@card_1_money == 67) {
1364                                        cutin "È£µåÄ«µå",4;
1365                                        mes "[Lhimetorra]";
1366                                        mes " Hodes do not know anything about money. But they do not forgive those who have an eye on their things. ";
1367                                        mes " Not being greedy and taking care of your share is the wisest way to manage your wealth. ";
1368                                        next;
1369                                        mes "[Lhimetorra]";
1370                                        mes " Indeed, the Hode is right. Do you understand as well? ";
1371                                        next;
1372                                }
1373                                if (.@card_1_money == 68) {
1374                                        cutin "È£µåÄ«µå",4;
1375                                        mes "[Lhimetorra]";
1376                                        mes " The Hode knows nothing about money. But a very rare item drops from a Hode's body. ";
1377                                        mes " It has a treasure in it without knowing. ";
1378                                        next;
1379                                        mes "[Lhimetorra]";
1380                                        mes " Take a careful look around you. Treasures are hidden all over. ";
1381                                        next;
1382                                }
1383                                if (.@card_1_money == 69) {
1384                                        cutin "È£µåÄ«µå",4;
1385                                        mes "[Lhimetorra]";
1386                                        mes " Hodes are strong even though they live in the desert. Just because the environment is poor, doesn't mean that you can't gather wealth. ";
1387                                        next;
1388                                        mes "[Lhimetorra]";
1389                                        mes " Don't blame the environment. That excuse is only for whiners. ";
1390                                        next;
1391                                }
1392                                if (.@card_1_money == 70) {
1393                                        cutin "ȲŒÒÄ«µå",4;
1394                                        mes "[Lhimetorra]";
1395                                        mes " Do you know the saying that says those who work like bulls become rich? Working hard is the best way. ";
1396                                        next;
1397                                        mes "[Lhimetorra]";
1398                                        mes " Just like a bull. ";
1399                                        next;
1400                                }
1401                                if (.@card_1_money == 71) {
1402                                        cutin "ȲŒÒÄ«µå",4;
1403                                        mes "[Lhimetorra]";
1404                                        mes " Bulls only know how to work, but the bull itself has a lot to offer. Meat, leather, horn.. ";
1405                                        next;
1406                                        mes "[Lhimetorra]";
1407                                        mes " You, too, should look after yourself and not just work. You have many hidden values. ";
1408                                        next;
1409                                }
1410                                if (.@card_1_money == 72) {
1411                                        cutin "ȲŒÒÄ«µå",4;
1412                                        mes "[Lhimetorra]";
1413                                        mes " Bulls continue to work even on gloomy days. Then they can gather a lot of things. ";
1414                                        next;
1415                                        mes "[Lhimetorra]";
1416                                        mes " Don't be picky about the days you work. You will be able to make more money. ";
1417                                        next;
1418                                }
1419                                if (.@card_1_money == 73) {
1420                                        cutin "ȲŒÒÄ«µå",4;
1421                                        mes "[Lhimetorra]";
1422                                        mes " Bulls do not like working for money. They are disgruntled when others consider labor as money. ";
1423                                        mes " Shouldn't you reconsider working against your will just for money? ";
1424                                        next;
1425                                        mes "[Lhimetorra]";
1426                                        mes " It is a serious problem. It is your life, so ponder about it young one. ";
1427                                }
1428                                mes "[Lhimetorra]";
1429                                mes " Most people are curious about money. ";
1430                                mes " It is a very humanly and common curiosity. Cards are very stingy about fortunes regarding wealth. ";
1431                                next;
1432                                cutin "°¡ÀÌŸÆœºÄ«µå",255;
1433                                mes "[Lhimetorra]";
1434                                mes " Therefore, getting a fortune like this is considered being lucky. Use this fortune to prosper. ";
1435                                break;
1436                        //=================================================================Future ===
1437                        case 3:
1438                                mes "[Lhimetorra]";
1439                                mes " Future... the card that sees the future is beginning to speak...... Prepare yourself... ";
1440                                next;
1441                                set .@card_1_future,rand(1,67);
1442                                if (.@card_1_future == 1) {
1443                                        cutin "°¡ÀÌŸÆœºÄ«µå",4;
1444                                        mes "[Lhimetorra]";
1445                                        mes " Youth is not eternal. At one point when you wake up, you realize you are already a middle-aged worker. ";
1446                                        mes " Even reminiscing about the past over a cup of coffee can't bring back time. ";
1447                                        next;
1448                                        mes "[Lhimetorra]";
1449                                        mes " Treasure the present.. is what the card is saying. ";
1450                                        next;
1451                                }
1452                                if (.@card_1_future == 2) {
1453                                        cutin "°¡ÀÌŸÆœºÄ«µå",4;
1454                                        mes "[Lhimetorra]";
1455                                        mes " This fortune is foreshadowing that you will become a strong and healthy worker in the future. ";
1456                                        mes " Not a normal worker, but one that has great strength and might.. ";
1457                                        next;
1458                                        mes "[Lhimetorra]";
1459                                        mes " You should prepare for your future. ";
1460                                        next;
1461                                }
1462                                if (.@card_1_future == 3) {
1463                                        cutin "°¡ÀÌŸÆœºÄ«µå",4;
1464                                        mes "[Lhimetorra]";
1465                                        mes " Smoking in a mine is an imprudent, life-threatening thing to do. You are wasting your precious life with that kind of behavior. ";
1466                                        next;
1467                                        mes "[Lhimetorra]";
1468                                        mes " Act with a little more wisdom for your future. ";
1469                                        next;
1470                                }
1471                                if (.@card_1_future == 4) {
1472                                        cutin "°¡ÀÌŸÆœºÄ«µå",4;
1473                                        mes "[Lhimetorra]";
1474                                        mes " You may be shoveling in the future. In a dark dark place, shoveling that requires great strength. You must be careful young one. ";
1475                                        next;
1476                                        mes "[Lhimetorra]";
1477                                        mes " This type of fortune is never wrong. ";
1478                                        next;
1479                                }
1480                                if (.@card_1_future == 5) {
1481                                        cutin "ŽõœºÆŒ³×œºÄ«µå",4;
1482                                        mes "[Lhimetorra]";
1483                                        mes " The moth is used when it is a caterpillar and ignored after it becomes a moth, by humans. ";
1484                                        mes " Which is better? ";
1485                                        next;
1486                                        mes "[Lhimetorra]";
1487                                        mes " Check to see if there is an aspect of your life that is like the moth. ";
1488                                        next;
1489                                }
1490                                if (.@card_1_future == 6) {
1491                                        cutin "ŽõœºÆŒ³×œºÄ«µå",4;
1492                                        mes "[Lhimetorra]";
1493                                        mes " The moth flies around without worrying about the future. It is telling you to fly freely rather than getting anxious about the future.. ";
1494                                        next;
1495                                        mes "[Lhimetorra]";
1496                                        mes " This is the fortune from this card. ";
1497                                        next;
1498                                }
1499                                if (.@card_1_future == 7) {
1500                                        cutin "ŽõœºÆŒ³×œºÄ«µå",4;
1501                                        mes "[Lhimetorra]";
1502                                        mes " Dustiness' teeth are very strong. This means... ";
1503                                        next;
1504                                        mes "[Lhimetorra]";
1505                                        mes " To live the future with strong teeth?! ";
1506                                        next;
1507                                }
1508                                if (.@card_1_future == 8) {
1509                                        cutin "ŽõœºÆŒ³×œºÄ«µå",4;
1510                                        mes "[Lhimetorra]";
1511                                        mes " The moth says that this is not a time to think about wealth and prosperity. It says that someone important has appeared near you. ";
1512                                        next;
1513                                        mes "[Lhimetorra]";
1514                                        mes " Any ideas who that may be? ";
1515                                        next;
1516                                }
1517                                if (.@card_1_future == 9) {
1518                                        cutin "ŽõœºÆŒ³×œºÄ«µå",4;
1519                                        mes "[Lhimetorra]";
1520                                        mes " Dustiness symbolizes a hazy future. It is similar to your mind right now. It says it is obvious. ";
1521                                        mes " It says that there is no set path in the future. Isn't a relief in a way? ";
1522                                        next;
1523                                        mes "[Lhimetorra]";
1524                                        mes " It is not good nor bad, so there is always room for new possibilities. ";
1525                                        next;
1526                                }
1527                                if (.@card_1_future == 10) {
1528                                        cutin "µå¶óÅ¥¶óÄ«µå",4;
1529                                        mes "[Lhimetorra]";
1530                                        mes " Sometime in your future, a future like Dracula awaits you. ";
1531                                        next;
1532                                        mes "[Lhimetorra]";
1533                                        mes " If you hope for that type of future, it is no problem, but you should be careful nonetheless. ";
1534                                        next;
1535                                }
1536                                if (.@card_1_future == 11) {
1537                                        cutin "µå¶óÅ¥¶óÄ«µå",4;
1538                                        mes "[Lhimetorra]";
1539                                        mes " If the condition is just right, vampires can live forever. But, when that perfect condition is disrupted, they meet a tragic end. ";
1540                                        next;
1541                                        mes "[Lhimetorra]";
1542                                        mes " This means that if you go after fame and eternal life, tragedy awaits you in the end. They are not the important things in life. ";
1543                                        next;
1544                                }
1545                                if (.@card_1_future == 12) {
1546                                        cutin "µå¶óÅ¥¶óÄ«µå",4;
1547                                        mes "[Lhimetorra]";
1548                                        mes " The Dracula says to be true to the present. Indeed, thinking and being true to the present is much more important than trying to figure out your future. ";
1549                                        next;
1550                                        mes "[Lhimetorra]";
1551                                        mes " Unfortunately, I agree with it young one. ";
1552                                        next;
1553                                }
1554                                if (.@card_1_future == 13) {
1555                                        cutin "µå·¹ÀÌũīµå",4;
1556                                        mes "[Lhimetorra]";
1557                                        mes " Pirates do not have a future. That doesn't mean you do not have one. But.. you simply need to make more prudent decisions. ";
1558                                        next;
1559                                        mes "[Lhimetorra]";
1560                                        mes " How about changing your lifestyle? That's what this means. ";
1561                                        next;
1562                                }
1563                                if (.@card_1_future == 14) {
1564                                        cutin "µå·¹ÀÌũīµå",4;
1565                                        mes "[Lhimetorra]";
1566                                        mes " In this world, being a pirate out in the rough seas is very dangerous. But, they do not regret their decisions. ";
1567                                        next;
1568                                        mes "[Lhimetorra]";
1569                                        mes " Because they find their meaning of life in the process. Young one, how about searching for the meaning of your life? ";
1570                                        next;
1571                                }
1572                                if (.@card_1_future == 15) {
1573                                        cutin "µå·¹ÀÌũīµå",4;
1574                                        mes "[Lhimetorra]";
1575                                        mes " Pirates are remembered as pirates even after they pass away. A person's name is beyond the matter of life and death. ";
1576                                        next;
1577                                        mes "[Lhimetorra]";
1578                                        mes " You should live with that aspect in mind.";
1579                                        next;
1580                                }
1581                                if (.@card_1_future == 16) {
1582                                        cutin "ž¶ž®³ªÄ«µå",4;
1583                                        mes "[Lhimetorra]";
1584                                        mes " The Marina does not think of its future.. But I can tell you one thing. Survival. The Marina only thinks about survival and life. ";
1585                                        next;
1586                                        mes "[Lhimetorra]";
1587                                        mes " You.. no, all of us should learn and do the same. ";
1588                                        next;
1589                                }
1590                                if (.@card_1_future == 17) {
1591                                        cutin "ž¶ž®³ªÄ«µå",4;
1592                                        mes "[Lhimetorra]";
1593                                        mes " The Marina doesn't think of its future.. but I can tell you one thing. Freedom. The Marina swims freely. ";
1594                                        next;
1595                                        mes "[Lhimetorra]";
1596                                        mes " How about living like that, too? ";
1597                                        next;
1598                                }
1599                                if (.@card_1_future == 18) {
1600                                        cutin "ž¶ž®³ªÄ«µå",4;
1601                                        mes "[Lhimetorra]";
1602                                        mes " Leave your future to the Marina. The Marina treasures its precious ocean. The sea will be of great significance in your future, too. ";
1603                                        next;
1604                                        mes "[Lhimetorra]";
1605                                        mes " A fisherman? Oceanographer? Pirate? Although I do not know which job it is... ";
1606                                        next;
1607                                }
1608                                if (.@card_1_future == 19) {
1609                                        cutin "ž¶ž®¿À³×Ʈīµå",4;
1610                                        mes "[Lhimetorra]";
1611                                        mes " A Marionette is a Marionette forever. Its past and future never changes. Its present is its future. Don't you think it is rather sad? ";
1612                                        next;
1613                                        mes "[Lhimetorra]";
1614                                        mes " But that could also be a good thing. This is the meaning of a Marionette. ";
1615                                        next;
1616                                }
1617                                if (.@card_1_future == 20) {
1618                                        cutin "ž¶ž®¿À³×Ʈīµå",4;
1619                                        mes "[Lhimetorra]";
1620                                        mes " A Marionette is restrained but it has hope that it will be freed one day. ";
1621                                        next;
1622                                        mes "[Lhimetorra]";
1623                                        mes " Very nice. This fortune signifies 'hope'. ";
1624                                        next;
1625                                }
1626                                if (.@card_1_future == 21) {
1627                                        cutin "ž¶ž®¿À³×Ʈīµå",4;
1628                                        mes "[Lhimetorra]";
1629                                        mes " The eyes of a Marionette symbolize 'challenge.' Challenge will mean a lot in your future. ";
1630                                        next;
1631                                        mes "[Lhimetorra]";
1632                                        mes " ...to the point where that challenge will change your life. ";
1633                                        next;
1634                                }
1635                                if (.@card_1_future == 22) {
1636                                        cutin "ž¶ž®¿À³×Ʈīµå",4;
1637                                        mes "[Lhimetorra]";
1638                                        mes " The Marionette believes the present is more important than the future. Basically, asking about the future is pointless. ";
1639                                        next;
1640                                        mes "[Lhimetorra]";
1641                                        mes " The Marionette devotes everything into the present. It suggests that type of attitude to you, too. ";
1642                                        next;
1643                                }
1644                                if (.@card_1_future == 23) {
1645                                        cutin "žÞµÎ»çÄ«µå",4;
1646                                        mes "[Lhimetorra]";
1647                                        mes " The Medusa symbolizes the absolute one who accepts everyone's challenge. Your future will be in a position that is challenged by many. ";
1648                                        next;
1649                                        mes "[Lhimetorra]";
1650                                        mes " It could be good and bad. It is also a very tiring position. ";
1651                                        next;
1652                                }
1653                                if (.@card_1_future == 24) {
1654                                        cutin "žÞµÎ»çÄ«µå",4;
1655                                        mes "[Lhimetorra]";
1656                                        mes " The Medusa symbolizes the absolute one who accepts everyone's challenge. Your future must be filled with challenges! ";
1657                                        next;
1658                                        mes "[Lhimetorra]";
1659                                        mes " Always challenge others! It is alright to fail, since challenge itself will become life. ";
1660                                        next;
1661                                }
1662                                if (.@card_1_future == 25) {
1663                                        cutin "žÞµÎ»çÄ«µå",4;
1664                                        mes "[Lhimetorra]";
1665                                        mes " The Medusa says that there will be great chaos in the future. Chaos... I'm not sure what type of chaos it means, but it is definitely something that has never happened before. ";
1666                                        next;
1667                                        mes "[Lhimetorra]";
1668                                        mes " There is something that you must fight.. and win, in your future. ";
1669                                        next;
1670                                }
1671                                if (.@card_1_future == 26) {
1672                                        cutin "žÞµÎ»çÄ«µå",4;
1673                                        mes "[Lhimetorra]";
1674                                        mes " The hair of the Medusa are sticking up. It is nervous about the big change that is going to happen. A change that even makes the scary Medusa worried. ";
1675                                        next;
1676                                        mes "[Lhimetorra]";
1677                                        mes " How about preparing yourself as well? ";
1678                                        next;
1679                                }
1680                                if (.@card_1_future == 27) {
1681                                        cutin "¹ÙÆ÷žÞƮīµå",4;
1682                                        mes "[Lhimetorra]";
1683                                        mes " The Baphomet doesn't care about a human's future. They simply observe quietly. Hmm... It seems like it has nothing to say about your future as well... ";
1684                                        next;
1685                                        mes "[Lhimetorra]";
1686                                        mes " It has an unconcerned expression. ";
1687                                        next;
1688                                }
1689                                if (.@card_1_future == 28) {
1690                                        cutin "¹ÙÆ÷žÞƮīµå",4;
1691                                        mes "[Lhimetorra]";
1692                                        mes " The scythe the Baphomet is holding signifies the strong will to conquer the future. ";
1693                                        mes " What you need is not someone else's help or wisdom, but strong willpower. ";
1694                                        next;
1695                                        mes "[Lhimetorra]";
1696                                        mes " Once you have that type of willpower, the road to the future will be very broad and promising. ";
1697                                        next;
1698                                }
1699                                if (.@card_1_future == 29) {
1700                                        cutin "¹ÙÆ÷žÞƮīµå",4;
1701                                        mes "[Lhimetorra]";
1702                                        mes " The Baphomet says that humans have no future. It says that their greed and selfishness shows no hope. ";
1703                                        mes " The future will only open to those that go beyond human's greed. ";
1704                                        next;
1705                                        mes "[Lhimetorra]";
1706                                        mes " The card expects something like that from you. ";
1707                                        next;
1708                                }
1709                                if (.@card_1_future == 30) {
1710                                        cutin "¹ÙÆ÷žÞƮīµå",4;
1711                                        mes "[Lhimetorra]";
1712                                        mes " The Baphomet is facing the future. No matter how much effort you put in, without an eye that looks towards the future, it is pointless. ";
1713                                        mes " The Baphomet is telling you to look towards the future. ";
1714                                        next;
1715                                        mes "[Lhimetorra]";
1716                                        mes " To know your position right now and where to aim in the future. ";
1717                                        next;
1718                                }
1719                                if (.@card_1_future == 31) {
1720                                        cutin "»÷µåžÇÄ«µå",4;
1721                                        mes "[Lhimetorra]";
1722                                        mes " A sand's future is simply sand. Not a rock, nor mud. Some things just don¡¯t change young one. ";
1723                                        next;
1724                                        mes "[Lhimetorra]";
1725                                        mes " What the Sandman card is trying to say is to treasure your present self. ";
1726                                        next;
1727                                }
1728                                if (.@card_1_future == 32) {
1729                                        cutin "»÷µåžÇÄ«µå",4;
1730                                        mes "[Lhimetorra]";
1731                                        mes " A sand dune changes its shape even after a day. The Sandman card is speaking of a future with many changes. ";
1732                                        next;
1733                                        mes "[Lhimetorra]";
1734                                        mes " It says not to be too caught up with the present, because the future is always changing. ";
1735                                        next;
1736                                }
1737                                if (.@card_1_future == 33) {
1738                                        cutin "»÷µåžÇÄ«µå",4;
1739                                        mes "[Lhimetorra]";
1740                                        mes " You will have a son in the future. Hmm? What'd you say? No plans for a baby? ";
1741                                        next;
1742                                        mes "[Lhimetorra]";
1743                                        mes " That's why it is the future. Unexpected things happen every once in a while in the future. Lala~ ";
1744                                        next;
1745                                }
1746                                if (.@card_1_future == 34) {
1747                                        cutin "»÷µåžÇÄ«µå",4;
1748                                        mes "[Lhimetorra]";
1749                                        mes " There are rare and precious treasures in the sand. The Sandman says that in the vast sand of the world, a treasure, will be discovered. That treasure is you young one.";
1750                                        next;
1751                                        mes "[Lhimetorra]";
1752                                        mes " Hmm... Expecting a lot. Hehe~ ";
1753                                        next;
1754                                }
1755                                if (.@card_1_future == 35) {
1756                                        cutin "ŒÒÈñÄ«µå",4;
1757                                        mes "[Lhimetorra]";
1758                                        mes " Do you know what a Sohee thinks the most pitiful thing is? The future. It is because she was not able to live her future. ";
1759                                        mes " That is why you cannot bring up the subject of future in front of Sohee. I'm very sorry I cannot help. ";
1760                                        next;
1761                                        mes "[Lhimetorra]";
1762                                        mes " But isn't it better than a curse. Just think of it as that and forget about it. ";
1763                                        next;
1764                                }
1765                                if (.@card_1_future == 36) {
1766                                        cutin "œºÄÌ¿öĿīµå",4;
1767                                        mes "[Lhimetorra]";
1768                                        mes " Even in darkness you will shine for your goal. ";
1769                                        mes " The Skeleton is encouraging you to not lose your light even in a life in dark and damp places. ";
1770                                        next;
1771                                        mes "[Lhimetorra]";
1772                                        mes " You must feel good, getting a word of encouragement from the Skeleton. Lala~ ";
1773                                        next;
1774                                }
1775                                if (.@card_1_future == 37) {
1776                                        cutin "œºÄÌ¿öĿīµå",4;
1777                                        mes "[Lhimetorra]";
1778                                        mes " The story I heard from the skeleton goes like this. I am the king of the future. What in the world is that supposed to mean? ";
1779                                        next;
1780                                        mes "[Lhimetorra]";
1781                                        mes " I don't know. Maybe it is saying that a scrawny person will do something great in the future? ";
1782                                        next;
1783                                }
1784                                if (.@card_1_future == 38) {
1785                                        cutin "œºÄÌ¿öĿīµå",4;
1786                                        mes "[Lhimetorra]";
1787                                        mes " If you want to do something great in the future, you must express your thankfulness to the Skeleton. ";
1788                                        mes " Then the Skeleton will help you. How do you express your thankfulness? ";
1789                                        next;
1790                                        mes "[Lhimetorra]";
1791                                        mes " If you see someone that resembles the Skeleton, help them. ";
1792                                        mes " Then the Skeleton will think that you helped itself and be happy. What a silly monster. Haha. ";
1793                                        next;
1794                                }
1795                                if (.@card_1_future == 39) {
1796                                        cutin "œºÄÌ¿öĿīµå",4;
1797                                        mes "[Lhimetorra]";
1798                                        mes " The Skeleton has the ability to dig where it feels the future, rather than looking into it. ";
1799                                        mes " It is digging in the east right now. How about it, won't you try going there? ";
1800                                        next;
1801                                        mes "[Lhimetorra]";
1802                                        mes " Who knows, the key to the future may be lying in the east. ";
1803                                        next;
1804                                }
1805                                if (.@card_1_future == 40) {
1806                                        cutin "œºÄ̳ªÀÌÆ®Ä«µå",4;
1807                                        mes "[Lhimetorra]";
1808                                        mes " A knight's future leads to death. An honorable death on the battlefield. ";
1809                                        mes " One cannot live as a knight without being proud of that type of future. ";
1810                                        next;
1811                                        mes "[Lhimetorra]";
1812                                        mes " The knight wants you to be proud of yourself. ";
1813                                        mes " It says what you need is pride. Not honor, wealth, or love.. but pride. ";
1814                                        next;
1815                                }
1816                                if (.@card_1_future == 41) {
1817                                        cutin "œºÄ̳ªÀÌÆ®Ä«µå",4;
1818                                        mes "[Lhimetorra]";
1819                                        mes " A knight commenting about a person's future is very rare. ";
1820                                        mes " It says nothing for you in particular. Nothing ominous. ";
1821                                        next;
1822                                        mes "[Lhimetorra]";
1823                                        mes " It is a very good thing. Means a bright and clear future. Hohoho~ ";
1824                                        next;
1825                                }
1826                                if (.@card_1_future == 42) {
1827                                        cutin "œºÄ̳ªÀÌÆ®Ä«µå",4;
1828                                        mes "[Lhimetorra]";
1829                                        mes " A knight commenting about a person's future is very rare. ";
1830                                        mes " It says it will say one thing for you. Dark clouds can be seen beyond the clear skies. ";
1831                                        next;
1832                                        mes "[Lhimetorra]";
1833                                        mes " You must find out for yourself what those clouds mean. Anyways, you must be careful. ";
1834                                        next;
1835                                }
1836                                if (.@card_1_future == 43) {
1837                                        cutin "œºÄ̳ªÀÌÆ®Ä«µå",4;
1838                                        mes "[Lhimetorra]";
1839                                        mes " It is necessary to reflect upon the past and present in order to look into the future. This card says to look carefully into your past. ";
1840                                        next;
1841                                        mes "[Lhimetorra]";
1842                                        mes " ..with the attitude of reflecting upon yourself. What do you think? Don't you think you lived too much looking into the future? ";
1843                                        next;
1844                                }
1845                                if (.@card_1_future == 44) {
1846                                        cutin "ŸÆŽ©ºñœºÄ«µå",4;
1847                                        mes "[Lhimetorra]";
1848                                        mes " What does the god of death want to say about the future? It is definitely an ominous sign. ";
1849                                        next;
1850                                        mes "[Lhimetorra]";
1851                                        mes " It is trying to warn something about the future. Be careful. ";
1852                                        next;
1853                                }
1854                                if (.@card_1_future == 45) {
1855                                        cutin "ŸÆŽ©ºñœºÄ«µå",4;
1856                                        mes "[Lhimetorra]";
1857                                        mes " The Anubis likes comedy despite people's expectations. It looks forward to comedy. Comedy must be important in the future. ";
1858                                        next;
1859                                        mes "[Lhimetorra]";
1860                                        mes " In your case, it would be wise to grow your sense of humor. ";
1861                                        next;
1862                                }
1863                                if (.@card_1_future == 46) {
1864                                        cutin "ŸÆŽ©ºñœºÄ«µå",4;
1865                                        mes "[Lhimetorra]";
1866                                        mes " The Anubis is the god of death, but it expresses more interest in the future than death. ";
1867                                        next;
1868                                        mes "[Lhimetorra]";
1869                                        mes " Even the Anubis doesn't think about death, so why should you be thinking about it? Expect a good future young one. ";
1870                                        next;
1871                                }
1872                                if (.@card_1_future == 47) {
1873                                        cutin "ŸÆŽ©ºñœºÄ«µå",4;
1874                                        mes "[Lhimetorra]";
1875                                        mes " The Anubis says it has no interest in you. It is a good sign. ";
1876                                        next;
1877                                        mes "[Lhimetorra]";
1878                                        mes " What can be better than being ignored by the god of death? ";
1879                                        next;
1880                                }
1881                                if (.@card_1_future == 48) {
1882                                        cutin "¿ÀÅ©·ÎµåÄ«µå",4;
1883                                        mes "[Lhimetorra]";
1884                                        mes " The Orc Lord says that dairy farming will develop in the future. Why don't you invest in it as well? ";
1885                                        next;
1886                                        mes "[Lhimetorra]";
1887                                        mes " A business looking into the future? ";
1888                                        next;
1889                                }
1890                                if (.@card_1_future == 49) {
1891                                        cutin "¿ÀÅ©·ÎµåÄ«µå",4;
1892                                        mes "[Lhimetorra]";
1893                                        mes " The Orc Lord says you need great strength in the future. Strength that is three, four times greater than now. ";
1894                                        next;
1895                                        mes "[Lhimetorra]";
1896                                        mes " Make yourself stronger in any form. In the future, you will need it. ";
1897                                        next;
1898                                }
1899                                if (.@card_1_future == 50) {
1900                                        cutin "¿ÀÅ©·ÎµåÄ«µå",4;
1901                                        mes "[Lhimetorra]";
1902                                        mes " The Orc Lord says that love for your companions will become great strength in the future. ";
1903                                        mes " Your strength is not enough. ";
1904                                        next;
1905                                        mes "[Lhimetorra]";
1906                                        mes " To become a Lord, you will need colleagues. You should take the Orc Lord's advice! ";
1907                                        next;
1908                                }
1909                                if (.@card_1_future == 51) {
1910                                        cutin "¿ÀÅ©·ÎµåÄ«µå",4;
1911                                        mes "[Lhimetorra]";
1912                                        mes " The Orc Lord is expressing opposition in being too curious about the future. ";
1913                                        mes " Pay a little more attention to the present. ";
1914                                        next;
1915                                        mes "[Lhimetorra]";
1916                                        mes " Respect his opinion young one. You have nothing to lose. ";
1917                                        next;
1918                                }
1919                                if (.@card_1_future == 52) {
1920                                        cutin "ÀèÄ«µå",4;
1921                                        mes "[Lhimetorra]";
1922                                        mes " Jack says something interesting will happen in the future. According to him, the future will be more fun than the present. ";
1923                                        next;
1924                                        mes "[Lhimetorra]";
1925                                        mes " Are you looking forward to it? ";
1926                                        next;
1927                                }
1928                                if (.@card_1_future == 53) {
1929                                        cutin "ÀèÄ«µå",4;
1930                                        mes "[Lhimetorra]";
1931                                        mes " Jack says, in order to prepare for the future, a delightful preparation is necessary. ";
1932                                        mes " Delightful preparation? I don't understand.. I suppose I am too old. Maybe young ones get it.. ";
1933                                        next;
1934                                        mes "[Lhimetorra]";
1935                                        mes " What do you think? Any assumptions? ";
1936                                        next;
1937                                }
1938                                if (.@card_1_future == 54) {
1939                                        cutin "ÀèÄ«µå",4;
1940                                        mes "[Lhimetorra]";
1941                                        mes " Jack is jealous because a splendid person is headed your way in the future. ";
1942                                        mes " I wonder what type of person it is to make that Jack jealous! ";
1943                                        next;
1944                                        mes "[Lhimetorra]";
1945                                        mes " One thing for sure is that you will be very happy! Congratulations young one! ";
1946                                        next;
1947                                }
1948                                if (.@card_1_future == 56) {
1949                                        cutin "ÀèÄ«µå",4;
1950                                        mes "[Lhimetorra]";
1951                                        mes " Jack says you may be frustrated in the future. ";
1952                                        mes " He says to overcome the frustration, it is necessary to think of happy thoughts. ";
1953                                        next;
1954                                        mes "[Lhimetorra]";
1955                                        mes " Meaning your future will become a battle between happiness and frustration.. ";
1956                                        next;
1957                                }
1958                                if (.@card_1_future == 57) {
1959                                        cutin "Á¶Ä¿Ä«µå",4;
1960                                        mes "[Lhimetorra]";
1961                                        mes " The Joker is trying to trick you. This card has all different types of ominous fortunes. ";
1962                                        mes " He wants to enjoy watching you tremble with anxiety. ";
1963                                        next;
1964                                        mes "[Lhimetorra]";
1965                                        mes " Sadness, failure, darkness, loneliness.. you may feel all of these emotions, but they are not fatal. Don't worry. ";
1966                                        next;
1967                                }
1968                                if (.@card_1_future == 58) {
1969                                        cutin "Á¶Ä¿Ä«µå",4;
1970                                        mes "[Lhimetorra]";
1971                                        mes " Jokers don't just appear and go away. They come back in the future. ";
1972                                        mes " They will seduce you numerous times. ";
1973                                        next;
1974                                        mes "[Lhimetorra]";
1975                                        mes " So train yourself not to be tempted. ";
1976                                        mes " Or else you will face frustration or commit a blunder. ";
1977                                        next;
1978                                }
1979                                if (.@card_1_future == 59) {
1980                                        cutin "Á¶Ä¿Ä«µå",4;
1981                                        mes "[Lhimetorra]";
1982                                        mes " Do you see the thing that looks like a leaf flying around the Joker? That is the spade mark. ";
1983                                        mes " Spades means death. Jokers leave those kinds of marks on purpose. ";
1984                                        next;
1985                                        mes "[Lhimetorra]";
1986                                        mes " Don't get disturbed by the mark of death. It's merely a Joker's joke. ";
1987                                        next;
1988                                }
1989                                if (.@card_1_future == 60) {
1990                                        cutin "Á¶Ä¿Ä«µå",4;
1991                                        mes "[Lhimetorra]";
1992                                        mes " Joker offers a nice insurance and says to prepare for the future, but most of it is a waste of time. ";
1993                                        next;
1994                                        mes "[Lhimetorra]";
1995                                        mes " Don't prepare for the future carelessly. A loose measure is worse than a prepared adventure. ";
1996                                        next;
1997                                }
1998                                if (.@card_1_future == 61) {
1999                                        cutin "È£µåÄ«µå",4;
2000                                        mes "[Lhimetorra]";
2001                                        mes " Hodes do not know about tomorrow. But though they are quiet, they endanger other living things. ";
2002                                        mes " Effort into oneself puts great power into the mere existence of one. ";
2003                                        next;
2004                                        mes "[Lhimetorra]";
2005                                        mes " Don't forget that you must think about yorsrelf the most. ";
2006                                        next;
2007                                }
2008                                if (.@card_1_future == 62) {
2009                                        cutin "È£µåÄ«µå",4;
2010                                        mes "[Lhimetorra]";
2011                                        mes " Hodes do not know about tomorrow, but they still know about death. ";
2012                                        mes " Even though you may be honest and simple, in a time of a crisis, you must be alert. ";
2013                                        next;
2014                                        mes "[Lhimetorra]";
2015                                        mes " Or else you will really be a simple and honest fool. That may be troublesome. ";
2016                                        next;
2017                                }
2018                                if (.@card_1_future == 62) {
2019                                        cutin "È£µåÄ«µå",4;
2020                                        mes "[Lhimetorra]";
2021                                        mes " Hodes do not ponder about life, but their will to live is very strong.";
2022                                        mes " You can gain a lot simply through the will to hold on to life. ";
2023                                        next;
2024                                        mes "[Lhimetorra]";
2025                                        mes " Be thankful that you are alive. Thankfullness itself should help greatly. ";
2026                                        next;
2027                                }
2028                                if (.@card_1_future == 63) {
2029                                        cutin "È£µåÄ«µå",4;
2030                                        mes "[Lhimetorra]";
2031                                        mes " Hodes are afraid of crises. You should try not to be afraid of crises either. ";
2032                                        next;
2033                                        mes "[Lhimetorra]";
2034                                        mes " Don't think of them too much. A crisis is simply a crisis. ";
2035                                        next;
2036                                }
2037                                if (.@card_1_future == 64) {
2038                                        cutin "ȲŒÒÄ«µå",4;
2039                                        mes "[Lhimetorra]";
2040                                        mes " Before, bulls used to be thought of as foolishly honest workers, but these days bulls are great strong fighters. ";
2041                                        next;
2042                                        mes "[Lhimetorra]";
2043                                        mes " Finding different sides of oneself is the way to improve. Study about yourself. ";
2044                                        next;
2045                                }
2046                                if (.@card_1_future == 65) {
2047                                        cutin "ȲŒÒÄ«µå",4;
2048                                        mes "[Lhimetorra]";
2049                                        mes " Do bulls leave leather when they pass away? Or was it the tiger? ";
2050                                        mes " Anyways, he is jealous of the humans that leave their name in history. ";
2051                                        next;
2052                                        mes "[Lhimetorra]";
2053                                        mes " If you don't leave your name, he may bear hatred against you for wasting your life. ";
2054                                        mes " So, to not be cursed, make an effort to leave your name in history. ";
2055                                        next;
2056                                }
2057                                if (.@card_1_future == 66) {
2058                                        cutin "ȲŒÒÄ«µå",4;
2059                                        mes "[Lhimetorra]";
2060                                        mes " It might seem funny that a bull will look into the future, but the bull is looking into your future right now. ";
2061                                        mes " He says your future is mixed with storms and fall weather. ";
2062                                        next;
2063                                        mes "[Lhimetorra]";
2064                                        mes " It may be difficult if you are caught up with one situation. In good times, prepare for the bad, and in bad times look forward to good luck. ";
2065                                        next;
2066                                }
2067                                if (.@card_1_future == 67) {
2068                                        cutin "È£µåÄ«µå",4;
2069                                        mes "[Lhimetorra]";
2070                                        mes " The bull thinks of the happiness awaiting in the future, but it doesn't like reduced efficiency because of that happiness. ";
2071                                        next;
2072                                        mes "[Lhimetorra]";
2073                                        mes " Even though happiness may be on its way, don't let it affect your work right now. ";
2074                                        mes " This is the bull's thought and your fortune. ";
2075                                        next;
2076                                }
2077                                mes "[Lhimetorra]";
2078                                mes " Speaking of the future is as dangerous act. ";
2079                                mes " Humans may face disaster if speaking of the future carelessly. That's why we ask cards about the future. ";
2080                                next;
2081                                cutin "°¡ÀÌŸÆœºÄ«µå",255;
2082                                mes "[Lhimetorra]";
2083                                mes " Your fortune is a rather good one. There are some in this world who get more horrible fortunes. ";
2084                                mes " Use this fortune as a support in your life. Ok? ";
2085                                break;
2086                        //================================================================= Warning ===
2087                        case 4:
2088                                mes "[Lhimetorra]";
2089                                mes " Someone that knows of the dangers you do not, will warn you in the form of cards... so listen carefully-! ";
2090                                next;
2091                                set .@card_1_warning,rand(1,70);
2092                                if (.@card_1_warning == 1) {
2093                                        cutin "°¡ÀÌŸÆœºÄ«µå",4;
2094                                        mes "[Lhimetorra]";
2095                                        mes " Do you see the forbidden mark on its shoulder? It is telling you to not do something. ";
2096                                        next;
2097                                        mes "[Lhimetorra]";
2098                                        mes " If you are thinking of something right now, stop your movement. Or else disaster may be headed your way. ";
2099                                        next;
2100                                }
2101                                if (.@card_1_warning == 2) {
2102                                        cutin "°¡ÀÌŸÆœºÄ«µå",4;
2103                                        mes "[Lhimetorra]";
2104                                        mes " Someone is after you. The person is very strong like the picture. They might be holding grudges against you. ";
2105                                        next;
2106                                        mes "[Lhimetorra]";
2107                                        mes " Look around you. Of course, look for anyone you might have spited.. ";
2108                                        next;
2109                                }
2110                                if (.@card_1_warning == 3) {
2111                                        cutin "°¡ÀÌŸÆœºÄ«µå",4;
2112                                        mes "[Lhimetorra]";
2113                                        mes " It is saying to be careful not to burn your mustache with a cigarette. When you do something, something is always at risk.. It is probably warning about that. ";
2114                                        next;
2115                                }
2116                                if (.@card_1_warning == 4) {
2117                                        cutin "°¡ÀÌŸÆœºÄ«µå",4;
2118                                        mes "[Lhimetorra]";
2119                                        mes " 'Be careful of shoveling'.. You might get hit by a shovel. Should you be careful around a construction site? ";
2120                                        next;
2121                                }
2122                                if (.@card_1_warning == 5) {
2123                                        cutin "ŽõœºÆŒ³×œºÄ«µå",4;
2124                                        mes "[Lhimetorra]";
2125                                        mes " The sound of a moth's wings fluttering means chaos. A chaotic event may occur around you. ";
2126                                        next;
2127                                        mes "[Lhimetorra]";
2128                                        mes " The moth is warning you of this. You should be careful. ";
2129                                        next;
2130                                }
2131                                if (.@card_1_warning == 6) {
2132                                        cutin "ŽõœºÆŒ³×œºÄ«µå",4;
2133                                        mes "[Lhimetorra]";
2134                                        mes " Be aware of the wings. Wings symbolize flight, adventure, and fickleness of a player. ";
2135                                        next;
2136                                        mes "[Lhimetorra]";
2137                                        mes " If a word strikes you, be wary of that. Maybe.. a player? ";
2138                                        next;
2139                                }
2140                                if (.@card_1_warning == 7) {
2141                                        cutin "ŽõœºÆŒ³×œºÄ«µå",4;
2142                                        mes "[Lhimetorra]";
2143                                        mes " The teeth of Dustiness are very strong. This means.. Someone may attempt to bite you with their teeth?! ";
2144                                        next;
2145                                }
2146                                if (.@card_1_warning == 8) {
2147                                        cutin "ŽõœºÆŒ³×œºÄ«µå",4;
2148                                        mes "[Lhimetorra]";
2149                                        mes " The moth's warning: 'Dangerous!'. A very simple, yet obvious warning. ";
2150                                        next;
2151                                }
2152                                if (.@card_1_warning == 9) {
2153                                        cutin "µå¶óÅ¥¶óÄ«µå",4;
2154                                        mes "[Lhimetorra]";
2155                                        mes " Dracula says, 'Be careful in the streets at night.' ";
2156                                        next;
2157                                }
2158                                if (.@card_1_warning == 10) {
2159                                        cutin "µå¶óÅ¥¶óÄ«µå",4;
2160                                        mes "[Lhimetorra]";
2161                                        mes " Dracula says, 'Don't be too picky.' ";
2162                                        next;
2163                                }
2164                                if (.@card_1_warning == 11) {
2165                                        cutin "µå¶óÅ¥¶óÄ«µå",4;
2166                                        mes "[Lhimetorra]";
2167                                        mes " Dracula says, 'Brush your teeth 3 times a day.' Make sure you brush your teeth! ";
2168                                        next;
2169                                }
2170                                if (.@card_1_warning == 12) {
2171                                        cutin "µå¶óÅ¥¶óÄ«µå",4;
2172                                        mes "[Lhimetorra]";
2173                                        mes " Dracula says, 'Study the important points first.' Cramming will not work! ";
2174                                        next;
2175                                }
2176                                if (.@card_1_warning == 13) {
2177                                        cutin "µå·¹ÀÌũīµå",4;
2178                                        mes "[Lhimetorra]";
2179                                        mes " If you see the flag of a pirate, either run or do as they say. Pirates do not give more than one warning. ";
2180                                        next;
2181                                        mes "[Lhimetorra]";
2182                                        mes " It is the same in life. ";
2183                                        next;
2184                                }
2185                                if (.@card_1_warning == 14) {
2186                                        cutin "µå·¹ÀÌũīµå",4;
2187                                        mes "[Lhimetorra]";
2188                                        mes " Pirates give warnings about many things. But right now, this card is speaking of betrayal. ";
2189                                        next;
2190                                        mes "[Lhimetorra]";
2191                                        mes " To pirates, betrayal means tragic death. Be careful of betrayals. ";
2192                                        next;
2193                                }
2194                                if (.@card_1_warning == 15) {
2195                                        cutin "µå·¹ÀÌũīµå",4;
2196                                        mes "[Lhimetorra]";
2197                                        mes " The pirate is warning you of your beauty. Don't show off your beauty too much. Pirates are very jealous of appearance, as well. ";
2198                                        next;
2199                                }
2200                                if (.@card_1_warning == 16) {
2201                                        cutin "ž¶ž®³ªÄ«µå",4;
2202                                        mes "[Lhimetorra]";
2203                                        mes " The Marina is warning of a hot stinging poison. Be cautious of poison. ";
2204                                        next;
2205                                }
2206                                if (.@card_1_warning == 17) {
2207                                        cutin "ž¶ž®³ªÄ«µå",4;
2208                                        mes "[Lhimetorra]";
2209                                        mes " The Marina is warning about a lazy lifestyle. It says such a lifestyle will lead to something like itself. ";
2210                                        next;
2211                                }
2212                                if (.@card_1_warning == 18) {
2213                                        cutin "ž¶ž®³ªÄ«µå",4;
2214                                        mes "[Lhimetorra]";
2215                                        mes " The Marina doesn't really think about anything else.. But it will say one thing. Food. The Marina loves food. ";
2216                                        next;
2217                                        mes "[Lhimetorra]";
2218                                        mes " Eating is happiness. Same goes for humans as well. Value food and enjoy eating. ";
2219                                        next;
2220                                }
2221                                if (.@card_1_warning == 19) {
2222                                        cutin "ž¶ž®³ªÄ«µå",4;
2223                                        mes "[Lhimetorra]";
2224                                        mes " The Marina is warning about a big belly. It's not happy because it resembles itself.. How about losing some weight? ";
2225                                        next;
2226                                }
2227                                if (.@card_1_warning == 20) {
2228                                        cutin "ž¶ž®¿À³×Ʈīµå",4;
2229                                        mes "[Lhimetorra]";
2230                                        mes " The Marionette says that you must not rely on violence and to use a different method. ";
2231                                        mes " I'm not quite sure, but it may become an important word of advice to you..? ";
2232                                        next;
2233                                }
2234                                if (.@card_1_warning == 21) {
2235                                        cutin "ž¶ž®¿À³×Ʈīµå",4;
2236                                        mes "[Lhimetorra]";
2237                                        mes " The Marionette is warning about ominous activities. If you did something recently, you should settle it soon. ";
2238                                        next;
2239                                        mes "[Lhimetorra]";
2240                                        mes " A bad result may come your way. ";
2241                                        next;
2242                                }
2243                                if (.@card_1_warning == 22) {
2244                                        cutin "ž¶ž®¿À³×Ʈīµå",4;
2245                                        mes "[Lhimetorra]";
2246                                        mes " The Marionette's eyes are warning about your falsehood. Lies, deceit, fake calculations and actions.. The Marionette is warning about all of them. ";
2247                                        next;
2248                                        mes "[Lhimetorra]";
2249                                        mes " This is all for you young one. Therefore, follow this fortune and rid yourself of falsehood. ";
2250                                        next;
2251                                }
2252                                if (.@card_1_warning == 23) {
2253                                        cutin "ž¶ž®¿À³×Ʈīµå",4;
2254                                        mes "[Lhimetorra]";
2255                                        mes " The Marionette is emphasizing a proper diet. Don't rely too much on meat. ";
2256                                        next;
2257                                        mes "[Lhimetorra]";
2258                                        mes " Take the Marionette's advice. She never says anything wrong. Hoho... ";
2259                                        next;
2260                                }
2261                                if (.@card_1_warning == 24) {
2262                                        cutin "žÞµÎ»çÄ«µå",4;
2263                                        mes "[Lhimetorra]";
2264                                        mes " The Medusa punishes those who challenge it without warning. Unexpected punishment. ";
2265                                        next;
2266                                        mes "[Lhimetorra]";
2267                                        mes " That is a Medusa. You should be careful. The warning ended a long time ago. ";
2268                                        next;
2269                                }
2270                                if (.@card_1_warning == 25) {
2271                                        cutin "žÞµÎ»çÄ«µå",4;
2272                                        mes "[Lhimetorra]";
2273                                        mes " The Medusa is warning you to be nice to others, or else it will turn you into stone.";
2274                                        next;
2275                                        mes "[Lhimetorra]";
2276                                        mes " What a rightful Medusa. Hmm... ";
2277                                        next;
2278                                }
2279                                if (.@card_1_warning == 26) {
2280                                        cutin "žÞµÎ»çÄ«µå",4;
2281                                        mes "[Lhimetorra]";
2282                                        mes " The Medusa is warning you to return anything you borrow on time. ";
2283                                        mes " Saying it will not forgive those who use other's things like a black hole.. borrowing and never returning ";
2284                                        next;
2285                                        mes "[Lhimetorra]";
2286                                        mes " Are you sure you returned everything you have borrowed? Better take care of everything before you get punished. ";
2287                                        next;
2288                                }
2289                                if (.@card_1_warning == 27) {
2290                                        cutin "žÞµÎ»çÄ«µå",4;
2291                                        mes "[Lhimetorra]";
2292                                        mes " The Medusa is warning about a person near you. Of their existence.. and the relationship, ";
2293                                        next;
2294                                        mes "[Lhimetorra]";
2295                                        mes " The Medusa's warning is very stern. Take a close look around you. ";
2296                                        next;
2297                                }
2298                                if (.@card_1_warning == 28) {
2299                                        cutin "¹ÙÆ÷žÞƮīµå",4;
2300                                        mes "[Lhimetorra]";
2301                                        mes " The Baphomet says to beware when intervening with others' issues. ";
2302                                        next;
2303                                        mes "[Lhimetorra]";
2304                                        mes " He is very angry about intruding in others' spaces. Accept the Baphomet's warning. ";
2305                                        next;
2306                                }
2307                                if (.@card_1_warning == 29) {
2308                                        cutin "¹ÙÆ÷žÞƮīµå",4;
2309                                        mes "[Lhimetorra]";
2310                                        mes " The Baphomet is warning about arrogance. Even a strong and wise warrior must show respect to a Baphomet, ";
2311                                        mes " Arrogance takes away that respect. The Baphomet hates that type of arrogance. ";
2312                                        next;
2313                                        mes "[Lhimetorra]";
2314                                        mes " Maybe it means he sees that type of arrogance in you? Since the Baphomet is warning you.. ";
2315                                        next;
2316                                }
2317                                if (.@card_1_warning == 30) {
2318                                        cutin "¹ÙÆ÷žÞƮīµå",4;
2319                                        mes "[Lhimetorra]";
2320                                        mes " The Baphomet is warning about the laziness that stops one from sharpening the scythe. ";
2321                                        mes " That laziness will cause you to lose your life in an instant. ";
2322                                        next;
2323                                        mes "[Lhimetorra]";
2324                                        mes " Laziness is more dangerous than the monster in front of you. Don't forget about this warning. ";
2325                                        next;
2326                                }
2327                                if (.@card_1_warning == 31) {
2328                                        cutin "¹ÙÆ÷žÞƮīµå",4;
2329                                        mes "[Lhimetorra]";
2330                                        mes " The Baphomet says it has nothing to say. I wonder why? Isn't it a very good sign?!! ";
2331                                        next;
2332                                }
2333                                if (.@card_1_warning == 32) {
2334                                        cutin "»÷µåžÇÄ«µå",4;
2335                                        mes "[Lhimetorra]";
2336                                        mes " Sand is an instant cure of athlete's foot. He says to beware of athlete's foot and that he hates those rubbing their infected feet into his body. ";
2337                                        next;
2338                                        mes "[Lhimetorra]";
2339                                        mes " A Sandman's warning is very stern. Wash your feet regularly, young one. ";
2340                                        next;
2341                                }
2342                                if (.@card_1_warning == 33) {
2343                                        cutin "»÷µåžÇÄ«µå",4;
2344                                        mes "[Lhimetorra]";
2345                                        mes " A chicken puts sand in its mouth to aid its insufficient digestion system. ";
2346                                        mes " The Sandman says to watch out before you become like a chicken. ";
2347                                        next;
2348                                        mes "[Lhimetorra]";
2349                                        mes " And don't eat too much spicy and salty food, alcohol, etc. What a thoughtful Sandman. ";
2350                                        next;
2351                                }
2352                                if (.@card_1_warning == 34) {
2353                                        cutin "»÷µåžÇÄ«µå",4;
2354                                        mes "[Lhimetorra]";
2355                                        mes " The Sandman says over-sleepers will be punished by society! ";
2356                                        next;
2357                                        mes "[Lhimetorra]";
2358                                        mes " Oooh, a stern warning about the future! Young one, bear this in mind. ";
2359                                        next;
2360                                }
2361                                if (.@card_1_warning == 35) {
2362                                        cutin "»÷µåžÇÄ«µå",4;
2363                                        mes "[Lhimetorra]";
2364                                        mes " One warning from the Sandman, respect your parents. ";
2365                                        next;
2366                                        mes "[Lhimetorra]";
2367                                        mes " If you don't, you will end up like him. Listen to the Sandman. ";
2368                                        next;
2369                                }
2370                                if (.@card_1_warning == 36) {
2371                                        cutin "ŒÒÈñÄ«µå",4;
2372                                        mes "[Lhimetorra]";
2373                                        mes " Sohee dislikes stinky feet. Don't forget to wash your feet. ";
2374                                        next;
2375                                        mes "[Lhimetorra]";
2376                                        mes " Bah, don't laugh about it! This is a solemn warning. ";
2377                                        next;
2378                                }
2379                                if (.@card_1_warning == 37) {
2380                                        cutin "ŒÒÈñÄ«µå",4;
2381                                        mes "[Lhimetorra]";
2382                                        mes " Sohee stands on the tip of her toes. It is because her toes are very strong. ";
2383                                        mes " No matter what a person does, physical strength is the most important. Exercise and get stronger. ";
2384                                        next;
2385                                        mes "[Lhimetorra]";
2386                                        mes " If you sit around all day, even the things that were going to work won't. Got it? Exercise, exercise! ";
2387                                        next;
2388                                }
2389                                if (.@card_1_warning == 38) {
2390                                        cutin "ŒÒÈñÄ«µå",4;
2391                                        mes "[Lhimetorra]";
2392                                        mes " Look at Sohee's hairstyle. Isn't it splendid. ";
2393                                        mes " Sohee likes to take care of her appearance. If you don't, Sohee will get mad at you. ";
2394                                        next;
2395                                        mes "[Lhimetorra]";
2396                                        mes " Making yourself look presentable is just as important as keeping a good heart. ";
2397                                        mes " Take care of your appearance. And get that pepper out from between your teeth! ";
2398                                        next;
2399                                }
2400                                if (.@card_1_warning == 39) {
2401                                        cutin "ŒÒÈñÄ«µå",4;
2402                                        mes "[Lhimetorra]";
2403                                        mes " Once, Sohee didn't get her change back when she asked a baby ghost to run an errand. ";
2404                                        mes " No can do! Always return the change. ";
2405                                        next;
2406                                        mes "[Lhimetorra]";
2407                                        mes " No matter how little the amount, you must not just keep it. Sohee greatly dislikes it. ";
2408                                        next;
2409                                }
2410                                if (.@card_1_warning == 40) {
2411                                        cutin "œºÄÌ¿öĿīµå",4;
2412                                        mes "[Lhimetorra]";
2413                                        mes " Even though it is a skeleton with only bones, it has all the safety gear needed. ";
2414                                        next;
2415                                        mes "[Lhimetorra]";
2416                                        mes " What the skeleton wants to say is, be aware of 'safety'. Being ignorant about safety is dangerous. ";
2417                                        next;
2418                                }
2419                                if (.@card_1_warning == 41) {
2420                                        cutin "œºÄÌ¿öĿīµå",4;
2421                                        mes "[Lhimetorra]";
2422                                        mes " The skeleton card has a gray tone. If you read the grey, you can see the darkness. ";
2423                                        mes " It seems like darkness is on its way. Be careful, this darkness isn't ordinary. ";
2424                                        next;
2425                                        mes "[Lhimetorra]";
2426                                        mes " Hmm.. would you like an amulet? ";
2427                                        next;
2428                                }
2429                                if (.@card_1_warning == 42) {
2430                                        cutin "œºÄÌ¿öĿīµå",4;
2431                                        mes "[Lhimetorra]";
2432                                        mes " The skeleton is warning you about an irregular eating pattern. ";
2433                                        mes " It says it became like that because of a bad eating habit. ";
2434                                        next;
2435                                        mes "[Lhimetorra]";
2436                                        mes " Eat the right food at the right time. That's the only way your body will survive. You can't afford to become like a skeleton. ";
2437                                        next;
2438                                }
2439                                if (.@card_1_warning == 43) {
2440                                        cutin "œºÄÌ¿öĿīµå",4;
2441                                        mes "[Lhimetorra]";
2442                                        mes " The skeleton's pickaxe is very strong. Even though its body seems weak, with the right tools, it can do great things. ";
2443                                        next;
2444                                        mes "[Lhimetorra]";
2445                                        mes " So don't blame your body right now and go search for the right tools. Then you will have a good result. ";
2446                                        next;
2447                                }
2448                                if (.@card_1_warning == 44) {
2449                                        cutin "œºÄ̳ªÀÌÆ®Ä«µå",4;
2450                                        mes "[Lhimetorra]";
2451                                        mes " The knight is warning you of reckless driving. Do you ride a Pecopeco by any chance? ";
2452                                        mes " Anyhow, you should avoid reckless driving.. If a knight is saying that, it is a big problem. ";
2453                                        next;
2454                                }
2455                                if (.@card_1_warning == 45) {
2456                                        cutin "œºÄ̳ªÀÌÆ®Ä«µå",4;
2457                                        mes "[Lhimetorra]";
2458                                        mes " The knight is warning you of cruelty. It could be yours or that of someone around you. ";
2459                                        next;
2460                                        mes "[Lhimetorra]";
2461                                        mes " Anyhow, cruelty will harm you for sure. Be cautious of it. ";
2462                                        next;
2463                                }
2464                                if (.@card_1_warning == 46) {
2465                                        cutin "œºÄ̳ªÀÌÆ®Ä«µå",4;
2466                                        mes "[Lhimetorra]";
2467                                        mes " The misfortune shown in the knight card is hastiness. That is also what takes away a knight's life, too. ";
2468                                        next;
2469                                        mes "[Lhimetorra]";
2470                                        mes " This knight is warning you from the bottom of his heart, ";
2471                                        mes " so that you don't repeat his mistake. Be ware of hastiness. ";
2472                                        next;
2473                                }
2474                                if (.@card_1_warning == 47) {
2475                                        cutin "œºÄ̳ªÀÌÆ®Ä«µå",4;
2476                                        mes "[Lhimetorra]";
2477                                        mes " This knight is warning you of loneliness. He doesn't have a person to help his horse, ";
2478                                        mes " nor a lover awaiting him, so loneliness hits him in the heart. ";
2479                                        next;
2480                                        mes "[Lhimetorra]";
2481                                        mes " Loneliness is not simply sadness. It is a formless devil eating your life. Stay away from loneliness. ";
2482                                        next;
2483                                }
2484                                if (.@card_1_warning == 48) {
2485                                        cutin "ŸÆŽ©ºñœºÄ«µå",4;
2486                                        mes "[Lhimetorra]";
2487                                        mes " The warning of the god of death is death itself. ";
2488                                        next;
2489                                        mes "[Lhimetorra]";
2490                                        mes " Be cautious of death.. death that can be your turn, or maybe someone else. ";
2491                                        next;
2492                                }
2493                                if (.@card_1_warning == 49) {
2494                                        cutin "ŸÆŽ©ºñœºÄ«µå",4;
2495                                        mes "[Lhimetorra]";
2496                                        mes " The Anubis says to be careful of darkness. In darkness, death lingers in the dark. ";
2497                                        next;
2498                                        mes "[Lhimetorra]";
2499                                        mes " Take the Anubis's advice and avoid the dark. That is the wisest choice. ";
2500                                        next;
2501                                }
2502                                if (.@card_1_warning == 50) {
2503                                        cutin "ŸÆŽ©ºñœºÄ«µå",4;
2504                                        mes "[Lhimetorra]";
2505                                        mes " The Anubis doesn't like foul language. You don't have a foul mouth, do you? ";
2506                                        mes " Watch your mouth. The Anubis is after those that say foul language.";
2507                                        next;
2508                                        mes "[Lhimetorra]";
2509                                        mes " Humans have a problem with their mouths. Mmm~ Agh. Me, too?! ";
2510                                        next;
2511                                }
2512                                if (.@card_1_warning == 51) {
2513                                        cutin "ŸÆŽ©ºñœºÄ«µå",4;
2514                                        mes "[Lhimetorra]";
2515                                        mes " The Anubis is warning you of hatred. Hatred only brings upon death. ";
2516                                        mes " The Anubis must not like being busy these days. ";
2517                                        next;
2518                                        mes "[Lhimetorra]";
2519                                        mes " Seeing that he is warning about hatred. Don't you think it's a good idea to avoid his eyes at a time like this? ";
2520                                        next;
2521                                }
2522                                if (.@card_1_warning == 52) {
2523                                        cutin "¿ÀÅ©·ÎµåÄ«µå",4;
2524                                        mes "[Lhimetorra]";
2525                                        mes " The Orc Lord is warning you of self-righteousness. It is the most dangerous noxious bug that will feed on you. ";
2526                                        next;
2527                                        mes "[Lhimetorra]";
2528                                        mes " Learn how to accept others' opinions. How about starting from accepting the Orc Lord's? ";
2529                                        next;
2530                                }
2531                                if (.@card_1_warning == 53) {
2532                                        cutin "¿ÀÅ©·ÎµåÄ«µå",4;
2533                                        mes "[Lhimetorra]";
2534                                        mes " The Orc Lord is warning you about freedom. Isn't freedom a good thing? ";
2535                                        mes " Not always! Too much freedom can lead to self-indulgence! ";
2536                                        next;
2537                                        mes "[Lhimetorra]";
2538                                        mes " He knows about the danger of freedom as a lord. ";
2539                                        next;
2540                                }
2541                                if (.@card_1_warning == 54) {
2542                                        cutin "¿ÀÅ©·ÎµåÄ«µå",4;
2543                                        mes "[Lhimetorra]";
2544                                        mes " The Orc Lord warning you of the opposite sex. Yes. They are poisonous. Keep your distance. ";
2545                                        next;
2546                                        mes "[Lhimetorra]";
2547                                        mes " Especially a young one like you... You are too close to one. Cough. ";
2548                                        next;
2549                                }
2550                                if (.@card_1_warning == 55) {
2551                                        cutin "¿ÀÅ©·ÎµåÄ«µå",4;
2552                                        mes "[Lhimetorra]";
2553                                        mes " The Orc Lord is warning about destruction. He knows destruction very well because he is a master of destruction. ";
2554                                        next;
2555                                        mes "[Lhimetorra]";
2556                                        mes " That's why he knows about the danger and misfortune destruction brings. Don't destroy thoughtlessly. You will end up destroying yourself as well. ";
2557                                        next;
2558                                }
2559                                if (.@card_1_warning == 56) {
2560                                        cutin "ÀèÄ«µå",4;
2561                                        mes "[Lhimetorra]";
2562                                        mes " Jack is warning you of lame jokes. When he finds one saying them, he tends to hit them with his stick. ";
2563                                        next;
2564                                        mes "[Lhimetorra]";
2565                                        mes " If you don't want to be hit, stop your lame jokes! ";
2566                                        next;
2567                                }
2568                                if (.@card_1_warning == 57) {
2569                                        cutin "ÀèÄ«µå",4;
2570                                        mes "[Lhimetorra]";
2571                                        mes " Jack is warning you about others' anger and that anger takes away happiness and kills a joke. ";
2572                                        next;
2573                                        mes "[Lhimetorra]";
2574                                        mes " Anger only exhausts you. Keep your distance from anger and befriend jokes. Jack's word. ";
2575                                        next;
2576                                }
2577                                if (.@card_1_warning == 58) {
2578                                        cutin "ÀèÄ«µå",4;
2579                                        mes "[Lhimetorra]";
2580                                        mes " It seems like Jack is worried about excessive jokes. ";
2581                                        mes " Jokes are fun, but too much will turn you into a ghost like him. ";
2582                                        next;
2583                                        mes "[Lhimetorra]";
2584                                        mes " Be careful. When Jack speaks like this, he playfulness is gone. ";
2585                                        next;
2586                                }
2587                                if (.@card_1_warning == 59) {
2588                                        cutin "Á¶Ä¿Ä«µå",4;
2589                                        mes "[Lhimetorra]";
2590                                        mes " Jokers enjoy giving opposite warnings. He says to enjoy sleeping in.";
2591                                        next;
2592                                        mes "[Lhimetorra]";
2593                                        mes " I think you should wake up early. ";
2594                                        next;
2595                                }
2596                                if (.@card_1_warning == 60) {
2597                                        cutin "Á¶Ä¿Ä«µå",4;
2598                                        mes "[Lhimetorra]";
2599                                        mes " Jokers enjoy giving opposite warnings. He says to enjoy a midnight snack. ";
2600                                        next;
2601                                        mes "[Lhimetorra]";
2602                                        mes " Don't eat anything at night. Your stomach will hurt. ";
2603                                        next;
2604                                }
2605                                if (.@card_1_warning == 61) {
2606                                        cutin "Á¶Ä¿Ä«µå",4;
2607                                        mes "[Lhimetorra]";
2608                                        mes " Jokers enjoy giving opposite warnings. ";
2609                                        mes " He says if someone has something you want, make it yours. ";
2610                                        next;
2611                                        mes "[Lhimetorra]";
2612                                        mes " Need I say more? That's a dangerous thought!! ";
2613                                        next;
2614                                }
2615                                if (.@card_1_warning == 62) {
2616                                        cutin "Á¶Ä¿Ä«µå",4;
2617                                        mes "[Lhimetorra]";
2618                                        mes " Joker enjoys giving opposite warnings. ";
2619                                        mes " What he is telling you is to not fear death. ";
2620                                        next;
2621                                        mes "[Lhimetorra]";
2622                                        mes " If a Joker is saying this, be careful. There is no cure for thoughtless fools. ";
2623                                        next;
2624                                }
2625                                if (.@card_1_warning == 63) {
2626                                        cutin "È£µåÄ«µå",4;
2627                                        mes "[Lhimetorra]";
2628                                        mes " The Hode can forgive others, but not those who hurt it. ";
2629                                        mes " You should also only not forgive those who hurt you. ";
2630                                        next;
2631                                        mes "[Lhimetorra]";
2632                                        mes " A small territory will ensure great happiness. ";
2633                                        next;
2634                                }
2635                                if (.@card_1_warning == 64) {
2636                                        cutin "È£µåÄ«µå",4;
2637                                        mes "[Lhimetorra]";
2638                                        mes " The Hode is warning you of voracious eating that made it sluggish. ";
2639                                        mes " Eating is good, but the wild is a dangerous place. Leave your stomach partially empty. ";
2640                                        next;
2641                                        mes "[Lhimetorra]";
2642                                        mes " So you can quickly respond to crises. ";
2643                                        next;
2644                                }
2645                                if (.@card_1_warning == 65) {
2646                                        cutin "È£µåÄ«µå",4;
2647                                        mes "[Lhimetorra]";
2648                                        mes " The Hode is warning you of voracious eating that made it sluggish. ";
2649                                        mes " Eating is good, but the wild is a dangerous place. Leave your stomach partially empty.";
2650                                        next;
2651                                        mes "[Lhimetorra]";
2652                                        mes " So you can quickly respond to crises. ";
2653                                        next;
2654                                }
2655                                if (.@card_1_warning == 66) {
2656                                        cutin "È£µåÄ«µå",4;
2657                                        mes "[Lhimetorra]";
2658                                        mes " If you are to the point of being warned by a Hode.. you must be one considerable person. ";
2659                                        next;
2660                                        mes "[Lhimetorra]";
2661                                        mes " It says to do better.. I have no idea what it means. ";
2662                                        next;
2663                                }
2664                                if (.@card_1_warning == 67) {
2665                                        cutin "È£µåÄ«µå",4;
2666                                        mes "[Lhimetorra]";
2667                                        mes " The Bull warns of corruption. A lazy hedonist that is not diligent. ";
2668                                        mes " He believes that is like a cancer cell that can't be removed. ";
2669                                        next;
2670                                        mes "[Lhimetorra]";
2671                                        mes " Be careful to not have that kind of cell stuck on you. ";
2672                                        next;
2673                                }
2674                                if (.@card_1_warning == 68) {
2675                                        cutin "ȲŒÒÄ«µå",4;
2676                                        mes "[Lhimetorra]";
2677                                        mes " The bull is warning about ignorance about a crisis. ";
2678                                        mes " Not knowing that a crisis is a crisis is the most dangerous of all. ";
2679                                        next;
2680                                        mes "[Lhimetorra]";
2681                                        mes " You will need to learn how to read danger. Accept the bull's advice. ";
2682                                        next;
2683                                }
2684                                if (.@card_1_warning == 69) {
2685                                        cutin "ȲŒÒÄ«µå",4;
2686                                        mes "[Lhimetorra]";
2687                                        mes " The bull is warning of something that will make life sad. ";
2688                                        mes " Sadness is a natural feeling, but don't let that put you down. ";
2689                                        next;
2690                                        mes "[Lhimetorra]";
2691                                        mes " A bull is an honest worker that cries even while it works. It knows that it must not be lazy about what it needs to do, even when expressing sadness. ";
2692                                        mes " It seems like he wants to tell you this. ";
2693                                        next;
2694                                }
2695                                if (.@card_1_warning == 70) {
2696                                        cutin "ȲŒÒÄ«µå",4;
2697                                        mes "[Lhimetorra]";
2698                                        mes " The bull is warning about meat from watered cows. ";
2699                                        mes " Saying that, that type of behavior will surely bring upon monsters' curses. ";
2700                                        next;
2701                                        mes "[Lhimetorra]";
2702                                        mes " I don't know why he would warn you about it.. Do you raise cattle by any chance? ";
2703                                        next;
2704                                }
2705                                mes "[Lhimetorra]";
2706                                mes " A warning is always a useful fortune. You can never lose anything. ";
2707                                next;
2708                                cutin "°¡ÀÌŸÆœºÄ«µå",255;
2709                                mes "[Lhimetorra]";
2710                                mes " I hope you will be able to avoid misfortune with this warning. Then... ";
2711                                close;
2712                        }
2713                        close;
2714                case 2:
2715                        mes "[Lhimetorra]";
2716                        mes " Ok then. Young adventurer, may luck be with you... ";
2717                        close;
2718                }
2719                close;
2720        case 2:
2721                mes "[Lhimetorra]";
2722                mes " Monster card reading uses the cards of familiar monsters around us to get advice about our future, love, and many other things. ";
2723                mes " A fortuneteller like me takes a question from a person and asks the card. The card answers and I tell the person. ";
2724                next;
2725                mes "[Lhimetorra]";
2726                mes " You should not get more than one card reading a day, and don't get one often since the card can get angry or confused. ";
2727                mes " Also, it can have a bad influence on your life, too! ";
2728                next;
2729                mes "[Lhimetorra]";
2730                mes " And... one more thing. ";
2731                mes " A card reading is only a reading... No matter how extraordinary the result may be, don't get too caught up with it. Bear that in mind. ";
2732                close;
2733        }
2734}
2735
2736payon_in03,75,129,5     script  Poring Fortune Teller   704,{
2737        mes "[Chocarle]";
2738        mes " Welcome, welcome~!! " +strcharinfo(0)+ "~!";
2739        mes " What brings you here today!? ";
2740        next;
2741        switch(select(" I would like a Poring card reading. : What is a Poring card reading? ")) {
2742        case 1:
2743                mes "[Chocarle]";
2744                mes " Ah~ is that so! ";
2745                mes " Solving the wonders of the future with these cute and adorable Poring cards! ";
2746                mes " It is 1000z for each fortune! Shall we begin? ";
2747                next;
2748                switch(select(" Yes. : I would like to think about it once more. ")) {
2749                //=================================================================Fortune Teller ===
2750                case 1:
2751                        if (Zeny < 1000) {
2752                                mes "[Chocarle]";
2753                                mes "You don't even have 1000 zeny!";
2754                                mes "Nope, I can read cards for you!";
2755                                mes "Nope!";
2756                                close;
2757                        }
2758                        set zeny,zeny-1000;
2759                        mes "[Chocarle]";
2760                        mes " Thank you~! Then we shall look into your fortune! ";
2761                        mes " First, clear your mind! Just like washing when you wash dishes! ";
2762                        next;
2763                        mes "[Chocarle]";
2764                        mes " Then~ gently think of your wish! ";
2765                        next;
2766                        switch(select(" (I'm curious about love!) : (I would like to do well in school!) : (Will my friendship be intact?) : (I want to know about my future self!) : (Will I make a lot of money?) ")) {
2767                        //=================================================================Love ===
2768                        case 1:
2769                                mes "[Chocarle]";
2770                                mes " Ohh! Cute love fortune! Heh! Lets look at the cards! ";
2771                                next;
2772                                mes "[Chocarle]";
2773                                set .@card_2_love,rand(1,33);
2774                                if (.@card_2_love == 1) {
2775                                        cutin "°íœºÆ®žµÄ«µå",4;
2776                                        mes " Oh! Your lover is about to leave your side! Hold on tight! ";
2777                                }
2778                                if (.@card_2_love == 2) {
2779                                        cutin "°íœºÆ®žµÄ«µå",4;
2780                                        mes " Agh! You're about to give your soul to your loved one! Take it down a notch! ";
2781                                }
2782                                if (.@card_2_love == 3) {
2783                                        cutin "°íœºÆ®žµÄ«µå",4;
2784                                        mes " No! Your heart is about to leave your love! Catch it! ";
2785                                }
2786                                if (.@card_2_love == 4) {
2787                                        cutin "µå·ÓÇÁœºÄ«µå",4;
2788                                        mes " Love is like juice in the forest! It is refreshing! Take care of your loved one! ";
2789                                }
2790                                if (.@card_2_love == 5) {
2791                                        cutin "µå·ÓÇÁœºÄ«µå",4;
2792                                        mes " Uh! You didn't share your juice with your loved one! What a shame! Take care of your loved one! ";
2793                                }
2794                                if (.@card_2_love == 6) {
2795                                        cutin "µå·ÓÇÁœºÄ«µå",4;
2796                                        mes " Why not share with your loved one? Don't be too greedy and try to keep it all! ";
2797                                }
2798                                if (.@card_2_love == 7) {
2799                                        cutin "žÇÆŒœºÄ«µå",4;
2800                                        mes " Your love is going to have a crisis! Protect your love! ";
2801                                }
2802                                if (.@card_2_love == 8) {
2803                                        cutin "žÇÆŒœºÄ«µå",4;
2804                                        mes " Hee! Go after your love like a mole! Puhahaha! ";
2805                                }
2806                                if (.@card_2_love == 9) {
2807                                        cutin "žÇÆŒœºÄ«µå",4;
2808                                        mes " Oh no! Your love is in danger! Run away from the menace! ";
2809                                }
2810                                if (.@card_2_love == 10) {
2811                                        cutin "¹«³«Ä«µå",4;
2812                                        mes " Oh no! You lost your loved one. And, nobody similar around you. Cheer up! ";
2813                                }
2814                                if (.@card_2_love == 11) {
2815                                        cutin "¹«³«Ä«µå",4;
2816                                        mes " Ah! A sexy rival has appeared! Don't get sidetracked! ";
2817                                }
2818                                if (.@card_2_love == 12) {
2819                                        cutin "¹«³«Ä«µå",4;
2820                                        mes " You are desperately searching for love! If you go beyond this desert, you can find love! ";
2821                                }
2822                                if (.@card_2_love == 13) {
2823                                        cutin "»êÅžÆ÷žµÄ«µå",4;
2824                                        mes " Prepare an event of love! They will be flying with happiness! ";
2825                                }
2826                                if (.@card_2_love == 14) {
2827                                        cutin "»êÅžÆ÷žµÄ«µå",4;
2828                                        mes " Love is sweet! Be careful not to get cavities! ";
2829                                }
2830                                if (.@card_2_love == 15) {
2831                                        cutin "»êÅžÆ÷žµÄ«µå",4;
2832                                        mes " Prepare a present for your love! They might get a heart attack because they will be overwhelmed with happiness! ";
2833                                }
2834                                if (.@card_2_love == 16) {
2835                                        cutin "ŒÖÁ®œºÄÌſīµå",4;
2836                                        mes " Don't be shy in front of your loved one! Love transcends everything! ";
2837                                }
2838                                if (.@card_2_love == 17) {
2839                                        cutin "ŒÖÁ®œºÄÌſīµå",4;
2840                                        mes " Embrace every aspect of your loved one! That is true love! ";
2841                                }
2842                                if (.@card_2_love == 18) {
2843                                        cutin "ŒÖÁ®œºÄÌſīµå",4;
2844                                        mes " Love will blossom with a totally different person! Wow, so cool! ";
2845                                }
2846                                if (.@card_2_love == 19) {
2847                                        cutin "œºÄÌ·¹ÅæÄ«µå",4;
2848                                        mes " No matter what other people say, run towards your loved one! One-track love! ";
2849                                }
2850                                if (.@card_2_love == 20) {
2851                                        cutin "œºÄÌ·¹ÅæÄ«µå",4;
2852                                        mes " Go to your loved one with a present! They will be very happy! ";
2853                                }
2854                                if (.@card_2_love == 21) {
2855                                        cutin "œºÄÌ·¹ÅæÄ«µå",4;
2856                                        mes " Love requires health and strength! Exercise to become stronger! Power and love! ";
2857                                }
2858                                if (.@card_2_love == 22) {
2859                                        cutin "¿¡µå°¡Ä«µå",4;
2860                                        mes " Even if you wish to approach your loved one, your body is discomforted! Take a break and rest! ";
2861                                }
2862                                if (.@card_2_love == 23) {
2863                                        cutin "¿¡µå°¡Ä«µå",4;
2864                                        mes " Love is bending yourself for someone! Service! Sacrifice! ";
2865                                }
2866                                if (.@card_2_love == 24) {
2867                                        cutin "¿¡µå°¡Ä«µå",4;
2868                                        mes " You will be meeting your lover's parents! Prepare well! ";
2869                                }
2870                                if (.@card_2_love == 25) {
2871                                        cutin "¿£Á©žµÄ«µå",4;
2872                                        mes " Your relationship must be very happy as it seems you two are flying amongst the clouds! Very jealous! ";
2873                                }
2874                                if (.@card_2_love == 26) {
2875                                        cutin "¿£Á©žµÄ«µå",4;
2876                                        mes " Make an opportunity to be alone with each other! It will bring much happiness! ";
2877                                }
2878                                if (.@card_2_love == 27) {
2879                                        cutin "¿£Á©žµÄ«µå",4;
2880                                        mes " Uh oh! Someone is peeping at your love! Go scold them! ";
2881                                }
2882                                if (.@card_2_love == 28) {
2883                                        cutin "Æ÷žµÄ«µå",4;
2884                                        mes " Love blossoms from the foundation! Be true to the basics! ";
2885                                }
2886                                if (.@card_2_love == 29) {
2887                                        cutin "Æ÷žµÄ«µå",4;
2888                                        mes " When your loved one is hurt, be by them! They will be very happy! ";
2889                                }
2890                                if (.@card_2_love == 30) {
2891                                        cutin "Æ÷žµÄ«µå",4;
2892                                        mes " One day, when you wake up, your loved one will leave a present! Be happy! ";
2893                                }
2894                                if (.@card_2_love == 31) {
2895                                        cutin "Æ÷Æ÷žµÄ«µå",4;
2896                                        mes " Give lots~~ of presents to your loved one! Then you will experience many~ many good things! ";
2897                                }
2898                                if (.@card_2_love == 32) {
2899                                        cutin "Æ÷Æ÷žµÄ«µå",4;
2900                                        mes " Lean against a wall and await your love! *Boom* Love will appear! ";
2901                                }
2902                                if (.@card_2_love == 33) {
2903                                        cutin "Æ÷Æ÷žµÄ«µå",4;
2904                                        mes " You must be lonely! It's ok, cheer up! ";
2905                                }
2906                                next;
2907                                mes "[Chocarle]";
2908                                mes " A fortune of love was told! What do you think! Do you like it? ";
2909                                mes " Even if you did not get the fortune you wished for, don't be do upset and simply go for your love! ";
2910                                cutin "°¡ÀÌŸÆœºÄ«µå",255;
2911                                next;
2912                                mes "[Chocarle]";
2913                                mes " Then, see you next time~~~~~ ";
2914                                break;
2915                        //=================================================================Study ===
2916                        case 2:
2917                                mes "[Chocarle]";
2918                                mes " Issues about studying is a serious matter! Lets take a look! Yap! ";
2919                                next;
2920                                mes "[Chocarle]";
2921                                set .@card_2_study,rand(1,33);
2922                                if (.@card_2_study == 1) {
2923                                        cutin "°íœºÆ®žµÄ«µå",4;
2924                                        mes " Agh! Don't die from studying! Take breaks while you're at it! You need some rest! ";
2925                                }
2926                                if (.@card_2_study == 2) {
2927                                        cutin "°íœºÆ®žµÄ«µå",4;
2928                                        mes " Oh, no! You're missing the main points! Figure out the essentials! ";
2929                                }
2930                                if (.@card_2_study == 3) {
2931                                        cutin "°íœºÆ®žµÄ«µå",4;
2932                                        mes " Mmph! You're dying not to study! At times like this, a break is the best! ";
2933                                }
2934                                if (.@card_2_study == 4) {
2935                                        cutin "µå·ÓÇÁœºÄ«µå",4;
2936                                        mes " Studying is just like hunting a monster in the desert. Resting for a little is the best. Understand? ";
2937                                }
2938                                if (.@card_2_study == 5) {
2939                                        cutin "µå·ÓÇÁœºÄ«µå",4;
2940                                        mes " A nice cup of cold juice under the hot sun! Studying should be done like that, too! ";
2941                                }
2942                                if (.@card_2_study == 6) {
2943                                        cutin "µå·ÓÇÁœºÄ«µå",4;
2944                                        mes " Even though it is the desert, you seem to have a relaxed smile! Maybe you need to relax like this when studying as well! ";
2945                                }
2946                                if (.@card_2_study == 7) {
2947                                        cutin "žÇÆŒœºÄ«µå",4;
2948                                        mes " Your grades are in danger! You must study harder! ";
2949                                }
2950                                if (.@card_2_study == 8) {
2951                                        cutin "žÇÆŒœºÄ«µå",4;
2952                                        mes " There may be a big crisis! Don't get too stressed just because you can't study! ";
2953                                }
2954                                if (.@card_2_study == 9) {
2955                                        cutin "žÇÆŒœºÄ«µå",4;
2956                                        mes " It is saying studying in the dark night can be dangerous! Careful when studying at night! ";
2957                                }
2958                                if (.@card_2_study == 10) {
2959                                        cutin "¹«³«Ä«µå",4;
2960                                        mes " Studying came to a strange place! It needs to find its original path! You can do it! ";
2961                                }
2962                                if (.@card_2_study == 11) {
2963                                        cutin "¹«³«Ä«µå",4;
2964                                        mes " You're gazing at a smart friend with the eyes of a Poring! Heehee! Doing good! ";
2965                                }
2966                                if (.@card_2_study == 12) {
2967                                        cutin "¹«³«Ä«µå",4;
2968                                        mes " Eh? You're too smart! You're at a much higher level than your friends! Take a break! ";
2969                                }
2970                                if (.@card_2_study == 13) {
2971                                        cutin "»êÅžÆ÷žµÄ«µå",4;
2972                                        mes " You will be rewarded for your accomplishments! It was worth the effort! ";
2973                                }
2974                                if (.@card_2_study == 14) {
2975                                        cutin "»êÅžÆ÷žµÄ«µå",4;
2976                                        mes " Forget about studying for a moment and enjoy the party! It should be refreshing~! ";
2977                                }
2978                                if (.@card_2_study == 15) {
2979                                        cutin "»êÅžÆ÷žµÄ«µå",4;
2980                                        mes " Study something that will make people happy! Future set! ";
2981                                }
2982                                if (.@card_2_study == 16) {
2983                                        cutin "ŒÖÁ®œºÄÌſīµå",4;
2984                                        mes " If you're not sure of something, ask a friend! It's not something to be ashamed about! You can do it! ";
2985                                }
2986                                if (.@card_2_study == 17) {
2987                                        cutin "ŒÖÁ®œºÄÌſīµå",4;
2988                                        mes " Don't think that your head is empty! Because, you are smart! You can do it! ";
2989                                }
2990                                if (.@card_2_study == 18) {
2991                                        cutin "ŒÖÁ®œºÄÌſīµå",4;
2992                                        mes " There's a phenomenon you don't understand! Do a little more research! You'll be able to figure it out soon! ";
2993                                }
2994                                if (.@card_2_study == 19) {
2995                                        cutin "œºÄÌ·¹ÅæÄ«µå",4;
2996                                        mes " Don't get lazy about studying wherever you go! Seek the road of truth and go down it to find the answer! ";
2997                                }
2998                                if (.@card_2_study == 20) {
2999                                        cutin "œºÄÌ·¹ÅæÄ«µå",4;
3000                                        mes " You need strength to study! Get stronger! Running is a start! ";
3001                                }
3002                                if (.@card_2_study == 21) {
3003                                        cutin "œºÄÌ·¹ÅæÄ«µå",4;
3004                                        mes " You will become an admirable person because of all the effort put into studying! You must feel very worth while! ";
3005                                }
3006                                if (.@card_2_study == 22) {
3007                                        cutin "¿¡µå°¡Ä«µå",4;
3008                                        mes " Try studying the history of our country! From when the tiger started smoking! ";
3009                                }
3010                                if (.@card_2_study == 23) {
3011                                        cutin "¿¡µå°¡Ä«µå",4;
3012                                        mes " You must be having a hard time studying because of all the pressure! Go out and get some fresh air! ";
3013                                }
3014                                if (.@card_2_study == 24) {
3015                                        cutin "¿¡µå°¡Ä«µå",4;
3016                                        mes " Your head seems to be heavy because of studying! You need a diversion! Put studying aside for a moment! ";
3017                                }
3018                                if (.@card_2_study == 25) {
3019                                        cutin "¿£Á©žµÄ«µå",4;
3020                                        mes " Try studying aerospace or meteorology! Don't you think it would be fun? ";
3021                                }
3022                                if (.@card_2_study == 26) {
3023                                        cutin "¿£Á©žµÄ«µå",4;
3024                                        mes " How about studying theology? You even get to study about angels! ";
3025                                }
3026                                if (.@card_2_study == 27) {
3027                                        cutin "¿£Á©žµÄ«µå",4;
3028                                        mes " Study little by little and make yourself feel lighter! You can't study if you're overloaded with words! ";
3029                                }
3030                                if (.@card_2_study == 28) {
3031                                        cutin "Æ÷žµÄ«µå",4;
3032                                        mes " When studying, you should have a snack! It may seem trivial, but it is rather important! ";
3033                                }
3034                                if (.@card_2_study == 29) {
3035                                        cutin "Æ÷žµÄ«µå",4;
3036                                        mes " Even when you are sick, don't forget about studying! Where there is effort, there is bound to be good results! ";
3037                                }
3038                                if (.@card_2_study == 30) {
3039                                        cutin "Æ÷žµÄ«µå",4;
3040                                        mes " Newton discovered gravity through a falling apple! Be wary of even the little things in your surroundings! ";
3041                                }
3042                                if (.@card_2_study == 31) {
3043                                        cutin "Æ÷Æ÷žµÄ«µå",4;
3044                                        mes " Green is good for studying! Color your walls green or get a green drink! The lucky color! Green! ";
3045                                }
3046                                if (.@card_2_study == 32) {
3047                                        cutin "Æ÷Æ÷žµÄ«µå",4;
3048                                        mes " There is a jewel in your mind! You need to bring all the wisdom to life! Don't study bad things! ";
3049                                }
3050                                if (.@card_2_study == 33) {
3051                                        cutin "Æ÷Æ÷žµÄ«µå",4;
3052                                        mes " You will receive good results from studying! You can focus on your current studies! ";
3053                                }
3054                                next;
3055                                mes "[Chocarle]";
3056                                mes " You¡¯ve been told your study fortune! Was it a good one? ";
3057                                mes " But in studying, effort is more important than any type of fortune! ";
3058                                next;
3059                                cutin "",255;
3060                                mes "[Chocarle]";
3061                                mes " Try your best. Then, see you again! Byyyyyyyyyyyyyyyyeeeee~~byyyyeeee~ ";
3062                                break;
3063                        //=================================================================Friends ===
3064                        case 3:
3065                                mes "[Chocarle]";
3066                                mes " Relationships among friends is more difficult than people think! Let¡¯s use the cards to try and solve this complicated puzzle of friendship! ";
3067                                next;
3068                                mes "[Chocarle]";
3069                                set .@card_2_buddy,rand(1,33);
3070                                if (.@card_2_buddy == 1) {
3071                                        cutin "°íœºÆ®žµÄ«µå",4;
3072                                        mes " Ah! Your friend has gone crazy! They need the heal of friendship! ";
3073                                }
3074                                if (.@card_2_buddy == 2) {
3075                                        cutin "°íœºÆ®žµÄ«µå",4;
3076                                        mes " Mmm! You both have gone crazy. You must overcome it through conversations! ";
3077                                }
3078                                if (.@card_2_buddy == 3) {
3079                                        cutin "°íœºÆ®žµÄ«µå",4;
3080                                        mes " Agh! You are suffering because of your friend! Try opening your heart and be more lenient! ";
3081                                }
3082                                if (.@card_2_buddy == 4) {
3083                                        cutin "µå·ÓÇÁœºÄ«µå",4;
3084                                        mes " You even split a pea between friends! Don't be so cruel. Reflect upon yourself and apologize! ";
3085                                }
3086                                if (.@card_2_buddy == 5) {
3087                                        cutin "µå·ÓÇÁœºÄ«µå",4;
3088                                        mes " Oh no! Your friend is ignoring you! Offer a bottle of juice to your friend! Your friendship may come back? ";
3089                                }
3090                                if (.@card_2_buddy == 6) {
3091                                        cutin "µå·ÓÇÁœºÄ«µå",4;
3092                                        mes " Eh!? What kind of friendship is this?! Hurry up and make up! ";
3093                                }
3094                                if (.@card_2_buddy == 7) {
3095                                        cutin "žÇÆŒœºÄ«µå",4;
3096                                        mes "Oh no?! This person is not your friend, but an enemy! You must be careful! ";
3097                                }
3098                                if (.@card_2_buddy == 8) {
3099                                        cutin "žÇÆŒœºÄ«µå",4;
3100                                        mes " Your friend is in danger! You must help your friend! ";
3101                                }
3102                                if (.@card_2_buddy == 9) {
3103                                        cutin "žÇÆŒœºÄ«µå",4;
3104                                        mes " Your friendship is on the verge of falling apart! Cast a shield around your friendship! ";
3105                                }
3106                                if (.@card_2_buddy == 10) {
3107                                        cutin "¹«³«Ä«µå",4;
3108                                        mes " One person is left out amongst your friends! Be more friendly! ";
3109                                }
3110                                if (.@card_2_buddy == 11) {
3111                                        cutin "¹«³«Ä«µå",4;
3112                                        mes " Your friend hit you! Don't cry even if it may hurt! Hurry and make up! ";
3113                                }
3114                                if (.@card_2_buddy == 12) {
3115                                        cutin "¹«³«Ä«µå",4;
3116                                        mes " You must be alone! It must be hard to make friends! Try putting on a brighter face! ";
3117                                }
3118                                if (.@card_2_buddy == 13) {
3119                                        cutin "»êÅžÆ÷žµÄ«µå",4;
3120                                        mes " Give your friends a present! Your friendship will become deeper! ";
3121                                }
3122                                if (.@card_2_buddy == 14) {
3123                                        cutin "»êÅžÆ÷žµÄ«µå",4;
3124                                        mes " Prepare a hat to cover your friend's large head! They will be moved by your care! ";
3125                                }
3126                                if (.@card_2_buddy == 15) {
3127                                        cutin "»êÅžÆ÷žµÄ«µå",4;
3128                                        mes " A friend is waiting for you! Be nice to your friend! ";
3129                                }
3130                                if (.@card_2_buddy == 16) {
3131                                        cutin "ŒÖÁ®œºÄÌſīµå",4;
3132                                        mes " Being close friends despite differences is true friendship! Shelter each other's differences! ";
3133                                }
3134                                if (.@card_2_buddy == 17) {
3135                                        cutin "ŒÖÁ®œºÄÌſīµå",4;
3136                                        mes " Your misunderstandings will be removed if you take the time to talk! Go have a conversation with your friend! ";
3137                                }
3138                                if (.@card_2_buddy == 18) {
3139                                        cutin "ŒÖÁ®œºÄÌſīµå",4;
3140                                        mes " When a friend is sick, visit them! They will be happy! For sure! ";
3141                                }
3142                                if (.@card_2_buddy == 19) {
3143                                        cutin "œºÄÌ·¹ÅæÄ«µå",4;
3144                                        mes " Go out and have some fun with your friend! Your friendship will surely get stronger! ";
3145                                }
3146                                if (.@card_2_buddy == 20) {
3147                                        cutin "œºÄÌ·¹ÅæÄ«µå",4;
3148                                        mes " Give your friend a present! They'll go bragging around town?! ";
3149                                }
3150                                if (.@card_2_buddy == 21) {
3151                                        cutin "œºÄÌ·¹ÅæÄ«µå",4;
3152                                        mes " Share your bone with your friend! Sacrifices in friendship are beautiful! ";
3153                                }
3154                                if (.@card_2_buddy == 22) {
3155                                        cutin "¿¡µå°¡Ä«µå",4;
3156                                        mes " Do anything for your friend! With all your heart and soul! Your friend will be delighted! ";
3157                                }
3158                                if (.@card_2_buddy == 23) {
3159                                        cutin "¿¡µå°¡Ä«µå",4;
3160                                        mes " No smoking, even with a friend! Stop smoking for your health! ";
3161                                }
3162                                if (.@card_2_buddy == 24) {
3163                                        cutin "¿¡µå°¡Ä«µå",4;
3164                                        mes " You and your friend will encounter hardships! Combine your powers and overcome it! ";
3165                                }
3166                                if (.@card_2_buddy == 25) {
3167                                        cutin "¿£Á©žµÄ«µå",4;
3168                                        mes " Go on a trip with your friend! Friendship can get stronger in new environments! ";
3169                                }
3170                                if (.@card_2_buddy == 26) {
3171                                        cutin "¿£Á©žµÄ«µå",4;
3172                                        mes " Give your friend a ride in a plane! They'll probably fly with joy!? ";
3173                                }
3174                                if (.@card_2_buddy == 27) {
3175                                        cutin "¿£Á©žµÄ«µå",4;
3176                                        mes " Don't forget your friend in heaven! Friendship is eternal! ";
3177                                }
3178                                if (.@card_2_buddy == 28) {
3179                                        cutin "Æ÷žµÄ«µå",4;
3180                                        mes " Help your friend's scar. Your friend would greatly appreciate it! ";
3181                                }
3182                                if (.@card_2_buddy == 29) {
3183                                        cutin "Æ÷žµÄ«µå",4;
3184                                        mes " You even split a slice of an apple among friends! Share more things with your friend! Something good will happen! ";
3185                                }
3186                                if (.@card_2_buddy == 30) {
3187                                        cutin "Æ÷žµÄ«µå",4;
3188                                        mes " When your friend is sleeping, think of them! Then there will be progress in your friendship! What do you think~ it means~?! ";
3189                                }
3190                                if (.@card_2_buddy == 31) {
3191                                        cutin "Æ÷Æ÷žµÄ«µå",4;
3192                                        mes " Don't measure friendship with money! If you do, be careful for there will be a crack in your friendship! ";
3193                                }
3194                                if (.@card_2_buddy == 32) {
3195                                        cutin "Æ÷Æ÷žµÄ«µå",4;
3196                                        mes " It seems as if your friend will give you many presents! Look forward to it! ";
3197                                }
3198                                if (.@card_2_buddy == 33) {
3199                                        cutin "Æ÷Æ÷žµÄ«µå",4;
3200                                        mes " You must be lonely without a friend! A good friend will come along soon! ";
3201                                }
3202                                next;
3203                                mes "[Chocarle]";
3204                                mes " Poring fortunetelling works very well when it is about friendship! ";
3205                                mes " It is the heart of the poring card that earnestly hopes for good friendships! ";
3206                                next;
3207                                cutin "",255;
3208                                mes "[Chocarle]";
3209                                mes " Did you like it? Next time invite your friend! Then byebye!! ";
3210                                break;
3211                        //=================================================================Future ===
3212                        case 4:
3213                                mes "[Chocarle]";
3214                                mes " If you say fortunetelling! Of course it is about the future! Let¡¯s try to figure this out! ";
3215                                next;
3216                                mes "[Chocarle]";
3217                                set .@card_2_future,rand(1,33);
3218                                if (.@card_2_future == 1) {
3219                                        cutin "°íœºÆ®žµÄ«µå",4;
3220                                        mes " Oh no! You are not confident about the future! Trust yourself a little more! Hope! ";
3221                                }
3222                                if (.@card_2_future == 2) {
3223                                        cutin "°íœºÆ®žµÄ«µå",4;
3224                                        mes " Oh! Do you keep on thinking about your death in the future! First, forget about death and live your life! ";
3225                                }
3226                                if (.@card_2_future == 3) {
3227                                        cutin "°íœºÆ®žµÄ«µå",4;
3228                                        mes " Cut! You are filled with uncertainty about the future! Let¡¯s get rid of this! Wee! It's gone! ";
3229                                }
3230                                if (.@card_2_future == 4) {
3231                                        cutin "µå·ÓÇÁœºÄ«µå",4;
3232                                        mes " Life may seem like a hot and dry desert, but in the future, delicious juice and rest awaits you! ";
3233                                        }
3234                                if (.@card_2_future == 5) {
3235                                        cutin "µå·ÓÇÁœºÄ«µå",4;
3236                                        mes " Even in a hot and dry desert, isn't the future happier since you can encounter sweet juice? Put forth your strength! ";
3237                                }
3238                                if (.@card_2_future == 6) {
3239                                        cutin "µå·ÓÇÁœºÄ«µå",4;
3240                                        mes " Don't your troubles disappear watching a poring smile? Your future must be filled with good things! ";
3241                                }
3242                                if (.@card_2_future == 7) {
3243                                        cutin "žÇÆŒœºÄ«µå",4;
3244                                        mes " There is danger waiting ahead! You should avoid it for now! Take care of yourself! ";
3245                                }
3246                                if (.@card_2_future == 8) {
3247                                        cutin "žÇÆŒœºÄ«µå",4;
3248                                        mes " You must be fearing your future!? Don't worry too much! Think of happy thoughts! ";
3249                                }
3250                                if (.@card_2_future == 9) {
3251                                        cutin "žÇÆŒœºÄ«µå",4;
3252                                        mes " You may endanger someone in the future! Don't become a bad person~! ";
3253                                }
3254                                if (.@card_2_future == 10) {
3255                                        cutin "¹«³«Ä«µå",4;
3256                                        mes " You may have to stand alone in the future! Prepare yourself right now! ";
3257                                }
3258                                if (.@card_2_future == 11) {
3259                                        cutin "¹«³«Ä«µå",4;
3260                                        mes " Many hardships await you in the future! But you can overcome them! ";
3261                                }
3262                                if (.@card_2_future == 12) {
3263                                        cutin "¹«³«Ä«µå",4;
3264                                        mes " You might not even be able to buy summer clothes in the future! Don't waste your money! ";
3265                                }
3266                                if (.@card_2_future == 13) {
3267                                        cutin "»êÅžÆ÷žµÄ«µå",4;
3268                                        mes " Something exciting may happen! What can it be? Fun! Fun! ";
3269                                }
3270                                if (.@card_2_future == 14) {
3271                                        cutin "»êÅžÆ÷žµÄ«µå",4;
3272                                        mes " Something good might happen on this nice day! You can look forward to it! Yay! ";
3273                                }
3274                                if (.@card_2_future == 15) {
3275                                        cutin "»êÅžÆ÷žµÄ«µå",4;
3276                                        mes " A splendid event will be held! Go get ready! Look forward to it! ";
3277                                }
3278                                if (.@card_2_future == 16) {
3279                                        cutin "ŒÖÁ®œºÄÌſīµå",4;
3280                                        mes " You will meet someone new! It will be very interesting! ";
3281                                }
3282                                if (.@card_2_future == 17) {
3283                                        cutin "ŒÖÁ®œºÄÌſīµå",4;
3284                                        mes " If you go little by little, something good will happen! Sit and take a look around you! ";
3285                                }
3286                                if (.@card_2_future == 18) {
3287                                        cutin "ŒÖÁ®œºÄÌſīµå",4;
3288                                        mes " You get a headache from thinking about the future? Empty your mind! You will feel refreshed! ";
3289                                }
3290                                if (.@card_2_future == 19) {
3291                                        cutin "œºÄÌ·¹ÅæÄ«µå",4;
3292                                        mes " You will become a respectable person in the future! Good job! ";
3293                                }
3294                                if (.@card_2_future == 20) {
3295                                        cutin "œºÄÌ·¹ÅæÄ«µå",4;
3296                                        mes " I can see you working hard in the future! What a lively future! ";
3297                                }
3298                                if (.@card_2_future == 21) {
3299                                        cutin "œºÄÌ·¹ÅæÄ«µå",4;
3300                                        mes " You have a very busy future! Take care of your health! ";
3301                                }
3302                                if (.@card_2_future == 22) {
3303                                        cutin "¿¡µå°¡Ä«µå",4;
3304                                        mes " Pick a job where you can work with other people! It will be very rewarding, right? ";
3305                                }
3306                                if (.@card_2_future == 23) {
3307                                        cutin "¿¡µå°¡Ä«µå",4;
3308                                        mes " Try doing some volunteer work! It is worthwhile and you will feel good about it, too! ";
3309                                }
3310                                if (.@card_2_future == 24) {
3311                                        cutin "¿¡µå°¡Ä«µå",4;
3312                                        mes " You may become a commander! Mmm~! Kind of scary! ";
3313                                }
3314                                if (.@card_2_future == 25) {
3315                                        cutin "¿£Á©žµÄ«µå",4;
3316                                        mes " Choose a job that involves flying! You show potential! ";
3317                                }
3318                                if (.@card_2_future == 26) {
3319                                        cutin "¿£Á©žµÄ«µå",4;
3320                                        mes " Scrumptious ice cream that could even be eaten in heaven! Challenge yourself and get involved in a job making things of that sort! ";
3321                                }
3322                                if (.@card_2_future == 27) {
3323                                        cutin "¿£Á©žµÄ«µå",4;
3324                                        mes " In the future, things that cannot be done right now will be accomplished! You can look forward to it! ";
3325                                }
3326                                if (.@card_2_future == 28) {
3327                                        cutin "Æ÷žµÄ«µå",4;
3328                                        mes " Little things in life will bring you happiness and joy in the future! Even more than now! ";
3329                                }
3330                                if (.@card_2_future == 29) {
3331                                        cutin "Æ÷žµÄ«µå",4;
3332                                        mes " Do what you have to do. Live life to the fullest, even though the world may end tomorrow! ";
3333                                }
3334                                if (.@card_2_future == 30) {
3335                                        cutin "Æ÷žµÄ«µå",4;
3336                                        mes " You will deal with fruits in the future! How about preparing yourself? ";
3337                                }
3338                                if (.@card_2_future == 31) {
3339                                        cutin "Æ÷Æ÷žµÄ«µå",4;
3340                                        mes " Your future self will encounter a high wall! Although, I'm not sure what type of building it may be! ";
3341                                }
3342                                if (.@card_2_future == 32) {
3343                                        cutin "Æ÷Æ÷žµÄ«µå",4;
3344                                        mes " Green symbolizes peace! Your future seems as if it will be very peaceful! It's a good thing, right? ";
3345                                }
3346                                if (.@card_2_future == 33) {
3347                                        cutin "Æ÷Æ÷žµÄ«µå",4;
3348                                        mes " Romance lays ahead in your future! Relax yourself and prepare yourself! ";
3349                                }
3350                                next;
3351                                mes "[Chocarle]";
3352                                mes " What do you think? Has your anxiety been relieved after hearing your fortune? ";
3353                                mes " This is only a small part of your future! You must discover the rest! ";
3354                                next;
3355                                cutin "",255;
3356                                mes "[Chocarle]";
3357                                mes " Am I cheesy? I'm just like that! Then, bye~~~~ye~~~ye~~~~!! ";
3358                                break;
3359
3360                        //=================================================================Fortune ===
3361                        case 5:
3362                                mes "[Chocarle]";
3363                                mes " Mmm! The long awaited time has come! Asking a question about money to the cute Poring! ";
3364                                mes " Ok! Let¡¯s try it! ";
3365                                next;
3366                                mes "[Chocarle]";
3367                                set .@card_2_fortune,rand(1,33);
3368                                if (.@card_2_fortune == 1) {
3369                                        cutin "°íœºÆ®žµÄ«µå",4;
3370                                        mes " Uh oh! You're about to be robbed! You must save a little first! ";
3371                                }
3372                                if (.@card_2_fortune == 2) {
3373                                        cutin "°íœºÆ®žµÄ«µå",4;
3374                                        mes " Kek! Your mind goes blank when you think about money! Think of other thoughts! Forget about money for a while! ";
3375                                }
3376                                if (.@card_2_fortune == 3) {
3377                                        cutin "°íœºÆ®žµÄ«µå",4;
3378                                        mes " Bah! This isn't a time to think about money. Calm down and put your mind at ease! ";
3379                                }
3380                                if (.@card_2_fortune == 4) {
3381                                        cutin "µå·ÓÇÁœºÄ«µå",4;
3382                                        mes " If you look carefully, it is not drinking juice, but underground water through a straw in the ground! Money is hidden where nobody expects! Good luck searching! ";
3383                                }
3384                                if (.@card_2_fortune == 5) {
3385                                        cutin "µå·ÓÇÁœºÄ«µå",4;
3386                                        mes " As you can quench your thirst in the dry desert, you can gather money even in this difficult world! ";
3387                                }
3388                                if (.@card_2_fortune == 6) {
3389                                        cutin "µå·ÓÇÁœºÄ«µå",4;
3390                                        mes " Just like the juice inside the needles of a cactus, you can still gather wealth though you may be in anguish. You can do it! ";
3391                                }
3392                                if (.@card_2_fortune == 7) {
3393                                        cutin "žÇÆŒœºÄ«µå",4;
3394                                        mes "Agh! Someone is after your possessions! Be careful! ";
3395                                }
3396                                if (.@card_2_fortune == 8) {
3397                                        cutin "žÇÆŒœºÄ«µå",4;
3398                                        mes " Uh oh! Someone is after your money! Take good care of it! ";
3399                                }
3400                                if (.@card_2_fortune == 9) {
3401                                        cutin "žÇÆŒœºÄ«µå",4;
3402                                        mes " It says you might be tempted to do something bad to gather money! Don't forget about a kind heart! ";
3403                                }
3404                                if (.@card_2_fortune == 10) {
3405                                        cutin "¹«³«Ä«µå",4;
3406                                        mes " You have hidden money in your clothes! Hidden rich one! Be careful not to be caught! ";
3407                                }
3408                                if (.@card_2_fortune == 11) {
3409                                        cutin "¹«³«Ä«µå",4;
3410                                        mes " In the future, it seems like you will be kicking money around with your feet like those Porings! Congratulations! ";
3411                                }
3412                                if (.@card_2_fortune == 12) {
3413                                        cutin "¹«³«Ä«µå",4;
3414                                        mes " You must be exhausted! Making money is not the easiest thing to do! But it will be that much more valuable! ";
3415                                }
3416                                if (.@card_2_fortune == 13) {
3417                                        cutin "»êÅžÆ÷žµÄ«µå",4;
3418                                        mes " Your tendency to spend money is growing! Be careful! Don't be left empty-handed! ";
3419                                }
3420                                if (.@card_2_fortune == 14) {
3421                                        cutin "»êÅžÆ÷žµÄ«µå",4;
3422                                        mes " Use your money to buy something fun! Then good luck will be headed your way! ";
3423                                }
3424                                if (.@card_2_fortune == 15) {
3425                                        cutin "»êÅžÆ÷žµÄ«µå",4;
3426                                        mes " Use your money on something exciting! It looks as if good luck will be headed your way! ";
3427                                }
3428                                if (.@card_2_fortune == 16) {
3429                                        cutin "ŒÖÁ®œºÄÌſīµå",4;
3430                                        mes " It seems like you will have two lucky offerings! Don't miss these two opportunities! ";
3431                                }
3432                                if (.@card_2_fortune == 17) {
3433                                        cutin "ŒÖÁ®œºÄÌſīµå",4;
3434                                        mes " Doesn't it seem like there should be money in the small wallet? You will have some small income! Save money wisely! ";
3435                                }
3436                                if (.@card_2_fortune == 18) {
3437                                        cutin "ŒÖÁ®œºÄÌſīµå",4;
3438                                        mes " So~ empty. Upsetting, but don't worry too much about money! Something better ought to happen! ";
3439                                }
3440                                if (.@card_2_fortune == 19) {
3441                                        cutin "œºÄÌ·¹ÅæÄ«µå",4;
3442                                        mes " Someone will return something you lost! What a relief! ";
3443                                }
3444                                if (.@card_2_fortune == 20) {
3445                                        cutin "œºÄÌ·¹ÅæÄ«µå",4;
3446                                        mes " No need to worry about osteoporosis! Wasn't it a good thing to eat so much calcium? Oops! This isn't about money?! ";
3447                                }
3448                                if (.@card_2_fortune == 21) {
3449                                        cutin "œºÄÌ·¹ÅæÄ«µå",4;
3450                                        mes " Seeing that you work so hard, seems like you will make lots of money! Congratz~! ";
3451                                }
3452                                if (.@card_2_fortune == 22) {
3453                                        cutin "¿¡µå°¡Ä«µå",4;
3454                                        mes " Even if you save money, it disappears like smoke. Don't get too caught up with it! ";
3455                                }
3456                                if (.@card_2_fortune == 23) {
3457                                        cutin "¿¡µå°¡Ä«µå",4;
3458                                        mes " It's hard to make money, isn't it? But don't forget the good deeds in life! ";
3459                                }
3460                                if (.@card_2_fortune == 24) {
3461                                        cutin "¿¡µå°¡Ä«µå",4;
3462                                        mes " Going around to collect money might lead you to a scary person! Be very careful! ";
3463                                }
3464                                if (.@card_2_fortune == 25) {
3465                                        cutin "¿£Á©žµÄ«µå",4;
3466                                        mes " Forget about money and fly~fly! You will feel very refreshed! ";
3467                                }
3468                                if (.@card_2_fortune == 26) {
3469                                        cutin "¿£Á©žµÄ«µå",4;
3470                                        mes " Money is like clouds! Instead of money, think about a happy life! ";
3471                                }
3472                                if (.@card_2_fortune == 27) {
3473                                        cutin "¿£Á©žµÄ«µå",4;
3474                                        mes " Even if it may seem pointless, if you persist, you will be able to make lots of money! You can do it! ";
3475                                }
3476                                if (.@card_2_fortune == 28) {
3477                                        cutin "Æ÷žµÄ«µå",4;
3478                                        mes " Don't neglect the trivial things on the floor! If you keep an open heart like that, you will be able to collect money! ";
3479                                }
3480                                if (.@card_2_fortune == 29) {
3481                                        cutin "Æ÷žµÄ«µå",4;
3482                                        mes " If you work with something that is related to mushrooms or apples, a good fortune awaits you! What kind of work would that be? ";
3483                                }
3484                                if (.@card_2_fortune == 30) {
3485                                        cutin "Æ÷žµÄ«µå",4;
3486                                        mes " How can you think of money looking at such a peaceful card! That's not nice! Sniff..sniffles! Anyhow, it seems like you will gather much fortune! ";
3487                                }
3488                                if (.@card_2_fortune == 31) {
3489                                        cutin "Æ÷Æ÷žµÄ«µå",4;
3490                                        mes " You have many fine stones! You will prosper if you are involved in this industry! ";
3491                                }
3492                                if (.@card_2_fortune == 32) {
3493                                        cutin "Æ÷Æ÷žµÄ«µå",4;
3494                                        mes " It is an indication that you will prosper! No need to worry now! ";
3495                                }
3496                                if (.@card_2_fortune == 33) {
3497                                        cutin "Æ÷Æ÷žµÄ«µå",4;
3498                                        mes " You will collect many treasures! But the problem is protecting all of it! ";
3499                                }
3500                                next;
3501                                mes "[Chocarle]";
3502                                mes " There is something you need to keep in mind after being told a fortune about wealth! ";
3503                                mes " Money does not automatically come to one without effort! No matter how good the fortune, you must work diligently! ";
3504                                next;
3505                                cutin "",255;
3506                                mes "[Chocarle]";
3507                                mes " Bear that in mind! Then, until we meet again.. *poof*! ";
3508                                break;
3509                        }
3510                        case 2:
3511                                mes "[Chocarle]";
3512                                mes " Ok then! Come again next time! We'll do a good job! Bye-bye~! ";
3513                                break;
3514                        }
3515                        case 2:
3516                                mes "[Chocarle]";
3517                                mes " Poring card readings focus on cards with cute Porings..! ";
3518                                mes " Poke~poke~ they tell you your fortune! It is not traditional, but the liveliness is the best! ";
3519                                next;
3520                                mes "[Chocarle]";
3521                                mes " The fortunes are simple and refreshing. It is perfect when you would like your fortune told with a light heart and not be burdensome! ";
3522                                break;
3523                }
3524                close;
3525}
3526       
3527payon_in03,118,119,1    script  Ascetic 101,2,2,{
3528        mes "[Kissy-Kissy]";
3529        mes "NyangNyangNyang~";
3530        mes "NyaNyangNyaNyag~";
3531        next;
3532        mes "[Kissy-Kissy]";
3533        mes "I decided to become a fortuneteller";
3534        mes "when I was young and came to the city";
3535        mes "and devoted myself to training.";
3536        mes "I was in agony because of my slow progress.";
3537        next;
3538        mes "[Kissy-Kissy]";
3539        mes "I came because I heard many ";
3540        mes "fortunetellers gather here in Payon,";
3541        mes "but nobody will tell me anything~";
3542        mes "Waaah~ so sad~";
3543        next;
3544        mes "[Kissy-Kissy]";
3545        mes "NyangNyangNyang~";
3546        mes "NyaNyangNyaNyang~";
3547        next;
3548        mes "[Kissy-Kissy]";
3549        mes "Kiss me~~";
3550        close;
3551
3552OnTouch:
3553        mes "[Kissy-Kissy]";
3554        mes "NyangNyangNyang~";
3555        mes "NyaNyangNyaNyang~";
3556        mes "Kissy me~";
3557        close;
3558}
3559
Note: See TracBrowser for help on using the browser.