Jump to content

Vampire Instant Kill


alonsomartinez

Recommended Posts

So I tried to script an arrow to kill ANY vampire when they are hit with it but It didnt work.I looked on the CS wiki but didn find much help.Heres my script

 

scn VampireKill

 

begin onhit

If getisrace Vampirerace=1

kill

endif

end

 

No dialoge boxes came up and I just closed and saved the script and made an enchantment and attached it to the arrow.Then I tasted it in the game and it didnt work. :thanks:

Link to comment
Share on other sites

So I tried to script an arrow to kill ANY vampire when they are hit with it but It didnt work.I looked on the CS wiki but didn find much help.Heres my script

 

scn VampireKill

 

begin onhit

If getisrace Vampirerace=1

kill

endif

end

 

No dialoge boxes came up and I just closed and saved the script and made an enchantment and attached it to the arrow.Then I tasted it in the game and it didnt work. :thanks:

 

If this script is tied to an enchantment, you're using the wrong blocktype.

http://cs.elderscrolls.com/constwiki/index.php/Begin

 

ScriptEffectStart, ScriptEffectFinish, and ScriptEffectUpdate are the only blocks which will be triggered when used within a spell or enchantment script. The "on hit" part is determined directly from the settings of the script effect within the enchantment. Try using ScriptEffectStart instead.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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