diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-23 11:28:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-23 11:28:49 -0300 |
commit | c272dcb128037a647692a02721d02acd51d26002 (patch) | |
tree | 90a422fc5ebbaad213c300feea3c428145156c02 /npc/003-4 | |
parent | 9155fb809fa1b1bddf3718fd4ee65e5ef6b4cd54 (diff) | |
download | serverdata-c272dcb128037a647692a02721d02acd51d26002.tar.gz serverdata-c272dcb128037a647692a02721d02acd51d26002.tar.bz2 serverdata-c272dcb128037a647692a02721d02acd51d26002.tar.xz serverdata-c272dcb128037a647692a02721d02acd51d26002.zip |
mes col(l("")) is DEPRECATED, move everything to mesc l("").
mesc is harder to see, but it looks better and is less confusing regarding l()
Diffstat (limited to 'npc/003-4')
-rw-r--r-- | npc/003-4/sorfina.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/003-4/sorfina.txt b/npc/003-4/sorfina.txt index bed4e5c8e..7acb8808a 100644 --- a/npc/003-4/sorfina.txt +++ b/npc/003-4/sorfina.txt @@ -29,18 +29,18 @@ L_Trouble: next; mesn; mesq l("Oh, he has been a little rascal since his father died."); - mes col(l("*cries*"), 9); + mesc l("*cries*"); next; mesn; mesq l("You see, after a monster attack... My husband went to the desert, to check how things were..."); - mes col(l("*cries*"), 9); + mesc l("*cries*"); next; mesn; mesq l("He never touched the Soul Menhir... He died... For real..."); - mes col(l("*cries*"), 9); + mesc l("*cries*"); next; mesn; - mes col(l("Sorfina recomposes herself."), 9); + mesc l("Sorfina recomposes herself."); mesq l("There is a rare kind of scorpion, the Murderer Scorpion. Very dangerous."); setq TulimsharQuest_Hasan, 3, -1; next; |