I want to make statues out of NPCs and animals.
this kinda works, but has a drawback: The statue keeps fidgeting, and also turns if spoken to.
Code: Select all
effect eCut = EffectCutsceneDominated();
effect eVFX = EffectVisualEffect(VFX_DUR_PROT_GREATER_STONESKIN);
ApplyEffectToObject(DURATION_TYPE_PERMANENT, eVFX, OBJECT_SELF);
ApplyEffectToObject(DURATION_TYPE_PERMANENT, eCut, OBJECT_SELF);
Any ideas to stop the statues from moving ? I hear that SoU brings that new spell called flesh to stone. Can I apply it's effects somehow ?