diff options
Diffstat (limited to 'npc/000-1/ale.txt')
-rw-r--r-- | npc/000-1/ale.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/000-1/ale.txt b/npc/000-1/ale.txt index 60c58868..052f233d 100644 --- a/npc/000-1/ale.txt +++ b/npc/000-1/ale.txt @@ -7,7 +7,8 @@ 000-1.gat,55,23,0,1 script Ale 105;2,{ mesn; - mesq l("Hello world!"); + mesq g(l("Good day, sir."), + l("Good day, lady.")); close; |