# Source URL: https://dev.epicgames.com/community/snippets/1WyR/fortnite-dbno-revive-infect-device
# Local doc: epic-docs/community/snippets/1WyR/fortnite-dbno-revive-infect-device.md
using { /UnrealEngine.com/Temporary/Diagnostics }
using { /Verse.org/Simulation/Tags }
using { /Fortnite.com/Characters }
using { /Fortnite.com/Playspaces }
using { /Verse.org/Simulation }
using { /Fortnite.com/Devices }
using { /Fortnite.com/Game }
using { /Verse.org/Verse }
# Code developed by Dragon (dragonstudio.pro)
# View my FNC Maps: http://fortnite.com/@blze.dragon
# This code was created with assistance of FortniteCreativeGPT - ( www.fortnitecreativegpt.com )
# View FNC+GPT code structure creation : https://chat.openai.com/share/929e3ed6-8160-41af-b713-058b8e780601
# I was able to improve upon the structure provided by FNC+GPT and fully develop the code.
# Learn more about FortniteCreative+GPT and stay up to date on the latest news!
# FortniteCreative+GPT Discord: https://discord.gg/kwb3szRu3u
# Get help in all your creative needs from Unreal Engine to UEFN at The Creative Blok Discord!
# https://discord.com/invite/P5JU6gzUFV
# Devices Needed
# (1) Class Selector (For Hunter/Infector Class)
# (1) Class Designer (For Hunter/Infector Class)
# (1) Elimination Manager
# (1) Down but not Out Device
# (1) Teleporter
# (16) Player Spawn Pads (8 players max per team)
# (1) Team Setting and Inventory Device
DBNO_Revive_Infect_Device := class(creative_device):
@editable
DownButNotOutDevice: down_but_not_out_device = down_but_not_out_device{}
Verse Library
verse
01 Snippet
Manages Down-But-Not-Out revival and player infection mechanics for custom teams.
extracted-snippets/community/snippets/1WyR/fortnite-dbno-revive-infect-device/01-snippet.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.