diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-01-25 03:03:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-01-25 03:03:07 +0300 |
commit | 3bf10cc94a44938d77fad3299460538082e579eb (patch) | |
tree | 6b09e75321fb644bc5dce85bf80559ec6daca1e9 /npc/000-2-1/arpan.txt | |
parent | 0d0ecca66738f775c82fc61e6b58c023e0268347 (diff) | |
download | clientdata-3bf10cc94a44938d77fad3299460538082e579eb.tar.gz clientdata-3bf10cc94a44938d77fad3299460538082e579eb.tar.bz2 clientdata-3bf10cc94a44938d77fad3299460538082e579eb.tar.xz clientdata-3bf10cc94a44938d77fad3299460538082e579eb.zip |
Move camera to box while magic arpan speaking about it.
Diffstat (limited to 'npc/000-2-1/arpan.txt')
-rw-r--r-- | npc/000-2-1/arpan.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt index 510c01aa..f844f309 100644 --- a/npc/000-2-1/arpan.txt +++ b/npc/000-2-1/arpan.txt @@ -121,6 +121,9 @@ l_Story: mes lg("Yaya, you should go see her! She will be happy to see you."); next; mes lg("Also, we took your yayed clothes, as they were... Yeyeye... In bad condition, go check the box around your bed, there is some new ones inside."); + setcamnpc "Box"; + next; + restorecam; l_Menu: mes l("What yeye could I do for you today?"); set @equipped, getequipid(equip_torso) == 1300 && getequipid(equip_legs) == 2200; |