Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- OnTriggerEnter Player
- ; Activate the first linked Ref
- set rLinked to GetLinkedRef
- rLinked.Activate Player 1
- ; Get the link of the first link and play an animation
- set rLinked to rLinked.GetLinkedRef
- rLinked.PlayGroup Forward
- ; Get the link of the second link and enable it
- set rLinked to rLinked.GetLinkedRef
- rLinked.Enable
- END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement