Jump to content
Sign in to follow this  
killouze

Problem with my script

Recommended Posts

Hello, i have a problem with my script :

call compile format ["_declencheur setTriggerStatements['this', '[%1] execVM ''mine_explosion.sqf''', '']",_mine];

It does not work.

Have you a solution?

Share this post


Link to post
Share on other sites

Try this:

call compile format ["_declencheur setTriggerStatements[""this"", ""[%1] execVM ""mine_explosion.sqf"" "", ""]",_mine];

Share this post


Link to post
Share on other sites

call compile format ["_declencheur setTriggerStatements[""this"", ""[%1] execVM """"mine_explosion.sqf"""" "", ""]",_mine];

:rolleyes:

Share this post


Link to post
Share on other sites

this is ok :

call compile format ["_declencheur setTriggerStatements['this', 'hint ''%1''', '']",_mine];

this is not ok :

call compile format ["_declencheur setTriggerStatements['this', 'nul=[%1] execVM ''mine_explosion.sqf''', '']",_mine];

I don't understand..

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  

×