It would look something like this:  ApplyEffectToObject(2, EffectStunned(), oTarget, 0.0);  To unstun them:  AssignCommand(oTarget, ClearAllEffects());  I don't know if this would work in cutscenes; there appears to be another function in the code, b...  
[Read More]