as all of you dont know, I am not not making a good mission named Attack! on sarugao
it involves the addons:
UA (unified artillery)
BAS Deltas/rangers 1.55
BAS Littlebirds
Tomahawk addons (no not the CoC Tomahawk, it is rare and hard to find mine is)
All I need is some help with a script I am trying to modify, a built-n one called 'camera.sqs', which is bsically a tool used for better camera angles in cutscenes etcetera. here it is:
_ppos = getPos _this
_px=_ppos select 0
_pz=_ppos select 1
_camera = "camera" camCreate [_px+1, _pz+1, 2 ]
_camera camCommand "manual on"
_camera camCommand "inertia off"
_camera cameraEffect ["internal","back"]
; wait until destroy is forced or camera auto-destroyed
@cheat0 || _camera!=_camera
aP cameraEffect ["terminate","back"]
camDestroy _camera
what I need to know is how to change the script from global variables to local ones, with the exceptions of the needed globals, so I can run the script on client-side only of the server, not the entire server starts camera.sqs when one guy dies. I just need to know soon, thanks
p.s. I have little knowledge in the world of MP editing, so if anything in this post is stupid or seems rather basic, I would appreciate if you would point it out ofr me
thanks again,
AnarCHy