I was wondering if the is an easy way to add the (Su) text next to the Fly description on the Portfolio!
At the moment i'm looking at the above code but keep getting invalid thing references if I modify it to try and add (Su) to the Maneuver.? description.
Is there some other field that needs to identify it as a Supernatural Flight ability.
Many thanks for help in advance.
Code:
var result as number
~ Assign the Fly Speed to a Supernatural ability.
result = hero.childfound[xFly].assign[Maneuver.?]
At the moment i'm looking at the above code but keep getting invalid thing references if I modify it to try and add (Su) to the Maneuver.? description.
Is there some other field that needs to identify it as a Supernatural Flight ability.
Many thanks for help in advance.