We have objNull, grpNull, controlNull, displayNull, taskNull, locationNull even teamMemberNull already.
When I spawn a script and it is finished it becomes <NULL>-script yet we do not have a scriptNull command for it. If I need scriptNull I have to make it myself like this:
scriptNull = [] spawn {};
However I cannot use it immediately because of the delay with spawn execution and it cannot be tested with isNull (only with scriptDone). It would be great to have one built in that can also be tested with isNull, in fact it is probably so easy one of you devs can make it with his left foot.
Please take your left shoe off and make it happen?