IconoclastDX Posted December 27, 2012 Share Posted December 27, 2012 So I've gotten my feet wet with some simple spell and weapon modding with CK and thought I'd like to try something a little more global but quickly got stuck. What I'd like to do is make all existing potions have multiple uses. I thought that would be an easy start but cannot find where that is coded. All I can find are the standard properties that call the various effects but nothing that tells the game to remove the used potion. I know I'm a little out of my league but that's how you learn new things. Thanks in advance. Link to comment Share on other sites More sharing options...
steve40 Posted December 28, 2012 Share Posted December 28, 2012 (edited) I thought that would be an easy startMurphy's law of modding dictates that this will therefore be impossibly difficult :teehee: Potions are hard-coded to be single use only. You could try creating an ersatz potion using a clutter Activator form, then script it to behave the way that you want. Edited December 28, 2012 by steve40 Link to comment Share on other sites More sharing options...
IconoclastDX Posted December 28, 2012 Author Share Posted December 28, 2012 I thought that would be an easy startMurphy's law of modding dictates that this will therefore be impossibly difficult :teehee: Potions are hard-coded to be single use only. You could try creating an ersatz potion using a clutter Activator form, then script it to behave the way that you want. Thanks you steve40 for the quick reply and the suggestion! I don't know what a 'erstaz' potion is but if I understand you correctly then what you are suggesting is similar to my backup strategy. That is to run a script to give the player a new custom potion every time a vanilla potion is used. I don't want to run something that listens for potion usage and rather have the 'use potion' script call my script. That being said, I still don't know where to start. I know how to make a mod with the potions I want and how to give them to the player. I just don't know the best way to call it. Thanks again for any help! Link to comment Share on other sites More sharing options...
Recommended Posts