From 3abb22e09612b641ec06e1ce6a7ae9659b181f99 Mon Sep 17 00:00:00 2001 From: Reid Date: Tue, 3 Jul 2012 00:55:45 +0200 Subject: Correct getitemlink placement. --- npc/000-1/muller.txt | 2 +- npc/000-1/tarlan.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'npc/000-1') 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; -- cgit v1.2.3-70-g09d2