Manual:DIL Manual/delete player()

From DikuMUD Wiki
Jump to navigation Jump to search

Function:  delete_player( s : string ) ;
  s
         the player name you want to delete
This function deletes a player but it doesn't check to see if it
was deleted or if it even existed you will have to do that with 'isplayer'.
Example:

---~---~---~---~---~---~---~---~---
dilbegin aware do_delete (arg:string);
var
        temp:string;
        err:integer;
code

dilend


---~---~---~---~---~---~---~---~---


---~---~---~---~---~---~---~---~---

Function:  delete_player( s : string ) ;
  s
         the player name you want to delete
This function deletes a player but it doesn't check to see if it
was deleted or if it even existed you will have to do that with 'isplayer'.
Example:

---~---~---~---~---~---~---~---~---
dilbegin aware do_delete (arg:string);
var
        temp:string;
        err:integer;
code

dilend


---~---~---~---~---~---~---~---~---


---~---~---~---~---~---~---~---~---