Lock a group

(imported topic written by SystemAdmin)

Is is possible to centrally lock a group (to block action evaluation and applications) in BF instead of individually locking all of its members?

Sorry if this is too trivial…

(imported comment written by Lee Wei)

You can target the group and send them an ActionScript command to lock.

action lock indefinite “”

e.g.

action lock indefinite “{now}”

or lock for a period of time

action lock until “” “”

e.g.

action lock until “{now + 7*day}” “{now}”

(imported comment written by SystemAdmin)

Thank you, Lee, exactly what I was looking for!