#how to make an infinite effect
1 messages · Page 1 of 1 (latest)
make a modifier and don't set a duration
It also needs to have a RemoveOnDeath() with return false
And be undispellable via IsPurgable and IsPurgeException (strong dispell)
Found 2 functions for ispurg
🇸 🇨 CDOTA_Modifier_Lua:IsPurgable(): bool
True/false if this modifier can be purged.
🇸 🇨 CDOTA_Modifier_Lua:IsPurgeException(): bool
True/false if this modifier can be purged by strong dispels.