Complete Script
The following code is the complete script for an elimination game that advances players through a series of weapons as a team.
using { /Fortnite.com/Characters }
using { /Fortnite.com/Devices }
using { /Fortnite.com/Game }
using { /Fortnite.com/Teams }
using { /Verse.org/Simulation }
player_map := [player]int # This is a type alias!
team_elimination_game := class(creative_device):
On Your Own
By completing this guide, you’ve learned how to use Verse to create a device that advances players through a series of weapons, with each elimination granting them or their teammates the next weapon.
Using what you’ve learned, do the following:
Try different orders and combinations of weapons to create an optimal play experience.
Consider keeping the sentries and using them as optional bosses for each team.
See if you can find different methods of scoring, such as eliminating one particular player on a team.