Search found 887 matches

by demonnic
Thu Dec 31, 2009 4:23 am
Forum: Scripts & Packages
Topic: Gauge functions
Replies: 5
Views: 6187

Re: Gauge functions

created a resizeGauge function... cuz doing it by hand sucks. -- Resizes a custom gauge built by createGauge(...) -- example: resizeGauge("healthbar", 150, 15) -- This would make the healthbar 150 pix wide by 15 pix tall function resizeGauge(gaugeName, width, height) for _,g in pairs(gauge...
by demonnic
Tue Dec 22, 2009 11:18 pm
Forum: Help Forum
Topic: Formatting (e.g. title case, lower case, etc.)
Replies: 7
Views: 6974

Re: Formatting (e.g. title case, lower case, etc.)

also, for title case, I found the following function online, which may be useful: function titlecase(str) local buf = {} for word in string.gfind(sel, "%S+") do local first, rest = string.sub(word, 1, 1), string.sub(word, 2) table.insert(buf, string.upper(first) .. string.lower(rest)) end ...
by demonnic
Tue Dec 22, 2009 11:15 pm
Forum: Help Forum
Topic: Formatting (e.g. title case, lower case, etc.)
Replies: 7
Views: 6974

Re: Formatting (e.g. title case, lower case, etc.)

not sure what you mean by titlecase, unless you mean First Letter Of Every Word Capitalized


as for all upper and all lowercase, I would suggest string.upper() and string.lower() as perhaps the best answer
by demonnic
Tue Dec 22, 2009 5:08 pm
Forum: Mudlet Development
Topic: Welcome screen
Replies: 9
Views: 7899

Re: Welcome screen

I quite like this, it provides easy access to your most often played MUDs, and i happen to really like our logo, so placing it on the front screen like that appeals to me. Perhaps a checkbox beneath the list of most recently payed muds to open in 'emergency stop' mode, too? That way if you bork your...
by demonnic
Mon Dec 21, 2009 8:28 pm
Forum: Help Forum
Topic: Display issues (doubling and delays).
Replies: 9
Views: 6800

Re: Display issues (doubling and delays).

Wonderful! I'm glad it's working properly for you now.
by demonnic
Tue Dec 15, 2009 9:40 pm
Forum: Help Forum
Topic: Autosipper Isn't Working
Replies: 5
Views: 4783

Re: Autosipper Isn't Working

Sorry about that gents, forums are fixed now, upload files to your heart's content
by demonnic
Thu Dec 10, 2009 6:07 am
Forum: Scripts & Packages
Topic: Introducing: Mantis for Lusternia - Beta Release 5.0.1
Replies: 72
Views: 49167

Re: Introducing: Mantis for Lusternia

Alright, time to start playing lusternia again.. I'll see what I can't do about learning a thing or two about all this and helping debug/expand/etc. Mantis.