View Single Post
AndrewD2
Senior Member
 
Join Date: Mar 2007
Location: Muskegon, MI
Posts: 2,975

Old October 13th, 2011, 08:29 PM
Well I figured out the Fleet feet. I just copied it and used the #value[xFly] += 5 in the area where the assignment originally was.

I'm currently working on a Burrow speed that is supposed to be equal to half the fly speed and got the ability setup and have xBurrow bootstrapped. I try to use:

#value[xBurrow] = (hero.child[xFly].field[Value].value)/2

to assign the value but I get an error of:

Hero Lab was forced to stop compilation after the following errors were detected:

Syntax error in 'eval' script for Thing 'cStoBurrow' (Eval Script '#1') on line 1
-> Non-existent field 'Value' used by script

I'm not exactly sure what's wrong here, I've actually copied it from a post to get the value of the fly speed.

Still working on the acid resistance from earlier.
AndrewD2 is offline   #2 Reply With Quote