If you set the sine behaviour Movement field to "value only", you can then return a value between 0 and 1 in an action using the expression:
(object.sine.value+1)/2
You can then apply that expression to whatever variable you want the sine to be working on.
You can extend that formula to return a value between 0 an N:
N((object.sine.value+1)/2)