Jump to content

Fishtoast

Members
  • Posts

    2
  • Joined

  • Last visited

Nexus Mods Profile

About Fishtoast

Profile Fields

  • Country
    New Zealand (Aotearoa)
  • Currently Playing
    Skyrim
  • Favourite Game
    Skyrim

Fishtoast's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In
  • Conversation Starter

Recent Badges

0

Reputation

  1. Hey, So I'm adding a new race ability to all playable races and to do this I add the spell to the 'specials' section of the playable race. So after I had added it to all races I loaded up a game and the imperial in front of me hadn't changed as he should have done. So I used the console to change his race to each playable race until I saw one that it worked on. The only race it had an effect on was the Khajiit. As I said, I've added the exact same spell to each of the races but for some reason it only effected the Khajiit. Is this a bug? Or am I doing it wrong? Cheers.
  2. Hey, guys. So I'm adding a disease that turns the player into a Skeever after some time. The only issue is, the SetRace isn't working. Here's what I have so far. Race property SkeeverRace auto actor Victim Event OnEffectStart(Actor Target, Actor Caster) victim = target victim.SetRace(SkeeverRace) EndEvent That's not my final code of course, there will be more to it but right now I just want to turn this person into a Skeever when the effect is applied. I have set up a new disease and link a new effect to it. Said effect has the above script attached to it, and I have filled in the SkeeverRace property, but sadly, it wont work. Any ideas? Cheers. Edit: No worries, managed to fix it... For some reason starting the script from scratch fixed it.
×
×
  • Create New...