• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Destroy Messages

Status
Not open for further replies.
Level 3
Joined
Oct 28, 2016
Messages
22
Hi, how can i create a trigger which destroys message (is it even possible)? I want to destroy a game message without fading or anything like that.

I want to make it as it is in Mafia map. When the host is setting up the roles, it instantly destroys message of old setup and creates a message of new setup.
 
Level 3
Joined
Oct 28, 2016
Messages
22
its really easy :D Action - Cinematic - Clear Text Messages
if you are talking about player messages then i dont know maybe its impossible

ah thanks :D

EDIT: is it possible to destroy specific message? I mean something like this (unfortunately it isn't possible):

  • Destroy Message
  • Display to (All players) for 999.99 seconds the text: blablabla
  • set Message = (last created message)
 
Level 3
Joined
Mar 5, 2010
Messages
14
It is possible. You need to save all messages in variables then you clear screen. Remove that one specific from system and show all left ones.
 
Level 3
Joined
Oct 28, 2016
Messages
22
It is possible. You need to save all messages in variables then you clear screen. Remove that one specific from system and show all left ones.

Do you mean something like this?

[spolier]
  • Set message1 = bla
  • Display to (All players) for 999.99 seconds the text: message1
  • Set message2 = blabla
  • Display to (All players) for 999.99 seconds the text: message2
  • Set message3 = blablabla
  • Display to (All players) for 999.99 seconds the text: message3
  • Clear screen
  • Display to (All players) for 999.99 seconds the text: message1
  • Display to (All players) for 999.99 seconds the text: message2
[/spoiler]

Or something else?
 
Status
Not open for further replies.
Top