diff options
author | jesusalva <cpntb1@ymail.com> | 2018-03-01 02:28:44 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-03-01 02:28:44 -0300 |
commit | 14c67d60dbbe36decffa8b42eaee4c7cabf97381 (patch) | |
tree | 857e6b616452aceaf59c5f079af399ebef61a6c1 /npc | |
parent | 84bdfca5f6bfb0530d6d4ec944251e9ce597f81f (diff) | |
download | serverdata-14c67d60dbbe36decffa8b42eaee4c7cabf97381.tar.gz serverdata-14c67d60dbbe36decffa8b42eaee4c7cabf97381.tar.bz2 serverdata-14c67d60dbbe36decffa8b42eaee4c7cabf97381.tar.xz serverdata-14c67d60dbbe36decffa8b42eaee4c7cabf97381.zip |
Minor recognization for those who truly stand out
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1/ninathetraveler.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/003-1/ninathetraveler.txt b/npc/003-1/ninathetraveler.txt index c3ca6b8a1..33aa5c704 100644 --- a/npc/003-1/ninathetraveler.txt +++ b/npc/003-1/ninathetraveler.txt @@ -4,6 +4,9 @@ 003-1,56,143,0 script Nina The Traveler NPC_F_SHOPKEEPER,{ mesn; + if (strcharinfo(0) == $MOST_HEROIC$) mesq l("Wow! Are you @@? Everyone, in every city, talks about you!", $MOST_HEROIC$); + if (strcharinfo(0) == $MOST_HEROIC$) next; + mesq l("Hello. I am @@, and I am from a family of travellers. We travel though the whole world, looking for exotic goods.", .name$); next; mesq l("You can right click on me to trade, or I can tell you about different cities in our world."); |