diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-05 08:20:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-05 08:20:13 -0300 |
commit | 62ef77683cd977feea5600cb690cd971655a202c (patch) | |
tree | 97ce627d201441220e6d95894a7a39fec57cb47f /npc/003-1 | |
parent | 407522caf1a7486e73fa8aabf75e9f48c9606b9b (diff) | |
download | serverdata-62ef77683cd977feea5600cb690cd971655a202c.tar.gz serverdata-62ef77683cd977feea5600cb690cd971655a202c.tar.bz2 serverdata-62ef77683cd977feea5600cb690cd971655a202c.tar.xz serverdata-62ef77683cd977feea5600cb690cd971655a202c.zip |
New function: tutmes()
Deprecate the crazy way we were doing before.
Reason: I want to standardize a new color for tutorial speech.
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/inac.txt | 2 | ||||
-rw-r--r-- | npc/003-1/itka.txt | 2 | ||||
-rw-r--r-- | npc/003-1/sailors.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/npc/003-1/inac.txt b/npc/003-1/inac.txt index 9656ed4df..cd01ec96d 100644 --- a/npc/003-1/inac.txt +++ b/npc/003-1/inac.txt @@ -31,7 +31,7 @@ L_Quest: mesn; .@g$=lg("girl", "boy"); mesq l("Tulimshar is surrounded by strong monsters. If you go out with your poor equipment, you're going to be dead in no time, @@.", .@g$); - if (TUTORIAL) mesc l("Protip: You can use \"@monsterinfo <monster name>\" to gauge a monster strength."); + tutmes l("You can use \"@monsterinfo <monster name>\" to gauge a monster strength."), l("Protip"), false; next; mesn; mesq l("I probably can give you my Sharp Knife, though! If you want to help me, that is."); diff --git a/npc/003-1/itka.txt b/npc/003-1/itka.txt index ff4d7fdbd..88e48ee94 100644 --- a/npc/003-1/itka.txt +++ b/npc/003-1/itka.txt @@ -10,7 +10,7 @@ mesq l("The inn north of me still haven't opened, which is a shame. I guess their cassino got too expensive."); next; mesq l("Anyway, I am selling Cherry Cakes to sponsor my studies. Please buy as many as you want!"); - if (TUTORIAL) mesc l("Protip: Ducks and Giant Maggots also drops Cherry Cakes."); + tutmes l("Ducks and Giant Maggots also drops Cherry Cakes."), l("Protip"), false; next; npcshopattach(.name$); openshop; diff --git a/npc/003-1/sailors.txt b/npc/003-1/sailors.txt index 34db37e2c..45b596608 100644 --- a/npc/003-1/sailors.txt +++ b/npc/003-1/sailors.txt @@ -55,7 +55,7 @@ L_Quest1: mesn; mesq l("There are secret caves on this city. In fact, Tulimshar holds many misteries."); mesc l("Take care: Secret passages can be dangerous places (or not)."); - if (TUTORIAL) mesc l("Protip: You can get Croconut from Crocotree, and fill @@ purchased in the market.", getitemlink(EmptyBox)); + tutmes l("You can get Croconut from Crocotree, and fill @@ purchased in the market.", getitemlink(EmptyBox)), l("Protip"), false; close; L_Report1: |