betto212 Posted January 3, 2012 Share Posted January 3, 2012 (edited) there is a way to retrieve in the script associate to a effect the magnitude that the effect were called Edited January 3, 2012 by betto212 Link to comment Share on other sites More sharing options...
caramellcube Posted January 4, 2012 Share Posted January 4, 2012 without knowing exactly what the effect is, you could maybe try GetAV or use a global variable. If there's a way to directly reference the effect I don't know what it is. http://geck.bethsoft.com/index.php/GetAV http://geck.bethsoft.com/index.php/Globals Link to comment Share on other sites More sharing options...
betto212 Posted January 4, 2012 Author Share Posted January 4, 2012 (edited) what im trying to do is this by , what i need to figure out is if is possible to get the magnitude that the script where called ,i dont know if this avaliable for a effect script scn new123restorehealthref myself Begin ScriptEffectstart set myself to getself if myself.IsSpellTarget hp123shield set hp123shieldquest.hp to hp123shieldquest.hp + (1 * magnitude)else myself.restoreav health (1 * magnitude) endif End Edited January 4, 2012 by betto212 Link to comment Share on other sites More sharing options...
Recommended Posts