How to Get and Set values of variables from other assets

Hello, first post here. :slight_smile:

I had an idea for a mod to use on my private server.
If it can be done, I would like to create a mod that increases the scale of any dino’s model based on their health points. (The greater max health stat they have, the larger they are)
I do not mean the scale would increase based on the value of their max health (which would make turtles as big as trees)
I mean for every level that they get stats that go to health (wild ‘genetic’ levels or trained stat levels) they would get bigger for.

After reading (most) of the stickies and watching some basic tutorials, I think this can be done by:

  1. Getting the dino health points allocated stat
  2. Setting that number to a variable
  3. Using said variable as a multiplier to the dino’s model scale stats

However, I do not know where to find the health points allocated, or how to link certain variables from one asset to another.
I understand that this may be more advanced than I currently can handle, hence why I am posting here.
Any and all help is appreciated! Thanks for reading :slight_smile:

health is easy. it all depends on where u are starting from. On the dino’s bps https://i.snag.gy/vxPH76.jpg (ull need an event of course, probally beginPlay|DinoScale is a custom variable and how to set it)