Started by
GoldenDarius
on
Topic category: Advanced modding
I want this custom armor to remove specific effects from any player that wears it. I tried making the procedure, but it gave me an error. I will leave an image down here, i would like to know what i did wrong
this procedure should work only when the player has the effect but you will get errors if the player does not have the effect because you are trying to remove something that does not exist.
have an if statement check if the player has the effect that should fix the problem you have.
oh i see, i cant believe i didnt think about that. thanks
One last thing. I am still kinda new to procedures, where do i find a procedure that checks if entity has a specific effect?