ID:234769
 
(See the best response by Falacy.)
Well I been trying to make a hot-slot system. But the default macros are interfering with some code i made. Anybody know how to disable default f1,f2 etc macros?

macro 
F1 return "M1 "
F2 return "M2 "
F3 return "M3"
F4 return "M4 "
F5 return "M5 "
F6 return "M6 "
F7 return "M7 "
F8 return "M8 "
F9 return "M9 "


I used this code for the macros.
anyways pls help
Why are you using a script file for macros? They are built into the interface now.
I know but you cant set f1,f2 etc into the interface file so im using the old script
Best response
You should be able to set the F# keys as macros through the interface?
I typed f and the and number 1 this time. worked. Kinda thinkin that im stupid now