TinyMUSH 3.3
TinyMUSH Server
Loading...
Searching...
No Matches
Functions
rob.c File Reference

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>
Include dependency graph for rob.c:

Functions

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)
 

Detailed Description

Commands dealing with giving/taking/killing things or money.

Author
TinyMUSH development team (https://github.com/TinyMUSH)
Version
3.3
Date
2021-01-04