How to increase or decrease autorotate.speed on arbitrary unit ?

  • Hi All!
    I need two buttons, first for increase autorotate speed on 1, and second for decrease speed on 1, from current value of speed.
    May be i need to use actions or set(autorotate.speed,[get(autorotate.speed)+1]) or something like this?

    May be there is solution in this forum, but i can't find it. *confused*

    Thanx

  • Hi 606r,

    Quote

    May be i need to use actions or set(autorotate.speed,[get(autorotate.speed)+1]) or something like this?

    Try this:

    Code
    add(dst,autorotate.speed,1);
    set(autorotate.speed,get(dst));

    A possible code would be:

    SAlut.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!