• Skyrim - Viral Lightning
    11 replies, posted
[media]http://www.youtube.com/watch?v=n3h8ZCZpK5c[/media] Chain Lightning on crack. Just a bit of shameless self promotion. Code used to achieve the effect, for those interested: [code]Scriptname ChainSomeMore extends activemagiceffect SPELL Property pToChain Auto Event OnEffectStart(Actor akTarget, Actor akCaster) Actor randomActor = Game.FindRandomActorFromRef(akTarget, 30.0) as Actor Actor player = Game.GetPlayer() as Actor int Tries = 7 While (Tries > 0) pToChain.RemoteCast(akTarget, player, randomActor) Utility.Wait(0.5) Tries -= 1 EndWhile EndEvent [/code] Or if you just want to play with it, look in the video description for a link
Chain lightning was always fun in RPGs
"I yieldisubmiyieldl isubmitiyield i submitAAH!AAH!AHH!" *bodies fly everywhere*
[QUOTE=lifehole;38786491]"I yieldisubmiyieldl isubmitiyield i submitAAH!AAH!AHH!" *bodies fly everywhere*[/QUOTE] well done you watched the video
Sorry lifehole, no fun allowed here. :/
Well you didn't explain what we're supposed to actually do with that script :v:
[QUOTE=paul simon;38788273]Well you didn't explain what we're supposed to actually do with that script :v:[/QUOTE] Put it on paper and stick it in a disc drive.
The force is strong with this one.
Thunderbolt and lightning very very frightening
[QUOTE=ReligiousNutjob;38788301]Put it on paper and stick it in a disc drive.[/QUOTE] please, everybody knows disc drives can't read paper you put it in a word document that you burn to a disc and then stick it in the disc drive
[QUOTE=paul simon;38788273]Well you didn't explain what we're supposed to actually do with that script :v:[/QUOTE] If you don't already know how Creation Kit and Papyrus scripting works it's probably not going to be of much use to you anyways. If you just want to play with the spell there's a download in the video description.
You should be convicted of battery. [editline]11th December 2012[/editline] By the circuit court.
Sorry, you need to Log In to post a reply to this thread.