The statement: [] exec "skript.sqs"
is correct.
Your errormessage comes from the script itself.
As you don't pass any parameters or variables to
that script ([] indicates what has to be passed to the script),
i assume that the script requires something to be passed
with the exec statement.
So you need to post the context of the script you want to
start.
Especially watch out for lines like: _whatever = _this select 0
or _whatever = _this select _anyothernumber
or _whatever = _this
~S~ CD