confused with xyz and entity denpendency

Status
Resolved
Issue description

this isn't really a bug but more of me probably just being stupid but I don't understand what's really happening, I've been trying to make a boss but when I try to get it to summon lightning at the boss its giving me an x y z and world required dependency, and when I put in x y z position of event/target entity it changes the x y z dependency to entity dependency, I am very confused and am in need of help

Issue comments

Because x, y and z blocks are global coordinates passed by any trigger.

X, y and z of entity are coordinates of entity, so entity is needed (procedure depends on entity dependency).

Support requests are suited on forums, not on the tracker, for future reference.