mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-22 10:10:13 +01:00
Added Player Attachable Script Code
This commit is contained in:
parent
02f9fe1a9f
commit
6c963b8187
15 changed files with 131 additions and 45 deletions
|
|
@ -1234,6 +1234,7 @@ struct game_data
|
|||
int map_option; /**< MAP_ON, MAP_OFF or MAP_IMM_ONLY */
|
||||
int map_size; /**< Default size for map command */
|
||||
int minimap_size; /**< Default size for mini-map (automap) */
|
||||
int script_players; /**< Is attaching scripts to players allowed? */
|
||||
|
||||
char *OK; /**< When player receives 'Okay.' text. */
|
||||
char *NOPERSON; /**< 'No one by that name here.' */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue