mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 09:39:21 +02:00

OTC now supports showing and answering modal dialogs. addDialog(modaldialog, dialogId, cid, callback) TODO: -find out what the "popup" value does.. (Maybe someone knows)
11 lines
249 B
Plaintext
11 lines
249 B
Plaintext
Module
|
|
name: game_modaldialog
|
|
description: Show and process modal dialogs
|
|
author: Summ
|
|
website: www.otclient.info
|
|
sandboxed: true
|
|
dependencies: [ game_interface ]
|
|
scripts: [ modaldialog.lua ]
|
|
@onLoad: init()
|
|
@onUnload: terminate()
|