Jump to content

Spell to posion npc with premade potions, help.


WildWitch

Recommended Posts

Hiya all, I'm looking to make a spell that lets the caster use alchemical potions to poison a target.

 

For example

 

Caster casts the spell and an option to select a poison in their inventory comes up

 

The caster selects the poison and it is applied to the target

 

So far the best I could find was

-------------------------------------------

 

Scriptname OpenTargetInventory extends activemagiceffect

Event OnEffectStart(Actor Target, Actor Caster)
Target.OpenInventory(True)
EndEvent

-------------------------------------------

 

I want to create this spell for witch type characters who relies on alchemy and conjuration to do their will.

 

thank you :)

Link to comment
Share on other sites

  • Recently Browsing   0 members

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