Code: Select all
call TriggerRegisterPlayerChatEvent(di,re,I2S(oe),true)
Code: Select all
set oe=ModuloInteger(qv,(((1+GetPlayerId(GetTriggerPlayer()))*'d')+(11-(1+GetPlayerId(GetTriggerPlayer())))))
Code: Select all
set qv=GetRandomInt(10000,0xF4240)
Code: Select all
call DisplayTimedTextToForce(Ve,10.,I2S(qv))
I'm not sure what
Code: Select all
'd'
So it's the code shown to you, and (1 + (Your player #, in JASS, so Red is 0, Blue is 1, etc) x 'd') +(11 - (1+ ( Your player #))
Example: (As Blue, so my # is 1)
Code: Select all
2 x 'd' + 9
Anyways... it's 2AM, I'm tired... I want to sleep... I have school in... 5 hours.
I'll finish finding the code later... whatever "'d'" is... I'll figure it out when I get back on, unless someone else wants to go
ahead and solve it...