diff options
author | Reid <reidyaro@gmail.com> | 2012-07-03 00:55:45 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-07-03 00:55:45 +0200 |
commit | 3abb22e09612b641ec06e1ce6a7ae9659b181f99 (patch) | |
tree | 00fa75f55db6410cfb00261d36c3bd303f7f5fac | |
parent | 9312a34faed7926702b29371fb23574b129bcd67 (diff) | |
download | clientdata-3abb22e09612b641ec06e1ce6a7ae9659b181f99.tar.gz clientdata-3abb22e09612b641ec06e1ce6a7ae9659b181f99.tar.bz2 clientdata-3abb22e09612b641ec06e1ce6a7ae9659b181f99.tar.xz clientdata-3abb22e09612b641ec06e1ce6a7ae9659b181f99.zip |
Correct getitemlink placement.
-rw-r--r-- | npc/000-1/muller.txt | 2 | ||||
-rw-r--r-- | npc/000-1/tarlan.txt | 8 | ||||
-rw-r--r-- | npc/000-2-3/nard.txt | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/npc/000-1/muller.txt b/npc/000-1/muller.txt index b23107fc..582fde41 100644 --- a/npc/000-1/muller.txt +++ b/npc/000-1/muller.txt @@ -7,7 +7,7 @@ 000-1.gat,23,31,0,1 script Q'Muller 104,{ mesn; - mesq l("I think that I'm done, I've got a box full of ") + getitemlink("Crocclaw") +"!"; + mesq l("I think that I'm done, I've got a box full of @@!", getitemlink("Crocclaw")); close; diff --git a/npc/000-1/tarlan.txt b/npc/000-1/tarlan.txt index 0b94593c..73c0be1f 100644 --- a/npc/000-1/tarlan.txt +++ b/npc/000-1/tarlan.txt @@ -32,28 +32,28 @@ l_Food: mes " "; mesn; - mesq l("You can yaye some") + " " + getitemlink("Croconut") + " " +l("by hitting these palm trees."); + mesq l("You can yaye some @@ by hitting these palm trees.", getitemlink("Croconut")); next; mesq l("Yeye be prudent with wild animal's food, some of them are dangerouyous, especially the Blobs."); goto l_Close; l_HardToHit: - mesq l("These Croco Trees are full of yaying") + " " + getitemlink("Croconut") + l(", but they are so hard to hit..."); + mesq l("These Croco Trees are full of yaying @@, but they are so hard to hit...", getitemlink("Croconut")); goto l_Close; l_Aouch: mesq l("Ayouyouch! My head..."); next; - mesq l("Damn") + " " + getitemlink("Croconut") + "."; + mesq l("Damn @@.", getitemlink("Croconut")); goto l_Close; l_DoYou: mesq l("Do you want to try?"); next; - mesq l("Just hit the trunk, and it will yeye a") + " " + getitemlink("Croconut") + "."; + mesq l("Just hit the trunk, and it will yeye a @@.", getitemlink("Croconut")); goto l_Close; diff --git a/npc/000-2-3/nard.txt b/npc/000-2-3/nard.txt index 6540aff2..ceef7e77 100644 --- a/npc/000-2-3/nard.txt +++ b/npc/000-2-3/nard.txt @@ -108,7 +108,7 @@ l_Julia: next; mesq l("She is the nurse and the shipkeeper of this ship, and also an excellent chef!"); next; - mesq l("But most important, she's the one who took care of you when you were in coma."); + mesq lg("But most important, she's the one who took care of you when you were in coma."); next; l_SpecialTask: |