Verse Start 01 Combo System in Fortnite
Now that your targets behave as expected, you can spice things up even more using Verse!
Create a Combo System
In this section, you'll add a combo system to your game that rewards players with a special target worth extra points when they the hit all of the good targets without hitting any bad ones.
-
Select a Good Target in the viewport.
-
Press the Alt key, then drag a duplicate target to the back of your shooting gallery. This will be the Combo Target.
-
In the Details panel, under User Options:
- Set the TargetType to Llama.
- Set the Score Value to 0. This means that only the Verse code will affect the score.
- Set the Start Position to Down.
- Set the Reset Time Type to Never.
- Set the Pop Up Delay Type to Never.
- Set the Hopping Frequency Type to Random. This means the target will move up and down randomly.
- Set the Hop Length Type to Random.
-
Add the following code to
shooting_range_manager_device.verseto:- Create a
shooting_range_target_track_devicevariable that stores a reference to the Combo Target. - Add an integer variable for its score value.
- Add three logic variables to track the combo state.
- Create a
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 your BrainDead.TV / BrainDeadGuild Discord account for full access.