The search keyword must be a single word (no spaces).

Function DisplayTextToForce

Line
1654
Location
blizzard.j
Constant?
no
Type
function
Arguments
force toForce, string message
Returns
nothing
1654
function DisplayTextToForce takes force toForce, string message returns nothing
1655
    if (IsPlayerInForce(GetLocalPlayer(), toForce)) then
1656
        // Use only local code (no net traffic) within this block to avoid desyncs.
1657
        call DisplayTextToPlayer(GetLocalPlayer(), 0, 0, message)
1658
    endif
1659
endfunction