Hi, i was wondering why the following snippet doesn't seem to work. I'd expect it to work for all players, but it doesn't seem to do anything.
function Trig_Add_Strength_Actions takes nothing returns nothing
call DisplayTextToPlayer(Player(0),0,0,"You just pressed ESC")
endfunction...