I'd like to see a new JS event called "onTagChange" (or something else, if anyone can think of a better name), which would run for objects when their JS tags are changed. (through SetTag, for instance)
Like... function onTagChange( myObject, TagName ), where myObject is obviously the object to run the script for and TagName is the name of the JS Tag (or possibly the value of the tag?) that has changed.
New JS Event: onTagChange
-
giwo
- Developer
- Posts: 1780
- Joined: Fri Jun 18, 2004 4:17 pm
- Location: California
- Has thanked: 0
- Been thanked: 0
Your statement there Xuri encapsulates about half of my ick.
The other half comes from an understanding of what a task it would be to ensure every property change calls that JS event (not to mention the possible performance hit caused by that even being called when a time-critical function changes an item/character property).
The other half comes from an understanding of what a task it would be to ensure every property change calls that JS event (not to mention the possible performance hit caused by that even being called when a time-critical function changes an item/character property).
Scott