Hello again,

I'm curious as to the correct order and intent of Svc_Create and Svc_Entity when a client uses Ent_Create().

To whit, on the calling client:
a) Does it receive both Svc_Create and Svc_Entity? If so in what order?
b) If it does receive both, which message is actually responsible for creating the entity?
c) If it doesn't receive both, then is it correct that the calling client only receives an Svc_Create while every other client receives a Svc_Entity?

Thanks!