Difference between revisions of "Manual:DIL Manual/delcolor()"

From DikuMUD Wiki
Jump to navigation Jump to search
(XML import)
 
(XML import)
 
Line 1: Line 1:
 +
<span id="bpdelcolor"></span>
  
 +
'''Function:  '''<i><!--CODE-->delcolor (ch : unitptr, ks : string) ;</i><!--ENDCODE-->
  
 +
<!--TERM-->  '''ch'''
 +
<!--DEFINITION-->        character you are deleting the color from
 +
<!--TERM-->  '''ks'''
 +
<!--DEFINITION-->        key string for the color
 +
 +
This function is used to delete any colors from a players personal color list.
 +
'''Function:  '''<i><!--CODE-->delcolor(pc, "clan_who");</i><!--ENDCODE-->
 
<span id="bpdelcolor"></span>
 
<span id="bpdelcolor"></span>
  

Latest revision as of 22:38, 4 December 2025

Function:  delcolor (ch : unitptr, ks : string) ;
  ch
         character you are deleting the color from
  ks
         key string for the color
This function is used to delete any colors from a players personal color list.
Function:  delcolor(pc, "clan_who");

Function:  delcolor (ch : unitptr, ks : string) ;
  ch
         character you are deleting the color from
  ks
         key string for the color
This function is used to delete any colors from a players personal color list.
Function:  delcolor(pc, "clan_who");