starfyredragon Posted August 8, 2012 Share Posted August 8, 2012 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 ObjectReferenceEvent OnLeftFire (); cool magical effect happen here....EndEventEvent 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 More sharing options...
Recommended Posts