diff options
Diffstat (limited to 'npc/tulimshar/children.txt')
-rw-r--r-- | npc/tulimshar/children.txt | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/npc/tulimshar/children.txt b/npc/tulimshar/children.txt index 0dcffd57..3fc41f98 100644 --- a/npc/tulimshar/children.txt +++ b/npc/tulimshar/children.txt @@ -1,4 +1,4 @@ -new_3-1.gat,57,70,0 script Child1 108,{ +new_3-1.gat,57,70,0 script Aisha 108,{ set @TEMP,rand(7); if(@TEMP == 1) goto L_1; if(@TEMP == 2) goto L_2; @@ -10,42 +10,42 @@ new_3-1.gat,57,70,0 script Child1 108,{ if(@TEMP == 0) goto L_1; L_1: - mes "[Child]"; + mes "[Aisha]"; mes "Maggots are soo slimey!"; close; L_2: - mes "[Child]"; + mes "[Aisha]"; mes "Want to play ball with me?"; close; L_3: - mes "[Child]"; + mes "[Aisha]"; mes "Monsters roam the land, i hate scorpions!"; close; L_4: - mes "[Child]"; + mes "[Aisha]"; mes "When i grow up, I want to be strong enough to kill a scorpion!"; close; L_5: - mes "[Child]"; + mes "[Aisha]"; mes "Items dropped by monsters can be sold."; close; L_6: - mes "[Child]"; + mes "[Aisha]"; mes "Items such as foods, can be eaten to regain Health Points."; close; L_7: - mes "[Child]"; + mes "[Aisha]"; mes "I want to be a Doctor when i grow up!"; close; } -new_3-1.gat,120,33,0 script Child2 103,{ +new_3-1.gat,120,33,0 script Nina 103,{ set @TEMP,rand(7); if(@TEMP == 1) goto L_1; if(@TEMP == 2) goto L_2; @@ -57,37 +57,37 @@ new_3-1.gat,120,33,0 script Child2 103,{ if(@TEMP == 0) goto L_1; L_1: - mes "[Child]"; + mes "[Nina]"; mes "If i learned anything from school, Grenxen founded Tulimshar."; close; L_2: - mes "[Child]"; + mes "[Nina]"; mes "When i was picking rocks from the field, i saw a red scorpion."; close; L_3: - mes "[Child]"; + mes "[Nina]"; mes "Its polite to state your name before talking to anyone."; close; L_4: - mes "[Child]"; + mes "[Nina]"; mes "I have a Scorpion Doll!"; close; L_5: - mes "[Child]"; + mes "[Nina]"; mes "I carry spare Cactus Juices while on the field."; close; L_6: - mes "[Child]"; + mes "[Nina]"; mes "Items such as foods, can be eaten to regain Health Points."; close; L_7: - mes "[Child]"; + mes "[Nina]"; mes "Grenxen is the Demon that founded Tulimshar."; close; } |