• Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Question - Code LAN Platformer moving from room to room

J

Janey_Springs

Guest
Hello. I want to adapt the code of the demo version of the "YoYo Games LAN Platformer" for my game. In the demo version, everything happens in the same room. I want to go from one to another. How can this be implemented? I don't care if the second player is teleported to my room or he will stay in his. (< text Google translate) Thanks!
 

The-any-Key

Member
GM can only run code in the current room, so this is often the issue.
You need to make sure the network code continue to run even when the server change room. Also note that you need to send a message to the clients to also change the room and keep whatever they need to continue the game. First step would be to change the room on the server and then solve each issue you get.
 
Top