Fury945 Posted March 16, 2011 Share Posted March 16, 2011 I'm thinking of creating a race mod and have my race have a permanent night-eye effect but I'd also like to make a blindfold that they can wear that makes them able to see normally. my question is, is it possible to script the effect that the blindfold would require and if so how would I do it? Also is there a mod out there that makes night-eye better (less blue)? Link to comment Share on other sites More sharing options...
The_Vyper Posted March 16, 2011 Share Posted March 16, 2011 In order to make the nighteye effect permanent, you'll have to make it an Ability type spell. As for scripting the blindfold to do what you want, that's easy. The script would look like: scn Fury945BlindfoldScript Begin OnEquip Player Player.RemoveSpell SpellID End Begin OnUnEquip Player Player.AddSpell SpellID End Just replace SpellID with the EditorID of the Nighteye Ability spell and attach this script to your blindfold. This is a good source of replacers for the Nighteye shader. Link to comment Share on other sites More sharing options...
Fury945 Posted March 23, 2011 Author Share Posted March 23, 2011 Thanks this should help a lot, Maybe I'll have a race mod finished by the end of the month (if I can get around to making it). Link to comment Share on other sites More sharing options...
Recommended Posts