diff --git a/examples/entityScripts/tribble.js b/examples/entityScripts/tribble.js index e34213cfa3..3afdcc43e4 100644 --- a/examples/entityScripts/tribble.js +++ b/examples/entityScripts/tribble.js @@ -65,7 +65,7 @@ oldColor = properties.color; dimensions = Vec3.multiply(scale, properties.dimensions); baton = virtualBaton({ - batonName: 'io.highfidelity.tribble', + batonName: 'io.highfidelity.tribble:' + entityID, // One winner for each entity debugFlow: debug.flow, debugSend: debug.send, debugReceive: debug.receive