sMooDi31 Posted April 17, 2017 Share Posted April 17, 2017 Hi, I am new to modding, and i was trying to apply a custom texture "MaleEyeHumanRed" to my character using a Script-type magic effect ,and this is what the script looks like : Scriptname RedEyes extends ActiveMagicEffect Function SetEyeTexture(TextureSet MaleEyeHumanRed) native event oneffectstart(Actor akTarget, Actor akCaster) TextureSet MaleEyeHumanRed akCaster.SetEyeTexture(MaleEyeHumanRed) EndEvent Event OnEffectFinish(Actor akTarget, Actor akCaster) TextureSet EyesMaleHumanIceBlue akCaster.SetEyeTexture(EyesMaleHumanIceBlue) EndEvent but when i run Skyrim and cast the spell that has this magic effect, nothing happens. is the problem in the script ? if so then what is it , please help. thanks in advance. Link to comment Share on other sites More sharing options...
hadun9999 Posted August 8, 2019 Share Posted August 8, 2019 (edited) I know that this is a dead topic, but if anyone is reading this: The function SetEyeTexture() seems to be bugged. For me ,it works in dialogue fragments, but not in other scripts. If anyone with more experience can give further insight, feel free to reply. Edited August 8, 2019 by hadun9999 Link to comment Share on other sites More sharing options...
Recommended Posts