Difference between revisions of "Learn an Engram using an Item"

From ARK Modding Wiki
Jump to navigation Jump to search
(Created page with "Category:Tutorials Category:TIAPs This is a step by step guide for manually adding an engram to the learned engrams list using an item's "Blueprint Used" function. ==...")
 
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
[[Category:Tutorials]]
 
[[Category:Tutorials]]
[[Category:TIAPs]]
+
[[Category:Items]]
This is a step by step guide for manually adding an engram to the learned engrams list using an item's "Blueprint Used" function.
 
  
== Learn an engram on blueprint used ==
+
Due to a new exposed node this has become very simple - use the "Blueprint Used" event and call "Server Unlock Engram".
# Open the item and navigate to the graph tab
 
# Find the function "Blueprint Used", right click it and press "Implement Function"
 
# In your function graph you should first check if you are the server using "Switch Has Authority"
 
[[File:Learnengram01.png|thumb|Check for authority]]
 
#
 

Latest revision as of 09:10, 7 April 2018


Due to a new exposed node this has become very simple - use the "Blueprint Used" event and call "Server Unlock Engram".