Advertisement
gribbleshnibit8

Activate Linked Object

Aug 12th, 2013
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. scn OpenLinkedContainerSCRIPT
  2.  
  3. ref rLinked
  4. ref rActionRef
  5.  
  6. BEGIN OnActivate
  7. Set rLinked to GetLinkedRef
  8. set rActionRef to GetActionRef
  9. rLinked.Activate rActionRef
  10. END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement