• 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.

[General] Music management?

Status
Not open for further replies.
Level 18
Joined
May 11, 2012
Messages
2,103
if event is Player Types "String",
then put this script before your sound
  • Custom Script: if GetLocalPlayer() == GetTriggerPlayer() then
play music here
  • Custom Script: endif
and if you want to use player variable, then
  • Custom Script: if GetLocalPlayer() == udg_YourVariableName then
play music here
  • Custom Script: endif
 
Status
Not open for further replies.
Top