Hello everybody ,
how do i get this
I am now using Heath behavior and don’t understand how to get text to write in a text object like I could with variables before

Hello everybody ,
how do i get this
There is no way to get the maximum health out. There are no functions for it. You’d have to store that in a separate variable, unfortunately.
So you’d need to do something like :
You can add that functionality to the extension you have downloaded though :
Once in the extension editor :
Object.Behavior::PropertyMaxHealth()
And I think that should be it.
Then just use the extension like :
thank you very much for your support, I was able to solve it by changing the extension as in the steps you indicated.
now everything is clearer to me, I have only one last question.
i can’t find the entry to subtract life, i am currently using this code but i don’t think it’s the correct way to do it.
There’s a “Damage the object” action for decreasing health, that take the damage amount as a parameter :
And these are what I get :
Can you open the extension in the editor, and confirm you have the Hit function available :
the hit function was there, I solved it by installing the extension all over again and now it appeared among the available actions
Thanks again