mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-22 07:25:54 +02: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