Jump to content
Sign in to follow this  
lone.wolf

Problem with camera!

Recommended Posts

Hi, need some help to a noob...

I want to make some screenshots, and put a unit in the mission editor, and in the init field i write:

exec "camera.sqs"

but i get a error message there say that i need to put a ; before camera, if i do the line still dont work...

Thanx

Share this post


Link to post
Share on other sites

in the init field (if you want camera.sqs to launch right away) put this

this exec "camera.sqs"

If you want to to activate on a different unit when a trigger or waypoint has been reached/fulfilled use this in the on Activation box:

unitname exec "camera.sqs"

Share this post


Link to post
Share on other sites

Mission Editing & scripting is a better place for this.

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  

×