Jon_NLG
@jon_nlg
New Member
Joined: Feb 15, 2024
Follow
Reply
RE: set range node
If I understand your needs this function should do the trick: fn RoundNumber val = ( local rNum num = mod val 1 if num >= .5 then ( [indent…
21 years ago
Forum
Reply
RE: set range node
If I understand what your needs are, this function should do the trick. fn RoundNumber val= ( local rNum num = mod val 1 if num >= .5 then (…
21 years ago
Forum