summaryrefslogblamecommitdiff
path: root/world/map/npc/001-1/children.txt
blob: 6749f0e3d9250253ab42103493be27572c154a12 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
        
 
                               
 
                       







                            
                            
             

    

                                      
                 

    

                                         
                 

    

                                                            
                 

    

                                                                             
                 

    

                                                                             
                 

    

                                                                                                                          
                 

    

                                                    
                 

    

                                                                                                                                            

                 
    
                                                                                                            


                              
                                                             

       
                  
                                                                                                      



                                                                                   
                            

           
                  
                  
                 
 
           
                  

                                                                                                                                                                 

         
                  

                                                 



                 
          
 
// Aisha

001-1,102,27,0|script|Aisha|108
{
    set @TEMP,rand(10);
    if(@TEMP == 1) goto L_1;
    if(@TEMP == 2) goto L_2;
    if(@TEMP == 3) goto L_3;
    if(@TEMP == 4) goto L_4;
    if(@TEMP == 5) goto L_5;
    if(@TEMP == 6) goto L_6;
    if(@TEMP == 7) goto L_7;
    if(@TEMP == 8) goto L_8;
    if(@TEMP == 9) goto L_9;
    goto L_1;

L_1:
    mes "[Aisha]";
    mes "\"Maggots are soo slimey!\"";
    goto L_Close;

L_2:
    mes "[Aisha]";
    mes "\"Want to play ball with me?\"";
    goto L_Close;

L_3:
    mes "[Aisha]";
    mes "\"There are so many monsters; I hate scorpions!\"";
    goto L_Close;

L_4:
    mes "[Aisha]";
    mes "\"When I grow up, I want to be strong enough to kill a scorpion!\"";
    goto L_Close;

L_5:
    mes "[Aisha]";
    mes "\"Mommy told me that you can sell the things that monsters drop.\"";
    goto L_Close;

L_6:
    mes "[Aisha]";
    mes "\"Have you tried to eat a roasted maggot?  They are sooo yummy!  And you feel much healthier afterwards, too!\"";
    goto L_Close;

L_7:
    mes "[Aisha]";
    mes "\"I want to be a Doctor when I grow up!\"";
    goto L_Close;

L_8:
    mes "[Aisha]";
    mes "\"That volcano was sooo scary!  The earth was shaking and everything was breaking down... but now they have rebuilt everything.\"";
    goto L_Close;

L_9:
    mes "\"I know a very bad word. But I must not say it, because monsters will come and get me if I do!\"";
    next;
    menu
        "A bad word?", L_tell,
        "Oh, you better keep it for yourself then.", L_Close;

L_tell:
    mes "[Aisha]";
    mes "\"Yes, I heard my mother say it once. And she made me promise her to never say it. Never.\"";
    next;
    menu
        "If I promise to never tell anyone, can you tell me the word?", L_keepword,
        "I understand, you do not need to tell me...", L_giveword,
        "Goodbye!", L_Close;

L_keepword:
    mes "[Aisha]";
    mes "\"No.\"";
    goto L_Close;

L_giveword:
    mes "[Aisha]";
    mes "Aisha looks around as she hushes you to silence. After a few seconds, she whispers to you.";
    mes "\"I like you!  So I will tell you the bad word. But you can't tell anyone else about it!  The bad word is '" + getspellinvocation("aggravate") + "'.\"";
    next;

    mes "[Aisha]";
    mes "Terrified, she looks around once more.";
    mes "\"But you mustn't tell anyone!\"";
    goto L_Close;

L_Close:
    set @TEMP, 0;
    close;
}