PDA

View Full Version : Secret Combo Flags



fatcatfan
01-16-2003, 02:24 PM
Someone remind me, since secret combos are now pulled from the combo list instead of from screen 84, how do we set the flags for secret combos?

Dark Nation
01-16-2003, 02:29 PM
Ctrl-click on the secret combo in the secret combo editor dialog to bring up the flag list.

fatcatfan
01-16-2003, 05:38 PM
How much trouble would it be to have flags displayable on the secret combo dialog, just like they are on the main screen, toggleable with the 'F' key?

Dark Nation
01-17-2003, 12:14 AM
Hrmmm... Shouldn't be too hard. Just add a keyboard proc to the dialog that forces a redraw of the dialog with the flags toggled (on/off).

fatcatfan
01-17-2003, 01:20 AM
I've modified the necessary code (added an 'f' keyboard proc and two other lines elsewhere) to get do this. I'm compiling as I type. If it works, I'll pass it on.