Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @name Tank Track Removal Code 1.0
- @inputs UpDown LeftRight Active [LWheel,LTTC,RWheel,RTTC,Spinner,SpinnerTTC]:entity
- interval(250)
- #TTC is the Tank Track Controller entity.
- if(UpDown|LeftRight|Active){
- if(LWheel:hasConstraints("axis")==0){LTTC:propDelete()}
- if(RWheel:hasConstraints("axis")==0){RTTC:propDelete()}
- if(Spinner:hasConstraints("axis")==0){SpinnerTTC:propDelete()}
- }
Advertisement
Add Comment
Please, Sign In to add comment