Any Role
';
#Convars
$convars = 'Normal Role Convars (also found in ULX):
# enable or disable this role
ttt_drunk_enabled [0/1] (default: 1)
# the percentage of players that are spawned as this role
ttt_drunk_pct [0.0..1.0] (default 0.15)
# the limit of players that spawn as this role each round, this overwrites the percentage
ttt_drunk_max [0.0..n] (default: 1)
# the probility each round of this role being spawned at all
ttt_drunk_random [0..100] (default: 33)
# the amount of players needed for this role to spawn
ttt_drunk_min_players: [0..n] (default: 6)
Rolespecific Convars:
# maximum delay before the drunk sobers after a valid player dies
ttt2_drk_delay_max [0..n] (default: 30)
# maximum delay before the drunk sobers after a valid player dies
ttt2_drk_delay_min [0..n] (default: 15)
';
#
# Credits
#
#The Steam URL to your addon
$steam = 'https://steamcommunity.com/sharedfiles/filedetails/?id=2465037140';
#The Source URL to your addon
$source = 'https://steamcommunity.com/linkfilter/?url=https://github.com/ZacharyHinds/ttt2-role-drk';
#Creator of the Addon
$author = 'Wasted';
#Creatorlink
$authorurl = 'https://steamcommunity.com/id/Zzzaaaccc13';
# Credittext (can use the above variables)
$ctext = 'Wasted: creator of this role addon and icon';
?>