remove_action(3) LPC Library Functions remove_action(3) NNAAMMEE remove_action - unbind a command verb from a local func- tion SSYYNNOOPPSSIISS int remove_action( string fun, string cmd ); DDEESSCCRRIIPPTTIIOONN remove_action(3) unbinds a verb cmd from an object func- tion fun. Basically, remove_action() is the complement to add_action(3) and add_verb(3). When a verb is no longer required, it can be unbound with remove_action(). RREETTUURRNN VVAALLUUEESS remove_action() returns: 1 on success. 0 on failure. SSEEEE AALLSSOO add_action(3), query_verb(3), init(4) MudOS 5 Sep 1994 1