- Joined
- Jan 30, 2013
- Messages
- 12,432
Some people might ask about my usage of Point(X, Y) on preserving the point data within the index trigger. This is because TSE_Point is eliminated by the end of indexing phase and if I directly refer to that variable, then the point variable also lost their reference. By using Point(X, Y), I am generating a separate point instance that refers to the same spot which doesn't get erased by the indexing phase of TimedSpellEffect.
Also, I noticed that I added a De-Indexing when it is not needed due to Lock Instance capability provided by TSE. I'll fix that later.
Also, I noticed that I added a De-Indexing when it is not needed due to Lock Instance capability provided by TSE. I'll fix that later.