Thanks for your answer, I need
To test what you propose but I think it will work partially.
I have a case where I need to send
4 game objects and a Boolean
from manager A, fsm A to a
manager B (fsm B)
which then process
the information and send back
a Boolean to the original fsm A.
Fsm A now will send 1 float and 1
Boolean to a score manager(fsm C).
I have a question. You say that
at this time there is only one
parameter can be send. are you
planning on enabling more than
one parameters of each type at
the same time?