So I saw this on wikipedia:
However, how does the function/subroutine/method Trig_JASS_test_Actions get called?
How do I call Trig_JASS_test_Actions when the map just gets loaded?
Code:
function Trig_JASS_test_Actions takes nothing returns nothing
call DisplayTextToPlayer(GetLocalPlayer(), 0, 0, "Hello, world!")
endfunction
However, how does the function/subroutine/method Trig_JASS_test_Actions get called?
How do I call Trig_JASS_test_Actions when the map just gets loaded?