Jump to content

Recommended Posts

Posted

Im trying to get this script to activate and deactivate only when the player jumps or hits the jump button with an etheral effect.

Scriptname Astral extends activemagiceffect
Event OnEffectStart(Actor akTarget, Actor akCaster)
Debug.ToggleCollisions()
endEvent
Event OnEffectFinish(Actor akTarget, Actor akCaster)
Debug.ToggleCollisions()
endEvent
Actor Property NewProperty Auto
Im also trying to get the spell for it to actually work.
My goal is for it to work only as long as your casting the spell
http://s29.postimg.org/6oo2rxmt1/bandicam_2014_03_10_15_28_27_971.jpg
Posted (edited)

this is an original idea. im a very newbie modder so the only advice i can give is this one, regarding to the spell:

 

i needed a specific spell to work with a script in targeted actors, so instead of spending a lot iof time trying to figure it out, i simply took a look at the existing spells and copied the options from it.(edit:obviously with the knowledge of what i was doing haha)

hope it helps!

Edited by cotoli
Posted
  On 3/14/2014 at 5:49 PM, cotoli said:

this is an original idea. im a very newbie modder so the only advice i can give is this one, regarding to the spell:

 

i needed a specific spell to work with a script in targeted actors, so instead of spending a lot iof time trying to figure it out, i simply took a look at the existing spells and copied the options from it.(edit:obviously with the knowledge of what i was doing haha)

hope it helps!

Oh trust me I have lol. This a one of those type of products. But that actually might be the reason the spell won't cast.

Either way, I don't know what to do to make it cast.

P.s. I took the base spell from Clairvoyance.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...