vinurd Posted November 22, 2017 Share Posted November 22, 2017 Hi.I'll tell you how I managed to make a point of re-spawning. To start, you need to create a global event and call it something like 2.Then create the variables.I created 4 pieces. called Resp1, Resp2,Resp3, Resp4. 3. Further back in the global event and write there the branching variable check(after switch). Specify what global event should trigger when you respawn the character. In each of the branches where the truth lies(Resp1=1)- specify where it should appear the player. 4.Create respawn points through events on the map. At the points of changing one variable on 1. Others put 0 So in the global event will be determined by which variable is currently active and has 1. And there will be a move of the player dying. The player asks the question: do you want to revive here? no. In Yes, set variable to 1, remaining variables zero. And so in other points with different variables. PinkAngel, Alexoune001 and Xeno 3 Link to comment Share on other sites More sharing options...
Aldimun Posted December 4, 2017 Share Posted December 4, 2017 Great alternative Link to comment Share on other sites More sharing options...
Kibbelz Posted December 4, 2017 Share Posted December 4, 2017 On 22/11/2017 at 2:08 PM, vinurd said: I'm really glad you're doing a tutorial however the way you're doing it is wrong. First of all, you don't need a million variables or switches. You need 1 and set it to the correct number if appropriate. This way only 1 condition will trigger and i don't use a single variable.. So i.e. say you want to respawn at spawn point no 3 your respawn variable should be 3 and checked as such. Also assuming I have all variables of your current system set to 1. I get warped to the first, second, third and fourth map in succession before stopping. (not to mention the initial default starter map of my class). This is going to make deaths extremely laggy for having to load 5 maps minimum and the potential surrounding 8 maps of all of those 5 that are loaded from the server on death. I'm glad you wrote a tutorial but I hope you can update this, kibbelz Stx and vinurd 1 1 Link to comment Share on other sites More sharing options...
PinkAngel Posted December 5, 2017 Share Posted December 5, 2017 4 hours ago, Kibbelz said: I'm really glad you're doing a tutorial however the way you're doing it is wrong. First of all, you don't need a million variables or switches. You need 1 and set it to the correct number if appropriate. This way only 1 condition will trigger and i don't use a single variable.. So i.e. say you want to respawn at spawn point no 3 your respawn variable should be 3 and checked as such. Also assuming I have all variables of your current system set to 1. I get warped to the first, second, third and fourth map in succession before stopping. (not to mention the initial default starter map of my class). This is going to make deaths extremely laggy for having to load 5 maps minimum and the potential surrounding 8 maps of all of those 5 that are loaded from the server on death. I'm glad you wrote a tutorial but I hope you can update this, kibbelz and i was about to follow this tutorial, kibbelz would you mind writing a more precise tutorial on how to go about doing this then? Link to comment Share on other sites More sharing options...
vinurd Posted December 6, 2017 Author Share Posted December 6, 2017 while the best way I did not come up with. And I do not want to do much save points. I took the video so that I could clearly see the work. Link to comment Share on other sites More sharing options...
Martinnl Posted December 6, 2017 Share Posted December 6, 2017 Cool just can be worked out, not something else on auto seve ... Link to comment Share on other sites More sharing options...
Martinnl Posted December 8, 2017 Share Posted December 8, 2017 I tested your code a little and I think it's a mistake. and exactly what I mean, how is the global change set to 1 when writing and log out of the game will occur, in my opinion the change should return to 0, ie the state of not remembering the user's location Link to comment Share on other sites More sharing options...
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