summaryrefslogtreecommitdiff
path: root/npc/functions/savepoint.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-04-06 02:11:44 +0200
committerReid <reidyaro@gmail.com>2012-04-06 02:11:44 +0200
commit20643795a5263a203900ff284a17c35215e91864 (patch)
tree5b34added1a9f36e888c1f0952052f4b66de4488 /npc/functions/savepoint.txt
parente6b6aa4939ff1db6c475d057eb431530c389f6ef (diff)
downloadserverdata-20643795a5263a203900ff284a17c35215e91864.tar.gz
serverdata-20643795a5263a203900ff284a17c35215e91864.tar.bz2
serverdata-20643795a5263a203900ff284a17c35215e91864.tar.xz
serverdata-20643795a5263a203900ff284a17c35215e91864.zip
Remove useless var.
Diffstat (limited to 'npc/functions/savepoint.txt')
-rw-r--r--npc/functions/savepoint.txt12
1 files changed, 1 insertions, 11 deletions
diff --git a/npc/functions/savepoint.txt b/npc/functions/savepoint.txt
index 14d9149e..710df3ec 100644
--- a/npc/functions/savepoint.txt
+++ b/npc/functions/savepoint.txt
@@ -15,9 +15,7 @@ function script SavePoint {
l("Take a nap"), -,
l("Nothing"), L_Return;
- if (PlayerInformations_SavePoint == 1)
- goto L_Shortversion;
-
+ mes " ";
mesn "Narrator";
mes col(l("You close your eyes some seconds..."), 9);
next;
@@ -30,14 +28,6 @@ function script SavePoint {
mes col(l("Your position get saved."), 9);
next;
- set PlayerInformations_SavePoint, 1;
- goto L_Save;
-
-L_Shortversion:
- mesn "Narrator";
- mes col(l("Your position get saved."), 9);
- next;
-
L_Save:
savepoint @map$, @x, @y;
goto L_Return;