Manual:DIL Manual/addextra()

From DikuMUD Wiki
< Manual:DIL Manual
Revision as of 09:52, 4 June 2020 by Papi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


addextra ( var e : extraptr, l : stringlist , s : string )
   e : Extra description list to add element to.
   l : Stringlist for the .names field.
   s : String for the .descr field.
   result: Adds an extra description to a list of extra descriptions.
CAVEAT builder: You cannot use an extraptr variable as the e
argument, but you may continue to use the following form:
   ...
   ...
   addextra (self.quests, "Bozo's Quest");
   ...
   ...

See also:

 subextra