You are not logged in.
The code below is for the new camera angle plus screenshot, I would appreciated the help with finding
opcode for helmet wobble. enjoy
//-------------MAIN---------------
thread 'CAMERA'
:CAMERA
wait 0
if
047A: actor $PLAYER_ACTOR driving_bike
else_jump @CAMERA
067C: put_camera_on_actor $PLAYER_ACTOR with_offset -0.80 -1.90 0.0 rotation 0.0 20.0 0.0 0.0 2
wait 1000
if
847A: not actor $PLAYER_ACTOR driving_bike
jf @CAMERA
Camera.Restore_WithJumpCut
jump @CAMERA
Offline