PHP Code:
punchangle[0] += random_float(-0.3, 0.3)
PHP Code:
punchangle[0] = random_float(-0.3, 0.3)
Try that
Quote:
Originally Posted by Depresie
what is the third value used for exactly?
|
It's used for Roll. IIRC it's
PHP Code:
punchangle[ 0 ] = Pitch
punchangle[ 1 ] = Yaw
punchangle[ 2 ] = Roll
__________________