Difference between revisions of "RemoveMe"
Jump to navigation
Jump to search
generic unequip
imported>Fella |
imported>Wrye (generic unequip) |
||
Line 20: | Line 20: | ||
*This function preserves script variables, health, and charges associated with the item. | *This function preserves script variables, health, and charges associated with the item. | ||
*Calling this function within blocks like [[onEquip]] and [[onUnequip]] can cause those blocks to loop repeatedly | *Calling this function within blocks like [[onEquip]] and [[onUnequip]] can cause those blocks to loop repeatedly. However, the loop can be circumvented by ensuring that onEquip or onUnequip exits normally on the second pass. See [[Generic Unequip]]. | ||
==See Also== | ==See Also== |