summaryrefslogtreecommitdiff
path: root/npc/000-1
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-07-03 00:55:45 +0200
committerReid <reidyaro@gmail.com>2012-07-03 00:55:45 +0200
commit3abb22e09612b641ec06e1ce6a7ae9659b181f99 (patch)
tree00fa75f55db6410cfb00261d36c3bd303f7f5fac /npc/000-1
parent9312a34faed7926702b29371fb23574b129bcd67 (diff)
downloadserverdata-3abb22e09612b641ec06e1ce6a7ae9659b181f99.tar.gz
serverdata-3abb22e09612b641ec06e1ce6a7ae9659b181f99.tar.bz2
serverdata-3abb22e09612b641ec06e1ce6a7ae9659b181f99.tar.xz
serverdata-3abb22e09612b641ec06e1ce6a7ae9659b181f99.zip
Correct getitemlink placement.
Diffstat (limited to 'npc/000-1')
-rw-r--r--npc/000-1/muller.txt2
-rw-r--r--npc/000-1/tarlan.txt8
2 files changed, 5 insertions, 5 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;