I'm calling verbs from server calls, similar to how :enterfunc gets called everytime a player enters a room. The functions is called 'call_verb', and it returns a error type. But I would like to know what the return of the verb that was called is after it finishes executing so that the code in the server can react to it. Anybody got any ideas?