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_xverb(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 | add_xverb() differs from add_verb() in that only leading |
| 15 | characters of the input line must match with str. It basically |
| 16 | is the same as setting flag in add_action(). |
| 17 | |
| 18 | [marion Sun Jan 19 1992 Don't use it. This file is retained |
| 19 | because of somewhat nostalgic reasons.] |
| 20 | |
| 21 | HISTORY |
| 22 | Removed in LDMud 3.3 and LP "03.02.1@150", |
| 23 | obsoleted by add_action(). |
| 24 | |
| 25 | SEE ALSO |
| 26 | add_action(E), query_verb(E), add_verb(E) |
| 27 | |
| 28 | 29.10.2006 Zesstra |