Auto-translated
SetObjectiveState ( "obj3",OBJECTIVE_COMPLETED);
PlayVisualEffect('/Effects/_(Effect)/HolyWord.xdb#xpointer(/Effect)', 'necr1', '', X, Y, Z, 0, 0);
sleep (5);
Instead of X, Y, and Z, you need to choose an offset to your liking; you can set Z to 5-6 right away. And you will probably need to increase the sleep time several times, as the animation is quite long.
PlayVisualEffect('/Effects/_(Effect)/HolyWord.xdb#xpointer(/Effect)', 'necr1', '', X, Y, Z, 0, 0);
sleep (5);
Instead of X, Y, and Z, you need to choose an offset to your liking; you can set Z to 5-6 right away. And you will probably need to increase the sleep time several times, as the animation is quite long.