Search found 36 matches

by Lezard
Wed Sep 05, 2012 8:31 pm
Forum: Scripts & Packages
Topic: Name Highlighter v3
Replies: 24
Views: 34068

Re: Name Highlighter v3

Manni wrote:So I've been playing with this a bit and I wound up adding quite a bit to the script, luckily enough it's simple enough to copy and modify the existing code. So this is what I came up with.
I like it! Thanks for doing this :)
by Lezard
Tue Sep 04, 2012 10:38 pm
Forum: Scripts & Packages
Topic: Omnipave 3.0 Free Edition
Replies: 68
Views: 82764

Re: Omnipave 3.0 Free Edition

Sweet! Playing around with it now, it looks very nice :) +1 for this
by Lezard
Mon Sep 03, 2012 5:26 am
Forum: Help Forum
Topic: All Caps
Replies: 2
Views: 2320

Re: All Caps

use string.upper()
Ex. fruit = string.upper(matches[2])

for other case formats, you can use string.lower() or string.title()
by Lezard
Fri Aug 31, 2012 2:46 am
Forum: Mudlet Mapper
Topic: Shared Mapper
Replies: 6
Views: 6414

Re: Shared Mapper

I think it's a brilliant idea. If I had the coding knowledge I would help ya too.
by Lezard
Fri Aug 31, 2012 2:16 am
Forum: Help Forum
Topic: Detect what vials are in inventory using GMCP
Replies: 1
Views: 2287

Re: Detect what vials are in inventory using GMCP

Why don't you just get pipelist or elixirlist?
by Lezard
Wed Aug 29, 2012 11:53 pm
Forum: Help Forum
Topic: Kill method check via discerning
Replies: 1
Views: 2195

Re: Kill method check via discerning

I think the simplest way would be to make a multi-line trigger to capture all of it...
I fiddled around a bit and this is a general idea of what it should be like..

Image

I forgot to enable multimatches ^.^ you'll have to do that as well