• 🏆 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!

Custom defeat diaglog? Is it possible?

Status
Not open for further replies.
Is there a way to customze the dialog for defeat and make it with option quit and observe?
is 'observe' possible with triggers or jass?
I mean actual observe, not some tricks to mimic it.

or is there a way to detect the defeat dialog and hide/close/disable it?

or disable chat to everyone and allies, only to observers
 
Last edited:
Level 14
Joined
Feb 7, 2020
Messages
387
call SetPlayerState(Player(0),PLAYER_STATE_OBSERVER,1)
This worked when I tested it for Player 1.

You can try this thread for clearing chat messages Disabling Chat, you would probably need to generate them yourself kind of like Parasite so you can control who sees what.

For the frame, you might be able to customize it with _FRAME natives. It's a great deal to explain it all, you should probably dive in to see some examples here: ui-fdf | HIVE
 
Status
Not open for further replies.
Top