HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Questions

06-02-2005, 03:04 AM#1
Zandose
1. Can each player have their own multiboard? I don't want them to share because each one has to show different stuff for different people.
Code:
For each (Integer A) from 1 to 12, do (Actions)
    Loop - Actions
        Multiboard - Create a multiboard with 2 columns and 10 rows, titled Quests
        Set Multiboard[(Integer A)] = (Last created multiboard)
        Multiboard - Minimize Multiboard[(Integer A)]
        For each (Integer B) from 1 to 10, do (Actions)
            Loop - Actions
                Multiboard - Set the text for Multiboard[(Integer A)] item in column 1, row (Integer B) to (Quest -  + (Load (String((Integer B))) of quest from Game_Cache))
        Multiboard - Set the color for Multiboard[(Integer A)] item in column 1, row 1 to (50.00%, 50.00%, 50.00%) with 0.00% transparency

2. Does the event The 'Hero Abilities' button is clicked work in multiplayer?
Code:
Events
    Game - The 'Hero Abilities' button is clicked
06-02-2005, 03:50 AM#2
Naakaloh
Here's a thread on local multiboards: http://www.wc3campaigns.com/showthread.php?t=33748

I would assume that the event would work in multiplayer. I don't see any reason why it wouldn't.