Oldaccountblocked

AutosorterSoulgemSelfUpdate

Jun 18th, 2024
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Scriptname AutoSorterSoulgemSelfUpdate extends ObjectReference
  2.  
  3. Formlist Property AutosorterSoulGemList Auto
  4.  
  5. Event OnItemAdded(ObjectReference akActionRef, Form akBaseItem)
  6.  
  7. AddNewObjectToForm(akActionRef)
  8.  
  9. EndEvent
  10.  
  11. Function AddNewObjectToForm(Form akBaseItem)
  12.  
  13. AutosorterSoulGemList.AddForm(akBaseItem)
  14.  
  15. EndFunction
Advertisement
Add Comment
Please, Sign In to add comment