Switch to edit mode.
Name(s): display_option1: ":display_option(name) => returns the value of the specified @display option" 2: if (caller == this || $perm_utils:controls(caller_perms(), this)) 3: return $display_options:get(this.display_options, args[1]) 4: else 5: return E_PERM 6: endif