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

[Trigger] <player name> + text string

Status
Not open for further replies.
Level 7
Joined
Dec 8, 2008
Messages
243
The first part of this trigger isn't working. It doesn't display the players name, it just leaves it blank. I've only tested this while running the game from World Editor and just now on LAN against bots (with a player name I should add).

Is there an alternative to ((Name of (Triggering player)) + <written text>?
String function I'm using is Concatenate Strings.

  • Then - Actions
    • Quest - Display to (All players) the Quest Update message: ((Name of (Triggering player)) + has accepted the team quest: |cff32cd32Protect Borealis|r. See Quest Log for objectives.)
    • -------- next --------
    • Cinematic - Turn subtitle display override On
    • Cinematic - Disable user control for (Player group((Triggering player)))
    • Cinematic - Turn cinematic mode On for (Player group((Triggering player)))
    • Unit - Pause (Triggering unit)
    • Unit - Make (Triggering unit) Invulnerable
    • -------- next --------
    • Unit - Make (Triggering unit) face Weak Warlock 0041 <gen> over 0.25 seconds
    • Unit - Make Weak Warlock 0041 <gen> face (Triggering unit) over 0.25 seconds
    • Camera - Apply Quest 0 Camera <gen> for (Owner of (Triggering unit)) over 0.00 seconds
    • Cinematic - Send transmission to (Player group((Triggering player))) from Weak Warlock 0041 <gen> named Weak Warlock:: Play No sound and display The town is under a.... Modify duration: Add 5.00 seconds and Don't wait
    • Wait 3.00 seconds
    • -------- next --------
    • Camera - Reset camera for (Owner of (Triggering unit)) to standard game-view over 0.00 seconds
    • Cinematic - Enable user control for (Player group((Triggering player)))
    • Cinematic - Turn cinematic mode Off for (Player group((Triggering player)))
    • Cinematic - Turn subtitle display override Off
    • Unit - Unpause (Triggering unit)
    • Unit - Make (Triggering unit) Vulnerable
 
Status
Not open for further replies.
Top