Quote:
Originally posted by Gman4pwnu
Im a bit confused on x,y ???? what if i dont want to check if it happens at an x, y ?
|
x and y are the coordinates where you're going to be sending the trigger. Think of it as a gunshot on those coordinates. Any NPC on those coordinates will receive the trigger. In this case, you want to trigger the same NPC, so use x + 0.5,y + 0.5. Triggering directly on x,y doesn't seem to work all of the time for some reason.