Also known as: RETURN-0 · CONTINUE · %RETURN% · RETURN-1
Usage: return 0
Return 0 in a trigger will allow certain triggers added flexibility. This
is dependent on the trigger type and is explained in each trigger help file under
HELP TRIG-TYPE. The only way to make two triggers of the same type to both
fire is to have the first one return 0. Other Examples:
Get, Give, Drop, Wear, Leave, and Consume trigs with return 0 prevents the action.
Command trigs with return 0 allow the command to continue to the MUD and not be
stopped by the trigger.
Return does not end the triggers execution. It is returned after all commands have
been executed, or a wait or halt command is called.
Return 1 is rarely used since it just means normal termination of the trigger.
Example: TSTAT 25, 13F
See also:: TRIG-TYPE, HALT, WAIT