Updated to OTCv8 3.1 rev 229

This commit is contained in:
OTCv8
2022-07-09 22:09:37 +00:00
parent 88fb41bafc
commit a48d0fd0d1
125 changed files with 24548 additions and 732 deletions

View File

@@ -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)