set max value of (a value) to [10]
Offline
set minimum value of (a value) to [0]
Last edited by TheCoolDog (2012-04-14 09:48:01)
Offline
Good idea, but it can easily be done with
if < (value) > [10] >
set (value) to [10]
end
if < (value) < [0] >
set (value) to [0]
end
And then on the script with the changing variable:
if < whatever >
if <(value)<[10]>
change (value) by [1]
end
end
And pretty much the same for the less than 0.Last edited by pi3 (2012-04-14 10:13:44)
Offline
yea i know but it would make it easier and faster.
Offline
pi3 wrote:
Good idea, but it can easily be done with
if < (value) > [10] > set [value v] to [10] end if < (value) < [0] > set [value v] to [0] endAnd then on the script with the changing variable:if < whatever > if <(value) < [10]> change [value v] by (1) end endAnd pretty much the same for the less than 0.
Edit: Above in the blank if is supposed to be if value is less than 10. I don't know why it's not working.
your [scripts v] fixed by [joefarebrother v]
Last edited by joefarebrother (2012-04-14 11:19:12)
Offline