Disable in dialogue result script causes a crash
When a dialogue line calls Disable to disable the actor which is speaking the line, the game will very likely crash due to (presumably) invalidation of actor iterator in actors update loop. This is an obstacle on the road to the support of Personal Effects mod, which uses a pseudo-greeting filtered to the player's clones to determine the player's class.