• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Accessing fields on focused minion

Gomo

Well-known member
Hello.
I try to set a mechanism which access a field of Minion.
To be specific it is a field which contain current stamina points.
I've managed to retrive values of attributes like this:
Code:
		perform hero.childfound[mtHorse].setfocus
		doneif (state.isfocus = 0)
@text = hero.childfound[mtHorse].minion.child[attrStr].field[trtFinal].value
but I can't acces fields which exist in Actor component of minion.
Is it possible to acces those fields or I have to create an attribute which would get those values ?
Next thing I would do it is to modify those values from Master so probably solution with attribute wouldn't allow me to do this.
 
Back
Top