hi,
my problem is;
i can make the action work but there is a problem.Normally script runs as this exec "camera.sqs" or unitname exec "camera.sqs"
if i do this as an action,
camera1 = bravo_1 addAction ["camera", "camera.sqs"];
the script works but dont see the unit.(this or bravo) and as explained in the wikipage (If you fail to execute the script from an object, or the object doesn't exist, the camera will be created at 0,0,0 on the map.) camera starts in the middle of map. how could this be fixed ?
action runs an another sqf file,works after respawn fine exept this problem.