Aller au contenu

Photo

Which Display command displays a message like an ambient conversation line?


  • Veuillez vous connecter pour répondre
1 réponse à ce sujet

#1
PavelNovotny

PavelNovotny
  • Members
  • 344 messages
There are a bunch of DisplayMessage commands - floaty, status, popup, etc.

Which one will display a line so it looks like an ambient conversation line?

Thanks!

#2
Craig Graff

Craig Graff
  • Members
  • 608 messages
Something like this will work for you:
[dascript]
DisplayFloatyMessage(oTarget, sText, FLOATY_MESSAGE, UI_DISPLAY_COLOR_POPUP, UI_DISPLAY_DURATION_POPUP);
[/dascript]

The constants (and the line of code) are from ui_h.