MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | |
| 2 | ********************************************************** |
| 3 | * ACHTUNG: EFUN EXISTIERT NICHT MEHR! NICHT VERWENDEN! * |
| 4 | ********************************************************** |
| 5 | |
| 6 | SYNOPSIS: |
| 7 | void add_verb(string str) |
| 8 | |
| 9 | DESCRIPTION: |
| 10 | This function is connected to the add_action() function. It |
| 11 | will set up the command str to trigger a call to the function |
| 12 | set up by the previous call to add_action(). |
| 13 | |
| 14 | This function is now obsolete as the verb can be given directly |
| 15 | with add_action(). add_verb() remains for compatibility. |
| 16 | |
| 17 | [marion Sun Jan 19 1992 Don't use it. This file is retained |
| 18 | because of somewhat nostalgic reasons.] |
| 19 | |
| 20 | HISTORY |
| 21 | Removed in LDMud 3.3 and LP "03.02.1@150", |
| 22 | obsoleted by add_action(). |
| 23 | |
| 24 | SEE ALSO: |
| 25 | add_action(E), query_verb(E), add_xverb(E), remove_action(E) |
| 26 | |
| 27 | 29.10.2006 Zesstra |