Skip to content

← Previous | Next →


set

Description

Sets multiple global variables within the behavior tree.

Basic information

Name Type Possibilities
set both 1

Parameters

# Name Type Mandatory Description Multiple
1 varied 1 No 1 No

Outputs

# Description
1 The only result is 1.

Example


  interaction 
    set playerHealth 100 playerMana 50 
      tell "Player health and mana have been set." 

  behaviour 
    nothing