Author Topic: Opening a GUI with Mission Editor  (Read 3994 times)

/title

I can make GUI's but I forgot how to add a keybind. Is it possible with Mission Editor or do I have to do it in another file?

Code: [Select]
$remapDivision[$remapCount] = "Keybind Category";
$remapName[$remapCount] = "Keybind Name";
$remapCmd[$remapCount] = "Functioncalledbykeybind";
$remapCount++;