Jump to content

Asking: Script - two handed - left & right click do different thin


starfyredragon

Recommended Posts

I'm working on creating a new weapon, but I just can't find the right information in the papyrus script tutorials...

 

The idea behind the weapon is a two-handed magic item that does a different thing on left click vs right click...

 

What I'm looking for is something along these lines:....

 

 

ScriptName magicOrb extends ObjectReference

Event OnLeftFire ()

; cool magical effect happen here....

EndEvent

Event OnRightFire ()

; cool other magical effect happens here...

EndEvent

 

Although, there's the obvious problem of no "onLeftFire" or "onRightFire" in Event. I figure I can hack it by making it a one-handed weapon that onEquip it equips a counterpart item to the other hand and on unequip it does similar, and then give each hand its own effect, but that seems like it's just waiting to break in so many ways... so any suggestions or examples on how to do this simply and elegantly?

Link to comment
Share on other sites

  • Recently Browsing   0 members

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