JASS is an event driven scripting
language used in Blizzard Entertainment's Warcraft III game.
Map creators can use it in the World Editor to create triggers and
AI scripts.
function Trig_JASS_test_Actions takes nothing returns nothing
call DisplayTextToForce( GetPlayersAll(), "Hello,
world!" )
endfunction