using { /Fortnite.com/Devices }
using { /Fortnite.com/FortPlayerUtilities }
using { /Verse.org/Simulation }
using { /Verse.org/Random }
using { /UnrealEngine.com/Temporary/Diagnostics }
triad_infiltration_log_channel := class(log_channel){}
triad_infiltration := class(creative_device):
Logger:log = log{Channel := triad_infiltration_log_channel}
# To avoid players not being able to join a team, you should set the maximum number
# of players in the island settings to the sum of all of the Maximum(Team) variables.
# Maximum number of players on the Infiltrators Team.
@editable
MaximumInfiltrators:int = 2
# Maxmimum number of players on the Attackers Team.
@editable
MaximumAttackers:int = 4
# Maximum number of players on the Defenders Team.
@editable
MaximumDefenders:int = 4
# Array of Teleporters that teleport players to their team's spawn once the game starts.
@editable
Teleporters:[]teleporter_device = array{}
Verse Library
verse
Triad Infiltration
verse-source/SampleVerse/TriadInfiltration/triad_infiltration.verse
Sign in free to read the full source 🌴
This Verse Library file is members-only. Create a free account to view the complete source and download the .verse file.