| 09-24-2003, 11:59 PM | #1 |
I've seen it in one other map, where you could move up/down through the items on a multiboard, but how do you make it so you can select those, so that you can use other actions..? Also, how would you get it to change the color of just one item to makeit look like it is being selected, or just put a arrow in front of it so you know what it is. also.....for some reason i cant get to open/close the multiboard when i hit esc, my triggers are.. Events Player - Player 1 (Red) skips a cinematic sequence Actions Custom script: set udg_Temp_Boolean = IsMultiboardMinimized(udg_Item) If (All Conditions are True) then do (Then Actions) else do (Else Actions) If - Conditions Temp_Boolean Equal to True Then - Actions Custom script: call MultiboardMinimize(udg_Item,false) Else - Actions Custom script: call MultiboardMinimize(udg_Item,true) |
| 12-07-2003, 04:20 PM | #2 |
Heres an example map of (basically) what you wanted to do. I made it with UMSWE 4.0 |
