Modal Dialogs / Support for 9.70

OTC now supports showing and answering modal dialogs.

addDialog(modaldialog, dialogId, cid, callback)

TODO:
-find out what the "popup" value does.. (Maybe someone knows)
This commit is contained in:
Samuel
2012-11-27 14:48:48 +01:00
parent bce8e90ede
commit eb979ef7cd
11 changed files with 217 additions and 11 deletions

View File

@@ -50,7 +50,7 @@ function g_game.getSupportedProtocols()
return {
810, 853, 854, 860, 861, 862, 870,
910, 940, 944, 953, 954, 960, 961,
963
963, 970
}
end