[General] Music management?

Status
Not open for further replies.
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.
Back
Top