DialogDisplayBJ

Parameters
flag boolean
whichDialog dialog
whichPlayer player
return type
nothing
Source code
function DialogDisplayBJ takes boolean flag, dialog whichDialog, player whichPlayer returns nothing
    call DialogDisplay(whichPlayer, whichDialog, flag)
endfunction
Source
Blizzard.j
wc3modding.com
DialogDisplayBJ