I'm becoming mad because of this already...
I could not get it working and could not find it nowhere.
I want a trigger to get activated when the player (lets call him John) reveals (with right mouse-click) a car (Car1).
I tried it many ways, the last thing I tried was this:
#start
IF(John reveal Car1)Then {[] exec "script.sqs";exit;}Else{goto "start"}
but I think it is pretty incomplete, isn't it?
Because there always comes an error with |#|...
The strange thing was for me, that this error also comes, when the whole script-file is empty. I don't know (it's the first mission I am making...)
Can you see the mistake? Or is there any other possibility to set up this script?
Thanks for the help already!