using { /Fortnite.com/Devices } using { /Verse.org/Sim } # This is our Island Device # It acts as the brain of our island actor MyIsland is Actor { # When the game starts, this runs once OnBegin(): void { # Print a message to the debug log # This helps us know the game is live Print("Matchmaking Complete! Game On!") } }