Jump to content
Sign in to follow this  
Farks

Can't activate camera.sqs through trigger

Recommended Posts

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

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

Yes, I know and that's what I'm doing. Was a bit too lazy to write it all though.:yay:

Share this post


Link to post
Share on other sites

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

"this" works fine too, the miss was somewhere else.

Share this post


Link to post
Share on other sites
"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
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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×