• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Music only for particular players

Status
Not open for further replies.
Level 1
Joined
Apr 7, 2010
Messages
4
Is it possible to play a song/sound for only a certain player? I'm trying to make it so that a song plays only for a single player, and only when they type -theme.
Thanks in advance!
 
Level 11
Joined
Jul 7, 2010
Messages
709
  • Untitled Trigger 001
    • Events
      • Player - Player 1 (Red) types a chat message containing -theme as An exact match
    • Conditions
    • Actions
      • Set LocalPlayer = (Triggering player)
      • Custom script: if GetLocalPlayer() != udg_LocalPlayer then
      • Sound - Play <Your Sound>
      • Custom script: endif
 
Status
Not open for further replies.
Top