Beginner Friendly Gun Game Tutorial
#### ####
# #
# Unreal Fest 2023 - Direct Event Binding versus Verse #
# Author: Kyle Sullivan - @spankysully #
# Date: October 5th, 2023 #
# #
#### ####
# Required Modules
using { /Fortnite.com/Devices } # Allows us to manipulate Fortnite Devices
using { /Fortnite.com/Characters } # Allows us to manipulate Fortnite Characters
using { /Fortnite.com/Game } # Gives access to various interfaces and structs used throughout Fortnite
using { /Verse.org/Simulation } # Gives access to various utilities like Tags & even @editable
using { /Verse.org/Colors/NamedColors } # Gives access to named colors (HTML standard naming)
# DEMO Purposes Only
# The item_granter_device currently does not have the functionality to get the length of the items in the granter
# This is a made-up function that returns the length of the granter
# One can hope we'll get this functionality in the API soon
# For now just set this number to the number of items in your granter!
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.