DarShonDo Posted May 24, 2019 Share Posted May 24, 2019 Hello, I have created an Open Lock Effect and Spell with a script that I got permission to use. It works great but the only issue is it pops up a window with everything I interact with till the spell wears off. I only want the window to pop up when interacting with locked doors and containers. I learned that you have to add a condition to the effect and spell but I don't understand how. I am very new to this. I think I need the condition to work only on doors and containers. Any help would be very appreciated. If there is any info you need, please just ask and I will provide it. Also please be kind and patent. Thank you. RegardsDar Link to comment Share on other sites More sharing options...
Ghaunadaur Posted May 24, 2019 Share Posted May 24, 2019 I think you could use the condition function GetIsObjectType for that purpose. So you will have 2 conditions on the magic effect: GetIsObjectType [Container] == 1 OR GetIsObjectType [Door] == 1 Link to comment Share on other sites More sharing options...
Recommended Posts