#properties error

1 messages · Page 1 of 1 (latest)

trail socket
#

Dynamic properties are different from actor properties

toxic lagoon
#

oh

trail socket
#

You need to define your properties in your behavior pack player.json

trail socket
#

You add this in the description section of player.json

"properties": {
                "namespace:metallica_stack": {
                    "type": "int",
                    "default": 0,
                    "range": [0, 6],
                    "client_sync": true
                }
            }
#

You don't need a namespace but I recommend it