Farks 0 Posted July 21, 2009 I can't activate the camera.sqs through a trigger for some reason. I'm doing it the exact same way as in Arma, by putting the camera.sqs line in the int field and using "Radio Alpha" as the activator. Am I doing it wrong or is the game doing it wrong? Share this post Link to post Share on other sites
Guest Posted July 21, 2009 Your doing it wrong ;) Make sure you didn't forget to type: player exec "camera.sqs"; Camera.sqs alone won't do anything much :) Share this post Link to post Share on other sites
Farks 0 Posted July 21, 2009 Yes, I know and that's what I'm doing. Was a bit too lazy to write it all though. Share this post Link to post Share on other sites
Farks 0 Posted July 22, 2009 Ah, it was just a small miss by myself. I wrote "this" instead of "player". Share this post Link to post Share on other sites
fumo 0 Posted July 22, 2009 "this" works fine too, the miss was somewhere else. Share this post Link to post Share on other sites
Flock 10 Posted July 22, 2009 "this" works fine too, the miss was somewhere else. Nope, camera.sqs cannot be executed for a trigger (as in, start at the location of the trigger where it has been named or through "this")... So i'm pretty certain that was the fault ..unless it has changed since ofp and arma. Share this post Link to post Share on other sites
fumo 0 Posted July 22, 2009 Nope, camera.sqs cannot be executed for a trigger (as in, start at the location of the trigger where it has been named or through "this")... So i'm pretty certain that was the fault ..unless it has changed since ofp and arma. Ok the right syntax would be "[this] exec ....." But then the cam doesn't know where to going and start at [0,0,0] :) Share this post Link to post Share on other sites