diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-26 13:39:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-26 13:39:24 -0300 |
commit | c34720d1ff4082d024ab244643e3ebf87b8d6ea9 (patch) | |
tree | 7876c10910b500537074d2c49554568eb74adcd2 /npc/017-10 | |
parent | 90da485b598c1ae8c6307e95c872eb67353f7579 (diff) | |
download | serverdata-c34720d1ff4082d024ab244643e3ebf87b8d6ea9.tar.gz serverdata-c34720d1ff4082d024ab244643e3ebf87b8d6ea9.tar.bz2 serverdata-c34720d1ff4082d024ab244643e3ebf87b8d6ea9.tar.xz serverdata-c34720d1ff4082d024ab244643e3ebf87b8d6ea9.zip |
There's a lot of information to say later, but this is suffice for now.
Diffstat (limited to 'npc/017-10')
-rw-r--r-- | npc/017-10/airship.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/017-10/airship.txt b/npc/017-10/airship.txt index 9dacfca08..48851f47e 100644 --- a/npc/017-10/airship.txt +++ b/npc/017-10/airship.txt @@ -48,6 +48,8 @@ OnWarper: removespecialeffect(FX_CIRCLE, SELF, getcharid(3)); if (getmap() != "017-10") end; + if (!FORT_1ST_VISIT) + FORT_1ST_VISIT = gettimetick(2); warp "025-2", 97, 119; specialeffect FX_SUCCESS, SELF, getcharid(3); dispbottom l("You have arrived at Fortress Island."); |