mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-22 23:45:55 +02:00
Version 2.2.1 - updated market, text editor, bot
This commit is contained in:
@@ -146,6 +146,10 @@ context.onChannelEvent = function(callback)
|
||||
return context.callback("onChannelEvent", callback)
|
||||
end
|
||||
|
||||
-- onTurn -- callback = function(creature, direction)
|
||||
context.onTurn = function(callback)
|
||||
return context.callback("onTurn", callback)
|
||||
end
|
||||
|
||||
|
||||
-- CUSTOM CALLBACKS
|
||||
|
Reference in New Issue
Block a user