I didnt see your msg, becouse you mentioned me in wrong way.
There must NOT be any space between '@' and nich of user youre mentioning @Tirekos.
on your question.
you should add labels like: 'position check1, position check2' and so on. Then you go to your luafile and add in label manager:
[highlight=lua]
elseif (labelName == "checkpos1") then
if (Self.DistanceFromPosition(x, y, z) > distance)
then gotoLabel("xxxx")
end
[/highlight]
Sorry for tabbing, cant tab in quick reply.