Verse Library verse

02 Fragment

A brief code fragment demonstrating how to conditionally disable specific room props and monsters.

verse-library/fortnite-random-room-spawning-using-scene-graph/02-fragment.verse

if (Choice = 1):
    RoomA.Enable(false)
    Monster_A.Enable(false) # Show the monster too!

Comments

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