(21 Feb 11, 11:59PM)VenteX Wrote: Anti-AC-addiction script: Can be set to automatically quit AC after a set time, along with disconnecting at set intervals.Thank flowtron for this.
Quote:Ability to filter parts of the console out (ex: only show chats)I wrote a script that takes the chat and puts it into a menu. When you click one of the menu options, it puts the line in your command prompt.
[SELECT ALL] Code:
// chatcapture script by V-Man. Requires tools.cfg.
add2conloop [
loop cse 21 [if (strcmp (at $conline 0) (concatword (at (pstat_score $cse) 5) : (c 1))) [add2menu "Chat History" [menuitem $conline (concat "saycommand" $conline)]] []]
loop ces 21 [if (strcmp (at $conline 0) (concatword (at (pstat_score $ces) 5) : (c 0))) [add2menu "Chat History" [menuitem $conline (concat "saycommand" $conline)]] []]]
add2mainmenu [menuitem "Chat History" [showmenu "Chat History"]]
Quote:An even more practical map generator- think something like this; you know, pick a size, style, and theme, add a few details manually, and have a complete map :DWhoo... Give me a few months.
Quote:An in-game menu maker. (Menu-making menu? YES)Bukz has started one, I'll be messing around with it and we'll dish up the final product. :D
Quote:if you ignore someone, can they see what you are saying? If not, PM script would be incredibly useful.They can see what you're saying. But yes, PM would still be useful. Ideas thread!