GrayWolf04 Posted July 3, 2012 Share Posted July 3, 2012 I am trying to create an actor effect where part of the effect is to see if the player is being irradiated. If they are, the effect should not work, just like how you can't wait while being irradiated. Does anyone know how to do this? Link to comment Share on other sites More sharing options...
vforvic Posted July 5, 2012 Share Posted July 5, 2012 I have something more or less similar in my mod and it was a bit of a pain to get working exactly how I wanted, but it sounds like it should be easier for you and how you want to use it.There is a function name called "GetRadiationLevel" that can be set as a Condition for Effect Item which is part of your Actor Effect. It tells how much radiation the Player is getting at any one moment. You can use it to check to see if the Player is being irradiated or not and then apply the Effect or not depending on your setting. Link to comment Share on other sites More sharing options...
Recommended Posts