Hey,
I’m in a Matrix macro that’s supposed to check if certain plugins are loaded, and if not, load them.
If {$insert_fx9_rank_1$ == "Looper"}
…
This works ^^^
If {$insert_dt3_rank_1$ == "Korpus"}
…
This doesn’t ^^^
Line: 203, Error in command: If Bad parameter $insert_dt3_rank_1$ == "Korpus":If: Incorrect condition: Syntax Error 1:21->23 : [==] : L'opérateur [==] ne peut pas être appliqué entre des objets de type [int] et [string]
But it seems that the variable exists and should be of a proper type.
$insert_dt3_rank_1$ string Unload
Am I doing something wrong, or there’s a sort of a bug in there?