Advertisement
AFGN_Austin_YT

Whelen UK

Jul 1st, 2018
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. EMV.Auto = {
  2. {
  3. ID = "AFGN Whelen Liberty UK",
  4. Scale = 1,
  5. Pos = Vector( 0, 0, 100 ),
  6. Ang = Angle( 0, -90, 0 ),
  7. }
  8. }
  9.  
  10. EMV.Sequences = {
  11. Sequences = {
  12. { Name = "CODE 1", Stage = "M1", Components = {}, Disconnect = {} },
  13. { Name = "CODE 2", Stage = "M2", Components = {}, Disconnect = {} },
  14. { Name = "CODE 3", Stage = "M3", Components = {}, Disconnect = {} }
  15. },
  16. Traffic = {
  17. { Name = "WARN", Stage = "C", Components = {}, Disconnect = {} },
  18. { Name = "LEFT", Stage = "L", Components = {}, Disconnect = {} },
  19. { Name = "DIVERGE", Stage = "D", Components = {}, Disconnect = {} },
  20. { Name = "RIGHT", Stage = "R", Components = {}, Disconnect = {} }
  21. },
  22. Illumination = {
  23. {
  24. Name = "TAKEDOWN",
  25. Icon = "takedown",
  26. Stage = "T",
  27. Components = {},
  28. BG_Components = {},
  29. Preset_Components = {},
  30. Lights = {},
  31. Disconnect = {},
  32. },
  33. {
  34. Name = "FRONT",
  35. Icon = "takedown",
  36. Stage = "F",
  37. Components = {},
  38. BG_Components = {},
  39. Preset_Components = {},
  40. Lights = {},
  41. Disconnect = {},
  42. },
  43. }
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement