diff options
-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 ""; |