| 12-18-2003, 01:20 AM | #1 |
I'm having some problems with the mutliboard triggers in UMSWE.. :( Never made one before and the world editor doesnt seem to want me to lol. It minimizes the multiboard so much that nothing is readable. I tried messing with item width, but all that accomplished was a blank multiboard, no matter what size I entered. Also, the 10th player doesnt show. The first row is just a blank one, even though according to the trigger, it should be there. :( I've attached the trigger and a picture of the multiboard in game. Thanks in advance if you can help me. Edit: Problem solved... delete or move thread if a mod cares. :) Pics below. |
| 12-18-2003, 01:24 AM | #2 |
Here is the picture of the multiboard in-game: Hmm.. should I have set the columns equal to them - 1 because the triggers start with 0? Testing it new way.. sec. |
| 12-18-2003, 01:43 AM | #3 |
Well, let me say I have no personal experience with UMSWE, and in the regular WE and WEU, Multiboard column/row variables start with 1 for each (I.E. The first cell is not [0,0]). However, it appears that you are in fact correct, due to your image and the fact your trigger looks just fine, you might try looping from 0 - 9 and 5 - 9, and change your columns to 0, 1, and 2. I'd assume that'll work, but just my guess, and you figured it out already it sounds like >< -GabeStah- |
| 12-18-2003, 01:49 AM | #4 |
Yep, I changed it to all 0s as the starting points, and it worked fine. Except the size.... :nono: |
| 12-18-2003, 01:50 AM | #5 |
Pic in-game... |
| 12-18-2003, 02:00 AM | #6 |
Hmm, does UMSWE have a Multiboard action titles something like: "Multiboard - Change Item Width"? If so, you should be able to add that to part of your loop to set the width (it's usually done in screen percentage I believe.) If there is no such action, uhh...I dunno =( Maybe try using regular WE triggers if possible, or at the very worst, ask someone (I'd be glad to help if needed) to create the exact trigger(s) you need in regular WE, convert them to JASS, and send them to you. Hope that helps, -GabeStah- |
| 12-18-2003, 02:59 AM | #7 |
Ok.. I know what I did wrong. I went to a diff. multiboard thread and found out that the width of an icon is .012. I had been placing values like 5 into the width, so that's why the column went super big. I should probably make my text something like .6. If it doesnt work, I'll post back. :foot: Thanks for trying to help me gabe.. considering you dont even have UMSWE, you know a lot about 'em. Did you do them in JASS? Edit: Oh, mods sorry about the pic of the trigger. I just found a post by vex saying use copy as text not a pic.. I didnt know that feature existed. :WD: |
| 12-18-2003, 03:10 AM | #8 |
No problem at all Xinlitik, glad you figured it out. =) I ended up doing my Multiboard stuff the same way you did (via triggers) as I never ended up having to do anything that wasn't available in those functions. Good luck, -GabeStah- |
| 12-18-2003, 01:06 PM | #9 |
.01 is the size of a 16 by 16 icon, so I assume anything over .3 is massive. Yes, I discovered the same problem when I used it. Try disabling icons fo rthe 2 other rows if you want to just show teh values |
