hestia-rsps / hestia

An open-source Kotlin game server.
BSD 3-Clause "New" or "Revised" License
16 stars 4 forks source link

Better input dialogue handling #51

Closed GregHib closed 4 years ago

GregHib commented 4 years ago

String & Integer entry (Script 108 & 109)

Should have a proper callback system so there's no way one system can accidentally use the string requested by another system.

Example: string entry request with friends chat settings open

GregHib commented 4 years ago

Would be needed for other entries too. Script 110 - Clan name Script 1549 - Item search

GregHib commented 4 years ago

Also Script 101/1548 to close input dialogues