mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-28 15:07:18 +01:00
New Group System, Room Events, and Event System Efficiency Upgrade... and a couple bug fixes.
This commit is contained in:
parent
82da0e8063
commit
a2aaab144f
32 changed files with 612 additions and 322 deletions
|
|
@ -77,6 +77,11 @@ int find_all_dots(char *arg);
|
|||
#define FIND_ALL 1
|
||||
#define FIND_ALLDOT 2
|
||||
|
||||
/* group */
|
||||
struct group_data * create_group(struct char_data * leader);
|
||||
void free_group(struct group_data * group);
|
||||
void leave_group(struct char_data *ch);
|
||||
void join_group(struct char_data *ch, struct group_data *group);
|
||||
|
||||
/* Generic Find */
|
||||
int generic_find(char *arg, bitvector_t bitvector, struct char_data *ch,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue