Advertisement
gribbleshnibit8

Fallout New Vegas Trigger Script

Sep 21st, 2013
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. OnTriggerEnter Player
  2. ; Activate the first linked Ref
  3. set rLinked to GetLinkedRef
  4. rLinked.Activate Player 1
  5.  
  6. ; Get the link of the first link and play an animation
  7. set rLinked to rLinked.GetLinkedRef
  8. rLinked.PlayGroup Forward
  9.  
  10. ; Get the link of the second link and enable it
  11. set rLinked to rLinked.GetLinkedRef
  12. rLinked.Enable
  13. END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement