Files
HeroesStone_PRC8/_module/nss/freeze.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

9 lines
261 B
Plaintext

//Script by Paco Deth, Put this in your OnSpawn of the NPC you want to be a statue.
void main()
{
effect ePacStatue = SupernaturalEffect(EffectVisualEffect(VFX_DUR_FREEZE_ANIMATION));
ApplyEffectToObject(DURATION_TYPE_PERMANENT, ePacStatue, OBJECT_SELF);
}