Commands dealing with giving/taking/killing things or money.
More...
#include "config.h"
#include "constants.h"
#include "typedefs.h"
#include "macros.h"
#include "externs.h"
#include "prototypes.h"
#include <string.h>
|
void | do_kill (dbref player, __attribute__((unused)) dbref cause, int key, char *what, char *costchar) |
|
void | give_thing (dbref giver, dbref recipient, int key, char *what) |
|
void | give_money (dbref giver, dbref recipient, int key, int amount) |
|
void | do_give (dbref player, __attribute__((unused)) dbref cause, int key, char *who, char *amnt) |
|
Commands dealing with giving/taking/killing things or money.
- Author
- TinyMUSH development team (https://github.com/TinyMUSH)
- Version
- 3.3
- Date
- 2021-01-04
- Copyright
- Copyright (C) 1989-2021 TinyMUSH development team. You may distribute under the terms the Artistic License, as specified in the COPYING file.