Cannot get a ghost script of any kind to work on this live a

Post » Wed Jun 20, 2012 5:42 am

the defaultghostscript will not work on a live actor I've been testing on.

And the simple script which is here:

Scriptname justatestscript extends activemagiceffectimport debug;*************;PROPERTIES;*************EffectShader property GhostShader autoEvent OnEffectStart(Actor akTarget, Actor akCaster)		  GhostShader.Play(akTarget)			EndEventEvent OnEffectFinish(Actor akTarget, Actor akCaster)		  GhostShader.Stop(akTarget)EndEvent
↑Is the spell i use for testing and its duration is 10 seconds. It works on the dead actor, but doesn't work on the live actor.

For the live actor, I have attached and even simpler script that also doesn't work:

Scriptname mysoulscript extends Actor  import debugEffectShader property GhostShader AutoEvent OnLoad()	GhostShader.Play(Self)EndEvent

Any help is appreciated.

Edit: I got the first script to work by unchecking Is Ghost, but the actor script attached to the live actor still doesn't work.
User avatar
Curveballs On Phoenix
 
Posts: 3365
Joined: Sun Jul 01, 2007 4:43 am

Post » Wed Jun 20, 2012 10:59 am

Never got that actor script to work. I simply added the GhostAbility instead, but this is NOT how I wanted to apply it.
User avatar
Logan Greenwood
 
Posts: 3416
Joined: Mon Jul 30, 2007 5:41 pm


Return to V - Skyrim