Code: Select all
-- Whisper Counts
cprintf(cli.green, language[180], -- Max Whispers Log
player.Max_whisper, settings.profile.options.MAX_WHISPERS);
-- check max Whispers
if( player.Max_whisper > settings.profile.options.MAX_WHISPERS ) then
cprintf(cli.yellow, language[180], player.max_whisper,
settings.profile.options.MAX_WHISPERS ); -- to many whispers
player:logout();
endCode: Select all
<option name="MAX_WHISPERS" value="10" /> <!-- Log out after this many Whispers -->