FringeRecall
Refugee
Experimenting with crafted items (recipe's) triggered_effect without success.
Hoping that someone else has either already done it or can figure it out. Not sure it even works as I see no examples of it in the vanilla XML's and it also is suffixed by the comment of //Hook Up (which is not explained)
Here is my attempt to make it work
There are items in the recipes.xml that contain the tag "learnable". These are the items I'm trying to target specifically. I'm also hoping at some point I can append my own tags to be more precise in my triggered_effect tags.
Thank you.
Hoping that someone else has either already done it or can figure it out. Not sure it even works as I see no examples of it in the vanilla XML's and it also is suffixed by the comment of //Hook Up (which is not explained)
Here is my attempt to make it work
Code:
<triggered_effect trigger="onSelfItemCrafted" target="self" tags="learnable" action="LogMessage" message="Learnable item crafted"/>
Thank you.