Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2014
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1.  
  2. {trigger:Nothahn_1}
  3. (L.L.Nothahn_1_sw) ! (S.L.Nothahn_1_sw)
  4. (T.L.ev_doornothahn_front)
  5. {end}
  6.  
  7. {trigger:Nothahn_2}
  8. (L.L.Nothahn_2_sw) ! (S.L.Nothahn_2_sw)
  9. (T.L.ev_doornothahn_back1)
  10. {end}
  11.  
  12. {trigger:Door_0_drag}
  13. (L.L.Nothahn_1_sw)
  14. {if}
  15. (L.S.mouse_x) 1000 / (L.L.door_0) + -1 max 1 min (S.L.door_0) s1
  16. {endif}
  17. {end}
  18.  
  19. {trigger:Door_1_drag}
  20. (L.L.Nothahn_1_sw)
  21. {if}
  22. (L.S.mouse_x) 1000 / (L.L.door_1) + -1 max 1 min (S.L.door_1) s1
  23. {endif}
  24. {end}
  25.  
  26. {trigger:Door_2_drag}
  27. (L.L.Nothahn_2_sw)
  28. {if}
  29. (L.S.mouse_x) 1000 / (L.L.door_2) + -1 max 1 min (S.L.door_2) s1
  30. {endif}
  31. {end}
  32.  
  33.  
  34. {trigger:Door_3_drag}
  35. (L.L.Nothahn_2_sw)
  36. {if}
  37. (L.S.mouse_x) 1000 / (L.L.door_3) + -1 max 1 min (S.L.door_3) s1
  38. {endif}
  39. {end}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement