Go
Wc3C.net
»
Warcraft III Modding
»
Developer's Corner
»
Triggers & Scripts
»
Quick Multiboard Question
Quick Multiboard Question
03-15-2004, 08:48 AM
#1
Xaran Alamas
Is there anyway to make a Multiboard visible to one player only?
03-15-2004, 11:24 AM
#2
x0rcist
yea, do a Pick every player in (Player Group Red) and do show multiboard for picked player. Thatd show it for player 1
03-15-2004, 11:29 AM
#3
Xaran Alamas
Thanks, I'm still quite new to doing Multiboards :)
03-15-2004, 02:22 PM
#4
Vexorian
Quote:
Originally Posted by
x0rcist
yea, do a Pick every player in (Player Group Red) and do show multiboard for picked player. Thatd show it for player 1
There is no GUI Show Multiboard to (player) action.
You need to use GetLocalPlayer() for that
03-15-2004, 04:10 PM
#5
Xaran Alamas
Quote:
Originally Posted by
Lord Vexorian
There is no GUI Show Multiboard to (player) action.
You need to use GetLocalPlayer() for that
A Jass function would be fine too as the purpose I need it for will end up as JASS :)