blob: bc81dbb5898a5d65032d6aae9e1380e937a41b5a [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001
2 **********************************************************
3 * ACHTUNG: EFUN EXISTIERT NICHT MEHR! NICHT VERWENDEN! *
4 **********************************************************
5
6SYNOPSIS
7 void add_xverb(string str)
8
9DESCRIPTION
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
21HISTORY
22 Removed in LDMud 3.3 and LP "03.02.1@150",
23 obsoleted by add_action().
24
25SEE ALSO
26 add_action(E), query_verb(E), add_verb(E)
27
2829.10.2006 Zesstra