diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/savepoint.txt | 12 |
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; |