| This is the transcript of a script file, which runs certain tasks in the game upon execution. |
| Details | |
|---|---|
| Type | Decompiled script |
| Editor ID | CateyeEffect
|
| Form ID | 0007EA20 |
This script gives the player the Cateye effect.
scn CateyeEffect
begin ScriptEffectStart
ApplyImageSpaceModifier CatEyeISFX
player.setav Nighteye 1
end
begin ScriptEffectFinish
RemoveImageSpaceModifier CatEyeISFX
ApplyImageSpaceModifier CatEyeFadeOutISFX
player.setav Nighteye 0
end