diff options
-rw-r--r-- | npc/000-2-0/billybons.txt | 4 | ||||
-rw-r--r-- | npc/000-2-1/alige.txt | 8 | ||||
-rw-r--r-- | npc/000-2-1/arpan.txt | 6 | ||||
-rw-r--r-- | npc/000-2-1/knife.txt | 2 |
4 files changed, 10 insertions, 10 deletions
diff --git a/npc/000-2-0/billybons.txt b/npc/000-2-0/billybons.txt index 06c5e0a9..240d00a1 100644 --- a/npc/000-2-0/billybons.txt +++ b/npc/000-2-0/billybons.txt @@ -13,7 +13,7 @@ mesq l("How is *hick* possible??"); next; - mesn l("The sailor chugs his beer"); + mesq l("The sailor chugs his beer"); menu lg("Excuse me? Do you know who I am?"), -; @@ -77,7 +77,7 @@ l_Quit: next; mesq l("I'm not that numb eeh *hick* what did ever you disco*hips*veeered there, the warrior guild won't get me!"); next; - mesn l("The sailor is turning his back to you."); + mesq l("The sailor is turning his back to you."); close; diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt index bd040051..5b97aecf 100644 --- a/npc/000-2-1/alige.txt +++ b/npc/000-2-1/alige.txt @@ -49,25 +49,25 @@ seta2 ShipQuests, ShipQuests_Alige, 1; l_Talk: - mesn l("Hidden person"); + mesn "Hidden person"; mesq l("Hey, psst! You're not a sailor, right?"); menu l("I am, who are you?"), -, l("I'm not."), l_NeedHelp; - mesn l("Hidden person doesn't answer"); + mesq "Hidden person doesn't answer"; close; l_NeedHelp: - mesn l("Hidden person"); + mesn "Hidden person"; mesq l("Good, good! ") + " " + l("Could you help me please? ") + " " + l("I beg you, please, pleeeease..."); menu l("Why not... but, who are you?") + " " + l("And what kind of help do you need?"), l_CanHelp; l("Sorry but I have no time for this."), -; - mesn l("Hidden person"); + mesn "Hidden person"; mesq lg("Damn you! You better not tell anyone that you've seen me!"); close; diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt index f844f309..c0a0ad9f 100644 --- a/npc/000-2-1/arpan.txt +++ b/npc/000-2-1/arpan.txt @@ -65,7 +65,7 @@ l_EquipDone: } 000-2-1.gat,41,37,0 script Box 999,{ - mesn l("Box"); + mesn "Box"; set @q, geta2(ShipQuests, ShipQuests_Arpan); if (@q == 1) goto l_Give; if (@q > 1) goto l_Empty; @@ -108,7 +108,7 @@ OnClothNotTaken: close; OnEquip: - mesn l("Narrator"); + mesn "Narrator"; mes col(lg("Open your inventory (F3 key), select the clothes one by one and equip them."), 9); close; @@ -170,7 +170,7 @@ l_Who: l_WhatCloth: mes lg("Oh yeyeye, as they are not eatable, you can try to equip them!"); next; - mesn l("Narrator"); + mesn "Narrator"; mes col(lg("Open your inventory (F3 key), select the clothes one by one and equip them."), 9); next; goto l_Menu; diff --git a/npc/000-2-1/knife.txt b/npc/000-2-1/knife.txt index 5be33029..c34345d8 100644 --- a/npc/000-2-1/knife.txt +++ b/npc/000-2-1/knife.txt @@ -12,7 +12,7 @@ 000-2-1.gat,40,24,0,2 script #name 100,{ set @q, geta(ShipQuests, ShipQuests_Knife); if (@q) close; - mesn l("Knifes on the table"); + mesn "Knifes on the table"; mes l("There are some knifes on the table, do you want to take one?"); menu l("Yes."), l_Give, |