HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Dialog Buttons hotkey? How to set

06-02-2006, 04:00 AM#1
poz
I'm using this Native:
Collapse JASS:
native DialogAddButton              takes dialog whichDialog, string buttonText, integer hotkey returns button

The hotkey argument needs INTEGER? So how am I suppose to put a non-number hot key? (Like 'W') for example.
06-02-2006, 04:35 AM#2
weaaddar
bingo 'W' is exactly it.
06-02-2006, 04:56 AM#3
poz
I see...thanks lol