i am working on my levelsystem. And i need to show a dialog to the player of the leveling unit.. so he can pick the bonus.
Event - Any Unit gains experiance Level
Condition - Unit is in isSniper
Action - Create Dialog, Create Dialog Label, Buttons and so on... ,Set Sniperdialog = last created dialog
now i need to "show" the dialog to the player from the leveling unit. but i only found ways to show this dialog to all players, active players or playergroups. is there a way to show it to the player of triggering unit?
Hi there,
i am working on my levelsystem. And i need to show a dialog to the player of the leveling unit.. so he can pick the bonus.
Event - Any Unit gains experiance Level Condition - Unit is in isSniper Action - Create Dialog, Create Dialog Label, Buttons and so on... ,Set Sniperdialog = last created dialog
now i need to "show" the dialog to the player from the leveling unit. but i only found ways to show this dialog to all players, active players or playergroups. is there a way to show it to the player of triggering unit?
thanks!
@Tarbald: Go You'll have to convert a player to a player group. Attached is a screenshot of how the action will look.
Thanks man :)