Jump to content

Recommended Posts

Posted (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 by xwolfyos

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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