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

Old September 7th, 2016, 04:19 PM
As title. When a hengeyokai transforms into animal form, it changes the physical attributes of the character to those attributes.

field[aNormMod].value adds the number instead of changing to
field[aNormal].value does nothing
field[aNormForce].value changes the attribute but doesn't change back after

For reference, the line I'm working with is as follows:

elseif (field[hIsOn2].value = 1) then
hero.child[xBurrow].field[Value].value = 10
herofield[tSize].value = -2
hero.child[aSTR].field[].value = 8
hero.child[aDEX].field[].value = 17
hero.child[aCON].field[].value = 15
endif
Illyahr is offline   #1 Reply With Quote