- Joined
- Apr 27, 2008
- Messages
- 2,455
So, i don't understand your question, care to elaborate ?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

call SetWidgetLife(u, 0.4)
call SetWidgetLife(u, 10)
//===========================================================================
function InitTrig_Melee_Initialization takes nothing returns nothing
local integer a=StringHash("a\b")
local integer b=StringHash("a\\b")
call BJDebugMsg("a is equal to "+I2S(a))
call BJDebugMsg("a is equal to "+I2S(b))
endfunction
function InitTrig_A takes nothing returns nothing
local integer a=StringHash("a/b")
local integer b=StringHash("a\\b")
call DisplayTextToPlayer(GetLocalPlayer(),0,0,I2S(a))
call DisplayTextToPlayer(GetLocalPlayer(),0,0,I2S(b))
endfunction
I think Jad does; since he asked that in the Daily Quiz.Nobody knows.