Hi, i need that script:
If player step to item with a.id 2011
script will be teleport player to pos "x=100, y=100,z=7" but when someone will be at this position script will be teleport player to pos "x=100+10, y=100,z=7"...when someone will be at this position script will be teleport player to position "x=100+20, y=100,z=7"...LOOP
and when nobody will stay at destination positon loop is end.
Can someone write it for me?
If player step to item with a.id 2011
PHP:
<movevent type="StepIn" actionid="2011" event="script" value="trainers.lua" />
script will be teleport player to pos "x=100, y=100,z=7" but when someone will be at this position script will be teleport player to pos "x=100+10, y=100,z=7"...when someone will be at this position script will be teleport player to position "x=100+20, y=100,z=7"...LOOP
and when nobody will stay at destination positon loop is end.
Can someone write it for me?