Begin BoundHelmCheckshort OnPCEquipshort doOnceshort doTwiceif ( OnPCEquip ) if ( doOnce < 1 ) set doOnce to 1 set doTwice to 0 messagebox "Bound Helm is equipped" endifelseif ( doTwice < 1 ) set doOnce to 0 set doTwice to 1 messagebox "Bound Helm is not equipped"endifEnd BoundHelmCheck
I figure that there would be trouble with the "not equipped" message box because the Bound Helm evaporates when the spell effect ends, but I should at least have gotten the "is equipped" message.