diff options
author | Reid <reidyaro@gmail.com> | 2012-04-06 02:54:10 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-04-06 02:54:10 +0200 |
commit | 8384645cf8f748f3c8fce187880d55963ce162c1 (patch) | |
tree | c0fc75bebc8464c5d7ddd50f312de4d72661a975 /npc/functions | |
parent | 20643795a5263a203900ff284a17c35215e91864 (diff) | |
download | serverdata-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.txt | 2 |
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; |