Yeah. They’re coming straight out of Confundo Funkitus, so I don’t have much in the way of control without adding another module, which sort of defeats the point. If I end up adding 6hp+ then I might as well keep the uO_C.
At the very least it’s worth trying out a mega-script before exploring more options.
I may not be doing this as intended: To receive the call on another crow, you need to overwrite the default call behavior in your init, right?
So like:
ii.self.call1 = function(e,v)
{
--do stuff for a single argument call
}
Is that the correct approach to the current methodology? Otherwise the other crow doesn’t seem to do anything but print the the call, as that is the default behavior for the function. Listening for an event didn’t seem to register an event on my second crow.
Edit: And to confirm, my impulse to avoid combining scripts was clearly wrong, as performance has improved following your suggestion. Still need to stress test it to find the best polling speed, but definitely better.