join(mob/M)
usr.group.Add(M) // add M to usr's group
view() << "[M] joins [usr]."
Problem description:
at runtime, when right click the mouse on usr, the join verb is displayed. how to stop that from happening because i don't want usr joining its own usr group. i have tried -usr but that does not work