You can create a Game manager device verse file. In your game manager file you can set it up to control everything in your game. Most you can do without using verse, but a lot of people use verse and make most of the devices @editable so you have full control on what, when, and how everything works. You can add logic to check how a player gets eliminated then set what happens for each type elimination. The way I have been able to solve similar is to search the verse documentations using keywords for what I want to make changes for and for what changes I want to make. Using what you find in the documentations and snippets of doing something similar even if it’s not exact will help you structure your verse code to work the way you want.