I know how to use camera scripting, but I have one question, what was the command, if I want to hear music, examble Organ works, when camera gets to rigt position, and how I put text to the script, and how I should write that setacctime 100
this is part of my script
_camera = "camera" camCreate [0,0,0]
_camera cameraeffect ["internal", "back"]
;=== 11:45:44
_camera camSetTarget [-94325.72,-3347.27,-1737.42]
_camera camSetPos [5177.28,6310.10,29.40]
_camera camSetFOV 0.985
_camera camCommit 0
@camCommitted _camera
titletext ["Peter Haroski production"] is this even near right?
~1
;=== 11:48:56
_camera camSetTarget [-93417.42,20821.81,-8991.87]
_camera camSetPos [5047.69,6299.37,2.11]
_camera camSetFOV 0.955
_camera camCommit 5
@camCommitted _camera
_setacctime 100 no idea about this
_play music
?? how I should do this
Plz help.