The following.function Trig_JASS_test_Actions takes nothing returns nothing
local string a
call DisplayTextToForce( GetPlayersAll(), "The value of a is +"a+" so live with it!" )
endfunction
Is supposed to be.
function Trig_JASS_test_Actions takes nothing returns nothing
local string...