View Single Post
Illyahr
Senior Member
 
Join Date: Feb 2013
Posts: 357

Old April 14th, 2019, 11:05 AM
I wish things had stuck with Value fields instead of Value tags. They're easier to alter.

So I want to provide a value to xFastHeal based on variables. It will be
Code:
perform hero.assign[User.Ability]
var bonus as number
bonus = adjust
(Ability count * 20) + (Ability count * adjustment)
perform hero.childfound[xFastHeal].assign[Value.bonus]
It doesn't recognize "bonus" so how do I assign this?
Illyahr is offline   #1 Reply With Quote