DialogDisplayBJ

Parameters
flag boolean
whichDialog dialog
whichPlayer player
comment
patch

1.00

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