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
call DisplayTextToForce( GetPlayersAll(), "Hello, world!" )
endfunction
by Anonnnnnnnn December 21, 2007
by ANONNNNNNNN December 30, 2014