kamenai Posted February 20, 2017 Share Posted February 20, 2017 (edited) Hello, Nexus! I'm working on my mod again (what a surprise) and I'm trying to add a function to collect water from bodies of water in Skyrim. Lakes, rivers, ponds, streams, etc. What I've done so far is added a new crafting recipe to the Campfire Survival menu since my mod requires Campfire anyway. What I would like to do is add a condition to the recipe that requires the player to have the kettle in their inventory (GetItemCount ?) and also be standing in a source of water (IsSwimming ?). Not quite sure if I've done it right, because when I go into the game, there's no option to craft the Bottled Water. As it is now, I don't want the player to required empty glass bottles to craft Bottled Water. What the player is essentially doing is "filling" the kettle with water. However, I did also add a new crafting recipe to make Bottled Water if you have empty bottles in your inventory, but I don't know what condition I need to make it so the player has to be standing in water to make it. So, what conditions do I need to add to these crafting recipes to make it so the player can get Bottled Water while standing in a water source like a lake or river? Edited February 20, 2017 by kamenai Link to comment Share on other sites More sharing options...
Recommended Posts