mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-12-29 23:37:11 +01:00
Version 2.6.1
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
local lastMove = now
|
||||
onPlayerPositionChange(function(newPos, oldPos)
|
||||
if now - lastMove > 13*60*1000 then
|
||||
turn(math.random(0,3))
|
||||
lastMove = now
|
||||
end
|
||||
end)
|
||||
Reference in New Issue
Block a user