m97860662 Posted February 10, 2009 Share Posted February 10, 2009 Hello,I'm trying to have go doing scripting in the geck.I'm trying to make a script and apply it to a clothing, which when worn will make me run faster.Below it what I have tried, Short Speed BEGIN ONEQUIP set Speed to player.getav SpeedMult 250END BEGIN ONUNEQUIP set Speed to player.getav SpeedMult 100END After I've saved the script I then open a armor and selected and applied my new Script from the drop down list. I then saved and started up fallout, but on equiping the armor nothing happens. I think I'm doing it wrong, Is there something that I should need to do?Thank you very much. Link to comment Share on other sites More sharing options...
Smosh Posted February 10, 2009 Share Posted February 10, 2009 Hello,I'm trying to have go doing scripting in the geck.I'm trying to make a script and apply it to a clothing, which when worn will make me run faster.Below it what I have tried, Short Speed BEGIN ONEQUIP set Speed to player.getav SpeedMult 250END BEGIN ONUNEQUIP set Speed to player.getav SpeedMult 100END After I've saved the script I then open a armor and selected and applied my new Script from the drop down list. I then saved and started up fallout, but on equiping the armor nothing happens. I think I'm doing it wrong, Is there something that I should need to do?Thank you very much. Try scn Speedup Short Speed BEGIN ONEQUIP player.setav SpeedMult 250 END BEGIN ONUNEQUIP player.setav SpeedMult 100 END That's quite a massive sppedmultiplier BTW Link to comment Share on other sites More sharing options...
m97860662 Posted February 10, 2009 Author Share Posted February 10, 2009 Oh great! Thank you very much.I've tried what you've given, and it works! but on equip it's normal speedand on unequip it speeds up.strange. So I swap the numbers around and it seems to work fine now. BEGIN ONEQUIPplayer.setav SpeedMult 100END BEGIN ONUNEQUIPplayer.setav SpeedMult 250END Great! Thank you very much! I've clicked on your Kudos but it took me to another site - TES.Anyways Thank you again. Link to comment Share on other sites More sharing options...
Smosh Posted February 10, 2009 Share Posted February 10, 2009 Oh great! Thank you very much.I've tried what you've given, and it works! but on equip it's normal speedand on unequip it speeds up.strange. So I swap the numbers around and it seems to work fine now. BEGIN ONEQUIPplayer.setav SpeedMult 100END BEGIN ONUNEQUIPplayer.setav SpeedMult 250END Great! Thank you very much! I've clicked on your Kudos but it took me to another site - TES.Anyways Thank you again. Yes you have to login there to give Kudos. Hmmm, that shouldn't be how it works! Link to comment Share on other sites More sharing options...
zubai Posted July 15, 2009 Share Posted July 15, 2009 Same here. I had to switch the values to make it work. Link to comment Share on other sites More sharing options...
Recommended Posts