Jump to content

add ability to supress popup text message in trigger.action.textToAll()


uri_ba

Recommended Posts

trigger.action.textToAll() will currently add the text to a pop-up message.

please add a way to control the number of seconds the message will appear (with 0 being do not show)

or just allow to turn it off with bool.

 

Thanks for the new additions!

Uri

  • Like 1
Link to comment
Share on other sites

17 minutes ago, dark_wood said:

Hi, you can use outText function https://wiki.hoggitworld.com/view/DCS_func_outText

"Displays the passed string of text for the specified time to all players" 

function trigger.action.outText(string text , number displayTime , boolean clearview)

 

Could this be added to missions to eliminate Supercarrier LSO grading messages? 

Link to comment
Share on other sites

8 hours ago, dark_wood said:

Hi, you can use outText function https://wiki.hoggitworld.com/view/DCS_func_outText

"Displays the passed string of text for the specified time to all players" 

function trigger.action.outText(string text , number displayTime , boolean clearview)

 I know how outText work.
I'm talking about trigger.action.textToAll() a whole different function that does something else completely.

except that it seems to trigger trigger.action.outText() as well. which in my case, is an unwanted feature.

Link to comment
Share on other sites

  • 8 months later...

trying to use same function and I till see the same issue.. quite annoying, I want to keep info updated for everyone in the map but the popup keeps showing up every time I update it.. 

 

image for clarification, pop up and In map text

texttoall.PNG

  • Like 1
Link to comment
Share on other sites

Reported. 

Worth noting that setMarkupText seems to not display a message when updating the markup shape. Not the best workaround, but it exists. 

The right man in the wrong place makes all the difference in the world.

Current Projects:  Grayflag ServerScripting Wiki

Useful Links: Mission Scripting Tools MIST-(GitHub) MIST-(Thread)

 SLMOD, Wiki wishlist, Mission Editing Wiki!, Mission Building Forum

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...