Your First Verse Device Webinar Tutorial
using { /Fortnite.com/Devices }
using { /Verse.org/Simulation }
using { /UnrealEngine.com/Temporary/Diagnostics }
using { /Verse.org/Colors/NamedColors } # Needed to use ?Duration and ?Color on line 42
my_first_verse_device := class(creative_device):
# This device was used in the FREE "Coding with Verse tutorial" Webinar by Clevelike Studios
############### Game Designer Devices ##########################
@editable Fuzebox : button_device = button_device{} # player fixes fuze box
@editable DoorsAnim : cinematic_sequence_device = cinematic_sequence_device{} # Doors Open
@editable MotionDetector : mutator_zone_device = mutator_zone_device{} # Motion Sensor that turns on the light
@editable TunnelLight : customizable_light_device = customizable_light_device{} # Light in tunnel that turns on with motion sensor
@editable FixFuzeboxMessage : hud_message_device = hud_message_device{} # Tells player to fix the Fuzebox
############### Variables ######################################
var FuzeFixed : logic = false # Has Fuze Been fixed?
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.