Jump to content
Drongo69

Drongo's Air Support

Recommended Posts

I'm having difficulty trying to use radio required and custom defines for WGL radios and units. Has anyone made a mission like that and could provide an example (of the edited options and customdefine mostly) ?
I've gotten an error saying "Script Das\Showdialog.sqs not found".

Share this post


Link to post
Share on other sites

I'm having difficulty trying to use radio required and custom defines for WGL radios and units. Has anyone made a mission like that and could provide an example (of the edited options and customdefine mostly) ?

I've gotten an error saying "Script Das\Showdialog.sqs not found".

 

In DAS\Client\Start.sqs you need to change this line:

_action = player addAction ["AIR SUPPORT","DAS\ShowDialog.sqs"]

to this:

_action = player addAction ["AIR SUPPORT","DAS\Dialog\Dialog.sqs"]

I've created an WGL version of the default mission in Everon. You can grab it here and see by yourself all that was changed.

  • Like 1

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

×