Advertisement
MageKing17

Untitled

Aug 27th, 2014
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. #Events ;! 2 total
  2.  
  3. $Formula: ( when-argument
  4. ( any-of
  5. "GTFR Triton 1"
  6. "GTFR Triton 2"
  7. "GTFR Triton 3"
  8. )
  9. ( >= ( mission-time ) 3 )
  10. ( modify-variable
  11. "@TestVar[Alpha 1]"
  12. "<argument>"
  13. )
  14. ( destroy-subsys-instantly
  15. "@TestVar[Alpha 1]"
  16. "<all engines>"
  17. )
  18. )
  19. +Name: Test 1
  20. +Repeat Count: 1
  21. +Interval: 1
  22.  
  23. $Formula: ( when-argument
  24. ( any-of
  25. "GTFR Triton 1"
  26. "GTFR Triton 2"
  27. "GTFR Triton 3"
  28. )
  29. ( >= ( mission-time ) 6 )
  30. ( when
  31. ( true )
  32. ( modify-variable
  33. "@TestVar[Alpha 1]"
  34. "<argument>"
  35. )
  36. ( self-destruct "@TestVar[Alpha 1]" )
  37. )
  38. )
  39. +Name: Test 2
  40. +Repeat Count: 1
  41. +Interval: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement