bugga1 Posted April 13, 2023 Posted April 13, 2023 (edited) I want a script that will check periodically if the player has an active effect. If they do then it calls for slavetats to equip a texture. It doesn't seem that difficult but knowing the limitations Skyrim its probably not that easy. after some peaking at other mods and alot of googling I wrote this. I have the programing knowledge of a rock and can't get any idea of how to get this to work, if its even close to being able to work at all. Scriptname tatscript extends ObjectReference Event OnUpdate() { if Game.GetPlayer().HasSpell("formid") { Slavetats.simple_add_tattoo(Game.GetPlayer(), "path to dds"); } } I read that it might be easier to make it be applied through Racemenu overlays but have even less of clue on how to do it that way. Edited April 15, 2023 by xwolfyos
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now