Hey everyone,
I'm writing a mod that involves harvesting. When the player harvests something I need the baseobject of the Flora he's harvesting and the ingredient that was harvested.
I did some research and found this post:
http://www.gamesas.com/topic/1463636-ingredients-harvested-tracked-stat-workaround/?p=22772590
However in game the container source is returning None, which means its not registering that its coming from a plant (its just saying world) which really svcks for me.
Is there another way I can do this? I'm forced into using SKSE because of other functions if that helps