mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-11-01 19:36:23 +01:00
Updated to OTCv8 3.1 rev 229
This commit is contained in:
@@ -230,16 +230,6 @@ context.onInventoryChange = function(callback)
|
||||
return context.callback("onInventoryChange", callback)
|
||||
end
|
||||
|
||||
-- onGameQuestLog - callback = function(quests)
|
||||
context.onGameQuestLog = function(callback)
|
||||
return context.callback("onGameQuestLog", callback)
|
||||
end
|
||||
|
||||
-- onGameQuestLine - callback = function(questMission)
|
||||
context.onGameQuestLine = function(callback)
|
||||
return context.callback("onGameQuestLine", callback)
|
||||
end
|
||||
|
||||
-- CUSTOM CALLBACKS
|
||||
|
||||
-- listen(name, callback) -- callback = function(text, channelId, pos)
|
||||
|
||||
Reference in New Issue
Block a user