- Joined
- Oct 3, 2008
- Messages
- 188
I'm working on a simple projectile spell. First trigger creates projectile, stores destination using the projectile as a key in a hashtable, second trigger is responsible for the actual moving.
Something seems to be going wrong though and when trying to load the location in the second trigger it seems to default to the center of map. Saving and loading X and Y instead seems to work without issues though oddly enough.
Something seems to be going wrong though and when trying to load the location in the second trigger it seems to default to the center of map. Saving and loading X and Y instead seems to work without issues though oddly enough.
Last edited by a moderator: