Simniac Posted September 3, 2013 Share Posted September 3, 2013 Hi. :) Could someone make a mod that restores all your magicka, health and stamina when you absorb a dragon soul? Link to comment Share on other sites More sharing options...
Halendia Posted September 3, 2013 Share Posted September 3, 2013 Oh I'd really like this.. :o Link to comment Share on other sites More sharing options...
kalosj Posted September 3, 2013 Share Posted September 3, 2013 Looking at the CK, I can see where I'd need to add the coding - but I'm still fairly new to payrus/coding in general - I could add in a SetActorValue (health) and say 200, but that would heal you for 200, so maybe not up to max or maybe above max (havent tested how that might behave) - is there a SetActorValuePercentage instead, as we do have the GetActorValuePercentage??? Link to comment Share on other sites More sharing options...
blacksupernova Posted September 4, 2013 Share Posted September 4, 2013 Looking at the CK, I can see where I'd need to add the coding - but I'm still fairly new to payrus/coding in general - I could add in a SetActorValue (health) and say 200, but that would heal you for 200, so maybe not up to max or maybe above max (havent tested how that might behave) - is there a SetActorValuePercentage instead, as we do have the GetActorValuePercentage???No, you don't use SetActorValue to restore health, it would mess up your stat. You use RestoreAV 10000, that would be more than enough to fully restore your health. Link to comment Share on other sites More sharing options...
kalosj Posted September 4, 2013 Share Posted September 4, 2013 ah thanks - presumably that call wont take the attribute above its 'normal' max? Link to comment Share on other sites More sharing options...
Recommended Posts