[DGD] Distributed continuation console message
nikoroleva
natasha.i.koroleva at gmail.com
Mon Sep 24 05:39:29 CEST 2018
In /usr/System/obj/user.c, I changed tell_audience() and saw a message
in the console, but the other user (there were two users) saw the
message as expected.
private void tell_audience(string str) {
object *users;
users = users() - ({ this_object() });
if (sizeof(users)) {
new DistContinuation(users, 0, "message", str)->runNext();
}
}
** Invalid array range
/usr/System/obj/user#106
277 continued /usr/System/lib/auto
Regards
More information about the DGD
mailing list