aridale thanks for help, but even for 100+ dialogs it's huge ammount of events (or am I wrong?).
May be it's possible to implement standart dialog system in Construct-2 (I don't see TO DO theme anymore on forum, sorry), or may be someone can make such type of plugin? If it matter of money and someone ready to do it (include Scirra Developers) - please calculate needed sum and I will try to collect it (or tell it's doen't possible in a few days)
Dialogs it's vital part of many games, it's not a question "does it possible to make by using events...", yes, it's possible, but "It will be much more simple if..."
As I see it, we need something like DialogBox class (behaviour)
with properties like:
- start/end (x1,y1, x2, y2) dialog window coordinates
- background/borders color (or png) as variables
- link to PNG with character logo/portrait (who's talk this) in properties
As result we can easily do something like:
On collision with > Player > Spawn DialogBox with Coordinates(...), TextMessage("...")
Additionally we can add ability to place text to DialogBox from Arrays (2d and 3d). It will be also useful if someone can implement additional type of dialog box: there we can choose answer.
Does it possible? If "yes" how much it can cost?
p.s. Sorry for my poor English, it's not my native language, but I try to explaine as best as I can.