Code: Select all
function beingfollowed()
player:rest(60);
end;
Code: Select all
changeProfileOption("playerDETECT", true);
Code: Select all
Clearing target.
Followed by ********
Resting for 60 seconds.
Player Teleported to X: -27915 Z: 23955 Y: 1
Clearing target.
Moving to waypoint #23, (-27915, 23955)
Forced waypoint type 'RUN' set by user.
Player Teleported to X: -27902 Z: 24038 Y: 2
Clearing target.
Moving to waypoint #24, (-27902, 24038)
Moving to waypoint #25, (-27800, 24090)
Moving to waypoint #26, (-27684, 24126)
Moving to waypoint #27, (-27555, 24296)
Player Teleported to X: -27522 Z: 24360 Y: -83
Moving to waypoint #28, (-27522, 24360)
before i was using
Code: Select all
function beingfollowed()
player:sleep;
end;
can anyone help me with this?
Thanks!