Verse Library verse

02 Fragment

Launches players via D-Launchers only if they match a specific team. Great for team-based traps.

verse-library/using-dlauncher-devices-in-fortnite-creative/02-fragment.verse

# Example hint code structure:
if (player.GetTeam() == 1):
    launcher.Launch(player)
else:
    print("Team 2, you're not getting launched today.")

Comments

    Sign in to vote, comment, or suggest an edit. Sign in