added log message function to facilitate logging of SQF errors if necessary

This commit is contained in:
Valmo Trindade
2025-01-30 01:42:19 -03:00
parent 70d73ee804
commit 4390a23728
2 changed files with 18 additions and 21 deletions

View File

@@ -0,0 +1,3 @@
params[_type, _message];
"armatak" callExtension ["log", [_type, _message]]