Verse Library verse

01 Fragment

Prints a debug message when the level loads. Ideal for verifying script execution.

verse-library/2-setting-up-the-level/01-fragment.verse

using { /Fortnite.com/Devices }

# This is the "Main" function. It’s the first thing Verse runs.
# Think of it as the "Start Game" button on your controller.
main() -> void:
    # For now, we just print a message to the debug console.
    # This is like checking your chat log to see if the game started.
    print("Level Loaded! Check your spawn point.")

Comments

    Sign in to vote, comment, or suggest an edit. Sign in