View Single Post
Mergon
Senior Member
 
Join Date: Sep 2012
Location: Ottawa, Canada
Posts: 788

Old February 4th, 2016, 01:05 PM
For the Mobile feat, your might want to make a slight change to the Eval script:

Instead of
Quote:
hero.child[Speed].field[Bonus].value = hero.child[Speed].field[Bonus].value + 10
you make want to use:
Quote:
hero.child[Speed].field[tSpeed].value = hero.child[Speed].field[tSpeed].value + 10
What this does is sets your base Speed to 40 instead of 30/40.

Watch your back, Conserve your ammo,
and NEVER cut a deal with a dragon!
Mergon is offline   #40 Reply With Quote