Verse Library verse

11 Healing Characters Inside A Volume

Dequeues the next AI agent from the healing list and prepares it for the medic routine.

extracted-snippets/documentation/en-us/fortnite/create-your-own-npc-medic-in-unreal-editor-for-fortnite/11-healing-characters-inside-a-volume.verse

# Source URL: https://dev.epicgames.com/documentation/en-us/fortnite/create-your-own-npc-medic-in-unreal-editor-for-fortnite
# Local doc:  epic-docs/documentation/en-us/fortnite/create-your-own-npc-medic-in-unreal-editor-for-fortnite.md
# Section:    Healing Characters Inside a Volume
if:
DequeueResult := AgentsToHeal.Dequeue[]
set AgentsToHeal = DequeueResult(0)
AgentToHeal := DequeueResult(1)

Comments

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