summaryrefslogtreecommitdiff
path: root/npc/000-2-2
diff options
context:
space:
mode:
authorErik Schilling <ablu.erikschilling@googlemail.com>2011-12-26 10:21:13 +0100
committerErik Schilling <ablu.erikschilling@googlemail.com>2011-12-26 10:21:13 +0100
commit9a8fa6da712c16ec7d961008228f77c0c9b0866c (patch)
treefe7ab1f52d40e8a7662f20642d9312b65e71a505 /npc/000-2-2
parentd2de767cd85121f66ac9de068be49e615c02afd8 (diff)
downloadserverdata-9a8fa6da712c16ec7d961008228f77c0c9b0866c.tar.gz
serverdata-9a8fa6da712c16ec7d961008228f77c0c9b0866c.tar.bz2
serverdata-9a8fa6da712c16ec7d961008228f77c0c9b0866c.tar.xz
serverdata-9a8fa6da712c16ec7d961008228f77c0c9b0866c.zip
Replaced tabs with whitespaces where possible
Diffstat (limited to 'npc/000-2-2')
-rw-r--r--npc/000-2-2/doors.txt43
1 files changed, 21 insertions, 22 deletions
diff --git a/npc/000-2-2/doors.txt b/npc/000-2-2/doors.txt
index c5b5b6dd8..c8c317f48 100644
--- a/npc/000-2-2/doors.txt
+++ b/npc/000-2-2/doors.txt
@@ -1,41 +1,40 @@
// Evol scripts.
// Authors:
-// Reid
-// Ablu
+// Reid
+// Ablu
// Description:
// Rat killer NPC
-000-2-2.gat,48,29,0,1 script DoorUpwards 0,0,0,{
+000-2-2.gat,48,29,0,1 script DoorUpwards 0,0,0,{
OnTouch:
- set @q, geta4(ShipQuests, ShipQuests_Peter);
- if (@q == 1 || @q == 2) goto l_Check;
- goto l_Warp;
+ set @q, geta4(ShipQuests, ShipQuests_Peter);
+ if (@q == 1 || @q == 2) goto l_Check;
+ goto l_Warp;
l_Check:
- if (getmapmobs("000-2-2.gat") > 0) goto l_Warn;
- seta4 ShipQuests, ShipQuests_Peter, @q+2;
- goto l_Warp;
+ if (getmapmobs("000-2-2.gat") > 0) goto l_Warn;
+ seta4 ShipQuests, ShipQuests_Peter, @q+2;
+ goto l_Warp;
l_Warn:
- mesn;
- mesq l("There are still some rats left! Do you want to abort the quest?");
- menu
- l("Yes."), l_Warp,
- l("No."), -;
- warp "000-2-2", 48, 28;
- close;
+ mesn;
+ mesq l("There are still some rats left! Do you want to abort the quest?");
+ menu
+ l("Yes."), l_Warp,
+ l("No."), -;
+ warp "000-2-2", 48, 28;
+ close;
l_Warp:
- warp "000-2-1", 61, 35;
- close;
+ warp "000-2-1", 61, 35;
+ close;
}
-000-2-2.gat,24,31,0,1 script AreaNPC 0,0,0,{
+000-2-2.gat,24,31,0,1 script AreaNPC 0,0,0,{
OnTouch:
-
- mesq l("This door seems locked");
- close;
+ mesq l("This door seems locked");
+ close;
}