Deleted800173User Posted April 24, 2011 Share Posted April 24, 2011 onMagiceffecthit dosnt work on items that you can pick up. I need something that will work on items you pickup and will determin the type of damage taken. basically i need an item to know when it was hit by fire damage and then by frost damage. Any ideas? Link to comment Share on other sites More sharing options...
HeyYou Posted April 24, 2011 Share Posted April 24, 2011 Write the script to check and see if the object has the particular affect you are looking for active on it instead. Link to comment Share on other sites More sharing options...
Deleted800173User Posted April 24, 2011 Author Share Posted April 24, 2011 I dont think items can have magic effects like fire damage on them. Link to comment Share on other sites More sharing options...
HeyYou Posted April 24, 2011 Share Posted April 24, 2011 Ooops, valid point. OnMagicEffectHit should work on any reference..... Can you post the script? Link to comment Share on other sites More sharing options...
Deleted800173User Posted April 24, 2011 Author Share Posted April 24, 2011 ;its on a book begin OnMagicEffectHit FIDG if (open == 0) set open to 1endif End Link to comment Share on other sites More sharing options...
Recommended Posts