Search found 114 matches

by Denarii
Sun Dec 06, 2009 12:19 am
Forum: Scripts & Packages
Topic: Echo with color.
Replies: 30
Views: 30098

Re: Echo with color.

Working on adding the ability to echo to other windows. Waiting for a resetFormat(windowName) option.
by Denarii
Sat Dec 05, 2009 7:57 pm
Forum: Scripts & Packages
Topic: Echo with color.
Replies: 30
Views: 30098

Re: Echo with color.

Added an option for making it use insertText() instead of echo().

And hexadecimal because that's what I'm used to when working with color and it's more concise. :p
by Denarii
Sat Dec 05, 2009 4:47 am
Forum: Scripts & Packages
Topic: Echo with color.
Replies: 30
Views: 30098

Echo with color.

I've included comments explaining the function. For this to work you need to place this dll in your Mudlet folder: rex_pcre.zip It's a win32 binary, if you're using Linux or OSX you may need to compile lrexlib (http://luaforge.net/projects/lrexlib/). Lrexlib adds regex support within lua. rex = requ...
by Denarii
Thu Dec 03, 2009 10:59 pm
Forum: Scripts & Packages
Topic: Mathematical Operations & Comparison on matches table
Replies: 4
Views: 5524

Mathematical Operations & Comparison on matches table

This script will allow you to perform mathematical operations and comparison on the matches table without having to add tonumber() into all your triggers and aliases. +, -, /, *, %, ^ and unary - will fail if you use them with a value that can't be converted to a number. Comparisons will work as exp...