Advertisement
Bagserk

Untitled

Oct 6th, 2012
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. Scriptname BerserkerEnablePortalSCR extends ObjectReference
  2.  
  3. ObjectReference Property PORTAL Auto
  4.  
  5. ObjectReference Property PortalTrigger Auto
  6.  
  7. Auto State Waiting
  8. Event OnRead()
  9. GotoState("Finished")
  10. BALPortalSCR tmpPORTAL = PORTAL as BALPortalSCR
  11. tmpPORTAL.Enable()
  12. utility.wait(0.25)
  13. tmpPORTAL.playAnimation("playanim02")
  14. PortalTrigger.Enable()
  15. endevent
  16. EndState
  17.  
  18. State Finished
  19.  
  20. EndState
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement