• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Multi-board question

Status
Not open for further replies.
Level 7
Joined
Jun 14, 2009
Messages
235
Is there a way to get multiboard for only one player or a few players? Im just wondering if theres a way to do this without VJass, but Jass is fine.
 
Level 7
Joined
Jun 14, 2009
Messages
235
im having a small problem, do In eed to make it in jass? Could someone just make an example that lets 1 player show and hide a multiboard?
 
Level 17
Joined
Jun 12, 2007
Messages
1,261
No need for jass. You can use a custom script (somewhere at the top of the general tab of GUI).
You put the script in there.
Take note that player 0 in jass is player 1 red, player 1 in jass is player 2 blue etc.

How to use? You just take that command, put it in a custom script and then any action after it will only be done for that player.

Take a look at the lower part of this tutorial for an example.
http://www.hiveworkshop.com/forums/...8/all-about-multiboards-84942/#GetLocalPlayer
 
Status
Not open for further replies.
Top