• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[Solved] Change the default dialog button

Status
Not open for further replies.
Level 24
Joined
Jun 26, 2020
Messages
1,928
I didn't test it, but probably is the same integer used for the oskey, so try with the integers in the constants list here Oskey - Player Key Event
It says:
JASS:
constant oskeytype OSKEY_<The name> = ConvertOsKeyType(<The integer>)
Use that integer for the key you want and test if that works, but you have to replace the $ for 0x
 
Status
Not open for further replies.
Top