When a player rolls over a region I would like to display a dialog box for the user is able to pick from a list of options. Can this be done? There are many players on the map.
When a player rolls over a region I would like to display a dialog box for the user is able to pick from a list of options. Can this be done? There are many players on the map.
Its not global, the parameter by default is All Player, which is a player group, use function convert player to player group, for example convert player 1 to player group, then you have a group with 1 player.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
When a player rolls over a region I would like to display a dialog box for the user is able to pick from a list of options. Can this be done? There are many players on the map.
yes it can be done.
Any ideas how it can be done?
@antcloud: Go
take a look at the dialog actions and you will see it.
All of the ones I see are global, so it will display for everybody. (Create Dialog, Show Dialog, Set Dialog Size)
@antcloud: Go
Its not global, the parameter by default is All Player, which is a player group, use function convert player to player group, for example convert player 1 to player group, then you have a group with 1 player.