Papyrus error on every scene start
Error: Cannot cast from None to Actor[]
[...].slove_director.suppresssexlabvoice() - "SLOVE_Director.psc" Line 1051
Comparing an array to the None literal makes the VM cast None to that array's type first. The cast always fails, so it always logs — even when the array is perfectly valid.
Five sites in SLOVE_Director still did this; they now use the !array idiom, which asks the same question without the cast. Fixed in both script variants.
Log noise only — no behaviour, tuning or content change. Safe to install mid-playthrough.
Requires
AudioUtil 0.9.12+, unchanged from 0.6.9.
Install: FOMOD (SLO_VE_v0.6.10.zip).