summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-04-06 02:54:10 +0200
committerReid <reidyaro@gmail.com>2012-04-06 02:54:10 +0200
commit8384645cf8f748f3c8fce187880d55963ce162c1 (patch)
treec0fc75bebc8464c5d7ddd50f312de4d72661a975 /npc/functions
parent20643795a5263a203900ff284a17c35215e91864 (diff)
downloadserverdata-8384645cf8f748f3c8fce187880d55963ce162c1.tar.gz
serverdata-8384645cf8f748f3c8fce187880d55963ce162c1.tar.bz2
serverdata-8384645cf8f748f3c8fce187880d55963ce162c1.tar.xz
serverdata-8384645cf8f748f3c8fce187880d55963ce162c1.zip
Change alige's dialog style,
Correct dan script, Correct savepoint script.
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/savepoint.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/npc/functions/savepoint.txt b/npc/functions/savepoint.txt
index 710df3ec..ed3e0379 100644
--- a/npc/functions/savepoint.txt
+++ b/npc/functions/savepoint.txt
@@ -28,9 +28,7 @@ function script SavePoint {
mes col(l("Your position get saved."), 9);
next;
-L_Save:
savepoint @map$, @x, @y;
- goto L_Return;
L_Return:
return;