diff --git a/lslopt/lsloutput.py b/lslopt/lsloutput.py index 7701ca8..2af2661 100644 --- a/lslopt/lsloutput.py +++ b/lslopt/lsloutput.py @@ -217,7 +217,7 @@ class outscript(object): ret = '(' + expr['t'] + ')' expr = child[0] if expr['nt'] in ('CONST', 'IDENT', 'V++', 'V--', 'VECTOR', - 'ROTATION', 'LIST', 'FIELD', 'PRINT', 'FUNCTION'): + 'ROTATION', 'LIST', 'FIELD', 'PRINT', 'FNCALL'): return ret + self.OutExpr(expr) return ret + '(' + self.OutExpr(expr) + ')'