Fenloh
August 3rd, 2011, 11:30
Hi,
how exactly does the deliverOOBMessage work?
Due to the Edgeroll feature some data must be changed, once the Roll has commenced. It works fine, if the Dicetower ist not used, since the dicetower returns the rSource as nil.
To fix this i have added msgOOB.custom=rSource to the message, that is deliverd via Comm.deliverOOBMessage(msgOOB,""); but i just could not follow up an that.
The next step that i found was in the manager.oob processOOBMessage, but the variable used there is only msg and it is also without the custom part that i have added.
I need to return the rSource from the dicetower, that is why i tried it via that way.
Fenloh
how exactly does the deliverOOBMessage work?
Due to the Edgeroll feature some data must be changed, once the Roll has commenced. It works fine, if the Dicetower ist not used, since the dicetower returns the rSource as nil.
To fix this i have added msgOOB.custom=rSource to the message, that is deliverd via Comm.deliverOOBMessage(msgOOB,""); but i just could not follow up an that.
The next step that i found was in the manager.oob processOOBMessage, but the variable used there is only msg and it is also without the custom part that i have added.
I need to return the rSource from the dicetower, that is why i tried it via that way.
Fenloh