Jump to content

AndreAIXIDOR

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by AndreAIXIDOR

  1. Hi I have a follower mod, but when I try to dismiss here or to tell her to wait the command don't work... There is a console command to dismiss her or all the follower or at least to delete her? or there is another way? The mod is Venette and I use UFO Thanks to anyone answer me
  2. http://www.creationkit.com/HasMagicEffect_-_Actor If akCaster.HasMagicEffect(yourMagicEffectProperty) Debug.Notification("We've got this magic effect! Cool!") EndIf perhaps I have not explained well this "if" is for the actor if it has the magic effect... I want the system do something if the actor doesn't have (yourMagicEffectProperty)... Yeah. If !(akCaster.HasMagicEffect(MGEFproperty) It's pretty similar. You could also do If Else, or If == false, but the ! Should work fine. wait wait.... I am not sure if I understand, to make an if negative all I have to do is put an ! after the "if"?
  3. http://www.creationkit.com/HasMagicEffect_-_Actor If akCaster.HasMagicEffect(yourMagicEffectProperty) Debug.Notification("We've got this magic effect! Cool!") EndIf perhaps I have not explained well this "if" is for the actor if it has the magic effect... I want the system do something if the actor doesn't have (yourMagicEffectProperty)...
  4. Hi everybody, how can I make a "if" condition where the system check if the "akcaster" doesn't have a magic effect?
  5. Hi everybody, this is the first time I write on the forum (and the first "serious" mod I try to create), I have 3 question, first: I have a spell, aimed, I want the game add a magic effect to the caster every time the spell is casted (the magic effect is blank, it's only to prevent you from casting the spell); I try the onspellcast event but it doesn't work. second: there is a way to reduce the stamina using for sprinting? third: a way to increase the health regeneration proportionally of your missing health Thanks to anyone answer me.
  6. Hi everybody, this is the first time I write on the forum (and the first "serious" mod I try to create), I have 3 question, first: I have a spell, aimed, I want the game add a magic effect to the caster every time the spell is casted (the magic effect is blank, it's only to prevent you from casting the spell); I try the onspellcast event but it doesn't work. second: there is a way to reduce the stamina using for sprinting? third: a way to increase the health regeneration proportionally of your missing health Thanks to anyone answer me.
  7. Thanks sLoPpYdOtBiGhOlE your solution work very well; I do not know why I did not think about it before. The things we need to do to create mod!!
  8. If only the Bethesda release an update to allow you to resize windows everything would be easier
  9. I have the same problem half the button of the creation kit is out of the screen in the quest page but I think is a bug of the creation kit on low resolution (1366x768) computer
×
×
  • Create New...