stormingromans Posted September 28, 2016 Share Posted September 28, 2016 I have potion A that applies magic effect A1, which is set-up as Script/FireForget/Self and has keyword kwMeA. I have potion B that applies magic effect B1, which is also set-up as Script/FireForget/Self and has keyword kwMeB. These work perfectly independently. However, if you take potion A, then potion B, the magic effects of A should be removed - same the other way around. Also, the potions should not stack - taking A twice should not result in double the effect. I can't for the life of me figure out how to do this, other than using some pretty horrific conditions in the potion definitions - even then I' not sure that actually works properly either. Hoping someone can help me figure this out. Link to comment Share on other sites More sharing options...
JonathanOstrus Posted September 29, 2016 Share Posted September 29, 2016 You might try adding a common keyword as a filter of sorts to all your desired items. Maybe like kw_MyDispelFlag. Then in CK check the box that says dispel effects with these keywords and add that in the list. I've never had to do this before so I'm not sure how that might impact other things. Link to comment Share on other sites More sharing options...
Recommended Posts