• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Easy script - trainers

Scooty

Enemia.EU
Joined
Jul 24, 2010
Messages
564
Reaction score
14
Location
Kraków
Hi, i need that script:

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?
 
Back
Top