@verb #348:"end" any none none rxdo #9342 @program #348:"end" any none none "Ends the current program, by loading the empty room." "This verb will try to call a pass(@args). If the result is E_PERM, then this verb doesn't do anything. -- Allows kids to override the verb." if ($code_utils:find_callable_verb_named(parent(this), "end") == -1 || pass(@args) != E_PERM) this:load(#1945) endif .