Advertisement
Bagserk

Untitled

Oct 6th, 2012
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. Scriptname BALPortalSCR extends ObjectReference
  2. ;=========================================================
  3.  
  4. event onCellLoad()
  5. utility.wait(0.25)
  6. playAnimation("playanim02")
  7. endEvent
  8.  
  9. Event OnActivate(ObjectReference akActionRef)
  10. ObjectReference A=Game.GetPlayer() as Actor
  11. A.moveto(Destiny)
  12. endevent
  13. ObjectReference Property Destiny Auto
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement