This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using { /Fortnite.com/Devices } | |
using { /Verse.org/Simulation } | |
using { /UnrealEngine.com/Temporary/Diagnostics } | |
using { /Fortnite.com/Characters } | |
# See https://dev.epicgames.com/documentation/en-us/uefn/create-your-own-device-in-verse for how to create a verse device. | |
var GlobalInt1:weak_map(session, int) = map{} | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using { /Fortnite.com/Devices } | |
using { /Verse.org/Simulation } | |
using { /UnrealEngine.com/Temporary/Diagnostics } | |
# See https://dev.epicgames.com/documentation/en-us/uefn/create-your-own-device-in-verse for how to create a verse device. | |
var GlobalInt1:weak_map(session, int) = map{} | |
# A Verse-authored creative device that can be placed in a level | |
persistance_device := class(creative_device): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"/Game/Athena/Items/Cosmetics/Characters/CID_001_Athena_Commando_F_Default.CID_001_Athena_Commando_F_Default", | |
"/Game/Athena/Items/Cosmetics/Characters/CID_005_Athena_Commando_M_Default.CID_005_Athena_Commando_M_Default", | |
"/Game/Athena/Items/Cosmetics/Characters/CID_072_Athena_Commando_M_Scout.CID_072_Athena_Commando_M_Scout", | |
"/Game/Athena/Items/Cosmetics/Characters/CID_088_Athena_Commando_M_SpaceBlack.CID_088_Athena_Commando_M_SpaceBlack", | |
"/Game/Athena/Items/Cosmetics/Characters/CID_105_Athena_Commando_F_SpaceBlack.CID_105_Athena_Commando_F_SpaceBlack", | |
"/Game/Athena/Items/Cosmetics/Characters/CID_128_Athena_Commando_F_Hazmat.CID_128_Athena_Commando_F_Hazmat", | |
"/Game/Athena/Items/Cosmetics/Characters/CID_133_Athena_Commando_F_Deco.CID_133_Athena_Commando_F_Deco", | |
"/Game/Athena/Items/Cosmetics/Characters/CID_136_Athena_Commando_M_StreetBasketball.CID_136_Athena_Commando_M_StreetBasketball", | |
"/Game/Athena/Items/Cosmetics/Characters/CID_154_Athena_Commando_M_Gumshoe.CID_154_Athena_Commando_M_Gumshoe", | |
"/Game/ |