diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-02-27 15:28:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-02-27 15:28:36 -0300 |
commit | ba5f8614be6f0c63224a89024b4d46a8e30b6df3 (patch) | |
tree | 1d2ac082d810c6f22cca9260647aaad713fc6ff6 | |
parent | 4da2ba7d7e7df204d966e3d7e23efcae6ddb1d2d (diff) | |
download | serverdata-ba5f8614be6f0c63224a89024b4d46a8e30b6df3.tar.gz serverdata-ba5f8614be6f0c63224a89024b4d46a8e30b6df3.tar.bz2 serverdata-ba5f8614be6f0c63224a89024b4d46a8e30b6df3.tar.xz serverdata-ba5f8614be6f0c63224a89024b4d46a8e30b6df3.zip |
Technically it is ready to test
-rw-r--r-- | npc/001-1/manhole.txt | 2 | ||||
-rw-r--r-- | npc/functions/manhole.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/npc/001-1/manhole.txt b/npc/001-1/manhole.txt index 9a64e4ef..ac3ff54a 100644 --- a/npc/001-1/manhole.txt +++ b/npc/001-1/manhole.txt @@ -46,7 +46,7 @@ OnInit: 001-1,196,35,0 script #manhole2-001-1 NPC_NO_SPRITE,{ - @i=manhole_interact(); + .@i=manhole_interact(); closeclientdialog(); if (.@i == -1) { slide_or_warp("001-3-0", 196, 36); diff --git a/npc/functions/manhole.txt b/npc/functions/manhole.txt index f5e7e2f7..ae0901e3 100644 --- a/npc/functions/manhole.txt +++ b/npc/functions/manhole.txt @@ -5,7 +5,7 @@ // Description: // Handles Artis manholes // Relies on getmap, be sure coords are enough compatible -// ie. Leave a 4x4 area free of collision +// ie. Leave a 5x5 area free of collision // manhole_interact( dest_map ) // Carries over getmapxy() for NPC @@ -25,7 +25,7 @@ function script manhole_interact { select l("Do you want to leave it alone?"), rif(getq(ArtisQuests_MonaDad), l("Do you want to enter in sewer?")), - l("Do you want to throw something on it?"); + l("Do you want to throw something inside?"); switch (@menu) { case 1: |