Guest User

Untitled

a guest
Jul 22nd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. @name LifeSupport V1
  2. @inputs
  3. @outputs
  4. @persist
  5. @trigger
  6. interval(1000)
  7.  
  8. C = entity():getConstraints() #Attached props
  9. T = C:type()
  10.  
  11. if(T:match("coolant_generator")){
  12. Coolant = T:getWirelink()
  13. }
Add Comment
Please, Sign In to add comment