diff options
-rw-r--r-- | db/const.txt | 12 | ||||
-rw-r--r-- | npc/functions/savepoint.txt | 12 |
2 files changed, 1 insertions, 23 deletions
diff --git a/db/const.txt b/db/const.txt index 224a2ef6..3d952579 100644 --- a/db/const.txt +++ b/db/const.txt @@ -221,15 +221,3 @@ ShipQuests_Knife 10 ShipQuests_ArpanMoney 11 // 1 ShipQuests_Door 12 - -// PlayerInformations - -// 0011 2233 4455 6677 -// 0000 1111 2222 3333 -// 0123 4567 8901 2345 * -// S--- ---- ---- ---- -// a--- ---- ---- ---- - -// 1 -PlayerInformations_SavePoint 0 - 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; |