- Joined
- Jan 5, 2009
- Messages
- 216
- Reaction score
- 0
- Points
- 16
- Location
- Near Verona
- Website
- orbiteritalia.forumotion.com
Hi guys.
I have a question to submit, How do I increase or decrease the level of rcs? I tried with SetThrusterLevel but does not work as it should. :shrug:
When the variable lvl is > 0, all rcs are activated.
I have a question to submit, How do I increase or decrease the level of rcs? I tried with SetThrusterLevel but does not work as it should. :shrug:
Code:
for (int i = 0; i < 24; i++) SetThrusterLevel (th_rcs[i], lvl);
When the variable lvl is > 0, all rcs are activated.
