Item Granter Randomizer PRO
using { /Fortnite.com/Devices }
using { /Verse.org/Simulation }
using { /UnrealEngine.com/Temporary/Diagnostics }
using { /Verse.org/Random }
#########################################################################################################################
#Item Granter Randomizer PRO
# ____ _ _
#| _ \ | | | |
#| |_) | _ _ ___ | |__ _ _ ___ _ __ ___ __ _ | |_ ___
#| _ < | | | |/ __|| '_ \ | | | | / __|| '__|/ _ \ / _` || __|/ _ \
#| |_) || |_| |\__ \| | | || |_| || (__ | | | __/| (_| || |_| __/
#|____/ \__,_||___/|_| |_| \__, | \___||_| \___| \__,_| \__|\___|
# __/ |
# |___/
# More at https://dev.epicgames.com/community/profile/M07Y0/BushyCreates
# uhh look at my twitter and follow it for more i guess: https://Twitter.com/BushyCreate
#########################################################################################################################
Reward := class<concrete><public>:
# Get our devices that we can assign in the UEFN Editor
@editable ItemGranter<public> : item_granter_device = item_granter_device{} # The Item Granters that one of which will be randomly chosen | Can be used to grant items (Leave empty to grant nothing when this granter is chosen) #Hi 👋😀
@editable HUDMessage<public> : hud_message_device = hud_message_device{} # The Hud Message Device that one of which will be randomly chosen | Can be used to show messages on screen (Example: You found an Acorn!)
@editable MessageFeed<public> : elimination_feed_device = elimination_feed_device{} # The Elimination Feed Device that one of which will be randomly chosen | Can be used to activate messages in the Kill Feed :P
@editable Trigger<public> : trigger_device = trigger_device{} # Adds an Trigger that you can link to whatever you want, I won't judge :D
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.