PennMUSH Community

Ticket #7583 (new suggested feature)

Opened 3 months ago

"Flag" Already Set

Reported by: KimikoMuffin Assigned to:
Priority: minor Milestone:
Keywords: Cc:
Visibility: Public

Description

When using @set to set or remove a flag, gives a message if it's already set or unset, i.e.:

> @set me=debug
Kimiko - DEBUG set.
> @set me=debug
Kimiko - DEBUG (already) set.
> @set me=!debug
Kimiko - DEBUG reset.
> @set me=!debug
Kimiko - DEBUG (already) reset.

Obviously wouldn't work for using @set to set attributes.

Attachments

flag-already-set.patch.txt (1.2 kB) - added by Talvo on 04/28/08 13:47:19.

Change History

04/28/08 13:47:19 changed by Talvo

  • attachment flag-already-set.patch.txt added.