mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-24 03:00: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
|
|
@ -866,6 +866,9 @@ void char_from_furniture(struct char_data *ch);
|
|||
#define CONFIG_MAP_SIZE config_info.play.map_size
|
||||
#define CONFIG_MINIMAP_SIZE config_info.play.minimap_size
|
||||
|
||||
/* DG Script Options */
|
||||
#define CONFIG_SCRIPT_PLAYERS config_info.play.script_players
|
||||
|
||||
/* Crash Saves */
|
||||
/** Get free rent setting. */
|
||||
#define CONFIG_FREE_RENT config_info.csd.free_rent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue