Jump to content
  • 0

DZMS and WAI custom messages (hint)


Sporny

Question

I dont really understand how i make custom messages for DZMS and WAI

 

I want a hint Box on like the debug monitor, but it dont work for me.

 

So in DZMS i did it like this:

 

//[nil,nil,rTitleText,"The Crash Site has been Secured by Survivors!", "PLAIN",6] call RE;
hintSilent parseText format ["Mission complete!"];

 

But nothing happens.

 

In WAI i dont really know where to add the message.

Can anyone help me?

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

I dont really understand how i make custom messages for DZMS and WAI

 

I want a hint Box on like the debug monitor, but it dont work for me.

 

So in DZMS i did it like this:

 

//[nil,nil,rTitleText,"The Crash Site has been Secured by Survivors!", "PLAIN",6] call RE;

hintSilent parseText format ["Mission complete!"];

 

But nothing happens.

 

In WAI i dont really know where to add the message.

Can anyone help me?

 

The // marks at the one line makes that line a comment. Remove the // and it should work, assuming the rest of the code around it is correct but you didn't post that, so it's hard to tell.

Link to comment
Share on other sites

  • 0

Okay dont know if you really understand what i mean....

But now its working for me....

I dont wanna the text in the middle... i wanted a hintbox in the upper right cornor....

this is how it works for me in DZMS:

//[nil,nil,rTitleText,"The Crash Site has been Secured by Survivors!", "PLAIN",6] call RE;
[nil,nil,rHINT,parseText format["<t color='#00FF00'><t size='2.0'>Mission complete!</t></t><br/>------------------------<br/>The Crash Site has been Secured by Survivors!"], "PLAIN",10] call RE;

but how does it works for WAI!?

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...