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

How to make screen become black?

Status
Not open for further replies.
Level 4
Joined
Jun 15, 2010
Messages
67
I have seen such ability (or trigger, I don't really know) playing 2 maps: Naruto Wars Unlimited (or Naruto Shinobi Wars - these are almost the same) and Naruto vs Bleach. That was Nidaime Hokage's Ulti and Tousen's Ulti. If you don't know what I am talking about, I can say that was a totally black screen, that worked only for enemies. Do you know how to do that? It would be helpful for my map.
 
  • Actions
    • Set Player = (Your player)
    • Set Transparency = 100.00
    • Custom script: if GetLocalPlayer() == udg_Player then
    • Set Transparency = 0.00
    • Custom script: endif
    • Cinematic - Fade out over 2.00 seconds using texture Black Mask and color (0.00%, 0.00%, 0.00%) with Transparency% transparency
Player is a player variable and Transparency a Real variable For more about variables:
http://www.hiveworkshop.com/forums/trigger-gui-editor-tutorials-279/variables-5896/
 
Last edited:
Level 4
Joined
Jun 15, 2010
Messages
67
ummm, there's a mistake, that's what compilator says
  • Custom script: if GetLocalPlayer() == udg_Player then
somewhere here
  • Custom script: endif
and here
 
Status
Not open for further replies.
Top