diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-17 16:00:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-17 16:00:00 -0300 |
commit | c24cbdc410afa40398f10f784795a9b23a6aa55f (patch) | |
tree | 32f251197dbec42a6102a54c00c05cee622b9b50 | |
parent | d098a5a920ee7512695b33e90231ce94cfa9eb94 (diff) | |
download | serverdata-c24cbdc410afa40398f10f784795a9b23a6aa55f.tar.gz serverdata-c24cbdc410afa40398f10f784795a9b23a6aa55f.tar.bz2 serverdata-c24cbdc410afa40398f10f784795a9b23a6aa55f.tar.xz serverdata-c24cbdc410afa40398f10f784795a9b23a6aa55f.zip |
Update old script file
-rw-r--r-- | npc/003-1/mariusthebard.txt | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/npc/003-1/mariusthebard.txt b/npc/003-1/mariusthebard.txt index 3bddc1331..14a5eb2a7 100644 --- a/npc/003-1/mariusthebard.txt +++ b/npc/003-1/mariusthebard.txt @@ -1,10 +1,7 @@ -// The Mana World 2 Project -// This file is part of TMW2 Project. - +// TMW2 Script // Author: // Saulc // Jesusalva - // Description: // Marius the Bard is a bard. Helps player with the world's background story. @@ -16,10 +13,10 @@ next; menu - "Who, or what are you?", L_Who, - "Where exactly am I?", L_Where, - "Can you sing me a song?", L_Music, - "Actually, nothing. Bye!", L_Bye; + l("Who, or what are you?"), L_Who, + l("Where exactly am I?"), L_Where, + l("Can you sing me a song?"), L_Music, + l("Actually, nothing. Bye!"), L_Bye; L_Who: mes ""; |