VerseIsland
Feed Learn Leaderboard Guides Explore Search Docs Verse Library
Sign in
Feed Learn Leaderboard Guides Explore Search Docs Verse Library
Fortnite Guides › General · Up to Fortnite Guides · General · 3 of 4 in General
Browse Fortnite Guides

Verse Start 03 Bonus Time Target in Fortnite

In this step, you will create a special target that awards extra time when a player hits it. The target pops up randomly when hitting positive scoring targets, and the odds that it will pop up increase until it appears.

Modify Your Island

  1. Select the Combo Target in the viewport.
  2. Press the Alt key, then left-click the axis widget, and drag a duplicate target to the front of your shooting gallery. This is the bonus time target.
  3. In the Details panel, set the TargetType to Dancing.

Write Verse Code

This page guides you step by step through the code changes, but if you want to check your work, review the Complete Code section for the final result.

  1. Open the shooting_range_manager_device.verse file.

  2. Add the following library to support random number generation.

    using { /Verse.org/Random }
    

    using { /Verse.org/Random }

    Copy full snippet(1 line long)

  3. Add the following variables to store the target device reference and related properties. The time duration and reward variables are in seconds.

    |  |  |
    | --- | --- |
    |  | @editable |
    |  | InitialTimerDuration:float = 30.0 |
    |  |  |
    |  | @editable |
    |  | MaxTimerDuration:float = 60.0 |
    |  |  |
    |  | @editable |
    |  | BonusTimeTarget:shooting_range_target_track_device = shooting_range_target_track_device{} |
    |  |  |
    |  | @editable |
    |  | BonusTimeTargetBaseChance:float = 0.05 |
    |  |  |
    |  | @editable |
    |  | BonusTimeReward:float = 10.0 |
    |  |  |
    |  | var GoodHitsSinceLastBonus:int = 0 |
    

You're reading a preview

The full reference is free for BrainDeadGuild Discord members — sign in to read it all, or open the original at the source.

Sign in with Discord — free for members Read the original at Epic Games

Sign in with your BrainDead.TV / BrainDeadGuild Discord account for full access.

Comments

    Sign in to vote, comment, or suggest an edit. Sign in
    📄
    Source
    Epic Games

    © Epic Games. Official Epic developer documentation, shown here as a reference with a link to the original. All rights remain with Epic Games. Terms ↗

    View original Sources & licensing
    Request removal
    Last updated May 12, 2026
    Keep exploring
    More in General · 3 of 4
    Prev
    verse start 01 combo system in fortnite
    Next
    verse start 05 refactor and refine in fortnite
    Browse all files in this folder (A–Z)
    Next up
    • Write Verse Code
    • 4. Weapon Leveling System
    Related topics
    • Verse Start 03 Bonus Time Target In Fortnite General
    • Verse Start 01 Combo System In Fortnite General
    • Verse Start 01 Combo System In Fortnite General
    • Your First Island Level Up With Verse In Fortnite Tutorials
    • First Island 05 Spice Up The Gameplay With Verse In Fortnite Tutorials

    Related

    Open in graph →

    Related topics

    • Verse Start 03 Bonus Time Target In Fortnite
    • Verse Start 01 Combo System In Fortnite
    • Verse Start 01 Combo System In Fortnite
    • Your First Island Level Up With Verse In Fortnite
    • First Island 05 Spice Up The Gameplay With Verse In Fortnite
    VerseIsland · an archipelago of Verse & UEFN knowledge
    Learn Guides History About & Press Sources & Licensing Status

    Not affiliated with Epic Games. Fortnite, UEFN, Unreal Engine, and Verse are trademarks of Epic Games, Inc. Content is attributed to its source — see Sources & Licensing.