03-13-2016, 01:29 PM
Add all functions whose names match F"Oc_LBX_24k_8item_{LBXliveHotKey}_Hotkey_Live" with #exe addfunction.
Macro Macro2693
New functions cannot be created in exe at run time.
Macro Macro2693
#exe addfunction "Oc_LBX_24k_8item_1_Hotkey_Live"
#exe addfunction "Oc_LBX_24k_8item_2_Hotkey_Live"
#exe addfunction "Oc_LBX_24k_8item_3_Hotkey_Live"
#exe addfunction "Oc_LBX_24k_8item_4_Hotkey_Live"
#opt nowarnings 1
int LBXliveHotKey
for LBXliveHotKey 1 5
,mac F"Oc_LBX_24k_8item_{LBXliveHotKey}_Hotkey_Live"
#opt nowarnings 0
New functions cannot be created in exe at run time.