so, apperently im missing something, or my CK is bugged somehow (hoping for the first)
Create a GlobalVariable called KnowsSmithingRecipe
Attach the following script to note/book with the recipe in it
Event OnRead()KnowsSmithingRecipe.SetValue(1)EndEventGlobalVariable Property KnowsSmithingRecipe Auto
Then in the conditions in the craftable object menu do a GetGlobal check to see if KnowsSmithingRecipe = 1 same for the tempering recipe.
misc -> global -> rightclik -> new (named it "TGFLLearnRecipe01" to keep the naming theme and easy to find) set value to zero, klicked ok
found my note -> edit -> scripts -> add new script -> pasted above script into and made sure to rename the sections with the global name correctly -> compiled with succes.
found my recipe -> edit -> in the "match Conditions" added new -> set to "GetGlobalValue" -> selected my Global -> Comparison set to "==" -> value set to "1" klicked ok
did the same for my temering recipe.
and somehow i failed to make it work.
Checked and recheck spelling, checked and rechecked the script, and its properties (the properties I'm assuming should be set to the global)
Can anyone from this deduse what I'm doing wrong?