- Joined
- Apr 27, 2008
- Messages
- 2,455
So, i don't understand your question, care to elaborate ?
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.