diff options
Diffstat (limited to 'npc/000-0/sailors.txt')
-rw-r--r-- | npc/000-0/sailors.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt index ef3683df..22196aa8 100644 --- a/npc/000-0/sailors.txt +++ b/npc/000-0/sailors.txt @@ -43,8 +43,8 @@ OnTouch: setcamnpc; mesn "Raijin Voice"; - mesq g(l("You stupid, she's english, look at the shape of her head."), - l("You stupid, he's english, look at the shape of his head.")); + mesq lg("You stupid, she's english, look at the shape of her head.", + "You stupid, he's english, look at the shape of his head."); next; mesq l("Hey you! Can you hear us? Are you okay?"); next; @@ -69,12 +69,12 @@ OnTouch: setcamnpc; mes ""; mesn; - mesq g(l("Oh, she's still alive!"), - l("Oh, he's still alive!")); + mesq lg("Oh, she's still alive!", + "Oh, he's still alive!"); next; setcamnpc "Sailors", 144, -80; - mesq g(l("This girl needs help, we need to rescue her!"), - l("This guy needs help, we need to rescue him!")); + mesq lg("This girl needs help, we need to rescue her!", + "This guy needs help, we need to rescue him!"); next; restorecam; |