nullsystems 0 Posted November 17, 2007 Just real quick, and me being stupid as usual.. Quote[/b] ]call compile format [["vehAction = Â vehicle%1 addAction ["someaction.sqs"],_vehicle];or... call compile "vehAction = playerVehicle addAction ["someaction","blah.sqs"]"; Could someone please explain why that doesnt work properly, im sure its to do with quotes. Im stuck The second one give an error "; expected at playerVehicle". Share this post Link to post Share on other sites
nullsystems 0 Posted November 17, 2007 I worked out the second one needs double quotes inside the first set. Share this post Link to post Share on other sites
nullsystems 0 Posted November 17, 2007 call compile "act = playerVehicle addAction [""someaction"",[playerVehicle] exec ""vehlock.sqs""]"; Is there anyway to get that working without errors or can you not pass [playerVehicle] to the next script like that? Share this post Link to post Share on other sites