Go
Wc3C.net
»
Warcraft III Modding
»
Developer's Corner
»
Triggers & Scripts
»
Multiboards
Multiboards
05-09-2008, 05:35 PM
#1
zetanno
I have a problem with something. How can I display an integer that changes its value (recreating the board is not an option) ? Let say it changes its value every second by 1 . How can I display this ?
05-09-2008, 05:38 PM
#2
Fireeye
Trigger:
Multiboard - Set the text for <Your Mulitboard> item in column <Your column>, row <Your row> to <Your Text or Value>
05-09-2008, 06:32 PM
#3
zetanno
Yeah but with this I must use a periodic event like every x seconds of the game . other ideas ?
05-09-2008, 10:05 PM
#4
Ammorth
Nope. You must use some sort of updating as a multiboard does not update itself.