diff options
Diffstat (limited to 'npc/000-2-1')
-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 |
3 files changed, 8 insertions, 8 deletions
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, |