So I made my 2 macro files, but I get a compile error when I try to use a marco in the function.
Compile [b]Error[/b]:Define stack full in F14B_Unified_Cockpit.tmc at line 94It works fine if I put a direct key command in like:
MapKey(&Joystick[color=#ffffff],[/color]S1, [b]"5"[/b]);But the second I use a macro I get the error.
MapKey(&Joystick[color=#ffffff],[/color]S1, [b]Recenter_VR_Headset[/b]);Edit:
Further testing revealed that errors are reported when I use both the pilot and RIO .ttm's. If I use one or the other , but not both, the .tmc works fine.
Looks like I'm just gonna have to go through them line by line.
Any thoughts on what I should be looking for?
Got it working just fine.
It's just a matter of making sure there are no duplicate Macro defines.