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

Diferent multiboard for each player

Status
Not open for further replies.
Level 7
Joined
Jun 14, 2009
Messages
235
  • Actions
    • Multiboard - Hide (Last created multiboard)
    • Custom script: if ( GetLocalPlayer() == Player(0) ) then
    • Multiboard - Show (Last created multiboard)
    • Custom script: endif
The number is the number of the player you want to show it for, however remember to make it one less than in gui

Eg. you want to let player 3 see it, so you set it to Player(2) )

works for me, i don't know if theres a better way :/
 
Status
Not open for further replies.
Top