How would I make a checkpoint for this game?

https://flowlab.io/game/play/1414680

https://flowlab.io/game/play/1251796

Thank JR_01 Whenever you can.

It didn’t work :frowning:

Did you get the code from the checkpoint and the player?

the kodex beat me to the prey

yeah

Bur in my game the checkpoint is not for when you die. It’s for where you spawn after a battle.

oh thats esier than what i was going to tell you just make a object and after the battle use its x and y position as yours to teleport to it

Okay. Thanks!

How do I do that?

after the battle send a message to the player then connect that to an extactor for the x and y of that object then set that to positions x and y

Thank you!

@ZoeCannon:) if its in a different levle it wont work

ok

You could use a save @ZoeCannon:),
If you use a save, you can remember where the player was. Instead of a Once, I used a Mailbox below, so messing the player in Level 2 will make it go to its last location. This way the player wont be somewhere else when in Level 1 Laboratory.

Player:
2020.05.09-15.22_01

Monsters:
2020.05.09-15.15_01

Just something in Level 2 to tell the player to look at Checkpoint:
2020.05.09-15.22

And if when you want to reset the checkpoints (like end of the level or something):
2020.05.09-15.17

Thank you!!!

Aw @“JR 01” you beat me to this one :confused:
1:2