Fondep Posted January 5, 2022 Share Posted January 5, 2022 I want to make a respawn system for my game. My site should work like this. When your player dies, options will appear on the screen. The first option is respawn at the point of death (in exchange for scrolling) second option is resurrect in city A or B. (in exchange for gold) Is this system possible? Thanks for your help. Link to comment Share on other sites More sharing options...
0 AisenArvalis Posted January 5, 2022 Share Posted January 5, 2022 Currently the way you want it to work is impossible without source edits simply because when you die currently, it'll instantly respawn you at your class' respawn location. You'd have to interrupt this process in the source so that you can pull a common event on death. Link to comment Share on other sites More sharing options...
0 TheBearWannabe Posted January 5, 2022 Share Posted January 5, 2022 I haven't used it before, but there is an "on respawn" common event option? Maybe you could create a map the player is warped to and depending on the option they choose you could charge currency for it. Don't know how you'd handle the respawn-at-death location, though. Link to comment Share on other sites More sharing options...
0 Fondep Posted January 5, 2022 Author Share Posted January 5, 2022 1 hour ago, AisenArvalis said: Currently the way you want it to work is impossible without source edits simply because when you die currently, it'll instantly respawn you at your class' respawn location. You'd have to interrupt this process in the source so that you can pull a common event on death. Β 28 minutes ago, TheBearWannabe said: I haven't used it before, but there is an "on respawn" common event option? Maybe you could create a map the player is warped to and depending on the option they choose you could charge currency for it. Don't know how you'd handle the respawn-at-death location, though. first of all thank you for your answers. So how do I get the character to register in a certain region? Because it's annoying when it comes back to when it dies. However, while doing this, new players should not be affected by this situation. Link to comment Share on other sites More sharing options...
0 Smoot Posted January 6, 2022 Share Posted January 6, 2022 Do an afterlife map with gateways to each decision. Walk left to pay gold, right to ??. Link to comment Share on other sites More sharing options...
0 Justn Posted January 6, 2022 Share Posted January 6, 2022 You can do this with common events and player variables. I don't use the default respawn locations (from class editor) at all. Link to comment Share on other sites More sharing options...
Question
Fondep
I want to make a respawn system for my game. My site should work like this.
When your player dies, options will appear on the screen. The first option is respawn at the point of death (in exchange for scrolling)
second option is resurrect in city A or B. (in exchange for gold)
Is this system possible? Thanks for your help.
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now