I'm trying to code a call for an action registered by the SWS extension plugin. How can I do that? Option 1: Main_OnCommand()/KBD_OnMainActionEx(). Cons: because it's plugin registration the command ID will never be the same right? Option 2: Getting the function name from SWS source code and call the handle. Cons: my plugin should always register after SWS' plugin and I'm not sure this is the case.