Jump to content

having a little trouble finding something in the geck


kyosuke1000

Recommended Posts

You could create an own Effect for this, I dont think theres one already.

Try creating an Effect which modifies the Actor Value - SpeedMult and apply x for magnitude, where x is your increase in speed.

Or try giving the armor a script.

 

Hereś an example:

 

scn SpeedArmorScript

 

begin OnEquip

ModActorValue SpeedMult +10

end

 

begin OnUnEquip

ModActorValue SpeedMult -10

end

 

Personally, I've never tried a speed increase/decrease. It's just an idea.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...