diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-01-25 02:38:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-01-25 02:58:41 +0300 |
commit | 0d0ecca66738f775c82fc61e6b58c023e0268347 (patch) | |
tree | 6af2d73675779e706e512f4edada9a1058bcebf0 /npc/000-0-0/sailors.txt | |
parent | 6f48aa3f3fb2019f60f0e469147270d96ad74794 (diff) | |
download | serverdata-0d0ecca66738f775c82fc61e6b58c023e0268347.tar.gz serverdata-0d0ecca66738f775c82fc61e6b58c023e0268347.tar.bz2 serverdata-0d0ecca66738f775c82fc61e6b58c023e0268347.tar.xz serverdata-0d0ecca66738f775c82fc61e6b58c023e0268347.zip |
move camera to speaking sailors in map 000-0-0.
Diffstat (limited to 'npc/000-0-0/sailors.txt')
-rw-r--r-- | npc/000-0-0/sailors.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt index f50ebd05..70897313 100644 --- a/npc/000-0-0/sailors.txt +++ b/npc/000-0-0/sailors.txt @@ -6,6 +6,7 @@ 000-0-0.gat,22,17,0,1 script Elmo 309,{ OnTalk: + setcamnpc; mesn "Elmo"; mes g(l("This girl is lucky that we found her before a shark did. I have no idea where this came from. By the way, did you see the logo on her raft?"), l("This guy is lucky that we found him before a shark did. I have no idea where this came from. By the way, did you see the logo on his raft?")); @@ -51,6 +52,7 @@ OnTalk: mes g(l("OK, I think she's waking up, go see to her."), l("OK, I think he's waking up, go see to him.")); next; + restorecam; warp "000-2-1.gat", 40, 38; savepoint "000-2-1.gat",40,38; close; |