Search found 21 matches

by baerden
Fri Mar 20, 2015 10:04 pm
Forum: Help Forum
Topic: Temp Timers and actual Time
Replies: 3
Views: 3560

Temp Timers and actual Time

So, what i'm trying to do, is make a timer that will fire at a specific time of day. Is there any functionality that will do this? Basically what i'm doing is there is a 'vote' command in the mud. When I type vote I'm going to create a tempt timer that will look at the current time, then add 12 hour...
by baerden
Fri Feb 20, 2015 7:06 pm
Forum: Scripts & Packages
Topic: Animated timers using Geyser
Replies: 21
Views: 31478

Re: Animated timers using Geyser

Aha! That worked. I knew it had something to do with being a string but I wasn't sure how to deal with it.

Now I know, and knowing, is half the battle.

Go Joe!
by baerden
Fri Feb 20, 2015 6:38 am
Forum: Scripts & Packages
Topic: Animated timers using Geyser
Replies: 21
Views: 31478

Re: Animated timers using Geyser

Hi. I'm trying to pass a variable from a trigger to the gauge and its not working. I have a perl regex trigger to capture the number. Roundtime: (\d+) seconds. And here is the rest of the script. Its failing to initialize a timer at all. How do I pass a variable to start a timer? GuageRoundtime = ma...
by baerden
Mon Feb 16, 2015 2:55 am
Forum: Help Forum
Topic: Screen Readers?
Replies: 1
Views: 2171

Screen Readers?

Hi everyone. Question about mudlet that pops up on our mud every so often:

we have a bunch of vision impaired people, is there any known scripts or plugins to make it more accessible to screen readers?
by baerden
Fri Feb 13, 2015 6:48 am
Forum: Help Forum
Topic: Trigger off an echo?
Replies: 6
Views: 6224

Re: Trigger off an echo?

In case you were wondering, this is the plugin information that the mud sends out to update the graphical elements in our front end. %%%CG,1360,0,1,0,1,0,0,0,6,4,0,0,0,3,5,chest,3,0,0,2,1,0,0,3,0,0,2,3,1,2,3,0,0,0,1,0,15,the Udemi branch of Tse Gaiyan,1608.25,4250,CG%%% %%%SK,@Skills:@Marksmanship: ...
by baerden
Fri Feb 13, 2015 6:46 am
Forum: Help Forum
Topic: Trigger off an echo?
Replies: 6
Views: 6224

Re: Trigger off an echo?

I think I figured out whats going on. Usually the gagged plugin output only updates a few seconds, but it immediately updates on any input, like a prompt. When it does this I think its repeatedly doing the feedtrigger. I'll have to some up with some other way of doing this. The reason I started down...
by baerden
Fri Feb 13, 2015 6:04 am
Forum: Help Forum
Topic: Trigger off an echo?
Replies: 6
Views: 6224

Re: Trigger off an echo?

Thank you this is exactly what I was looking for! However, its not functioning corectly. Our mud front end sends out a plugin text every second thats gagged and uses the information in it to set our client elements, thats where i'm grabbing the roundtime variable. Here is a screen shot of the offend...
by baerden
Fri Feb 13, 2015 4:23 am
Forum: Help Forum
Topic: Trigger off an echo?
Replies: 6
Views: 6224

Trigger off an echo?

So, I have a trigger that sets my round time, and when it reaches 0 it echoes "You have regained your balance.". I'm using this text to let other triggers know when they can fire. My triggers arent working with any combination of things, and I'm curios if you can trigger off of echoes at a...
by baerden
Sat Jul 20, 2013 9:28 pm
Forum: Scripts & Packages
Topic: Simple Window Manager
Replies: 31
Views: 43369

Re: Simple Window Manager

I see thanks!

FYI, it may be assumed ( But I didnt know cause of my noobiness ) that the parameters are supposed to be enclosed in quotes.

I only mention this because in the script comments on syntax usage don't have quotes enclosing them.

Thanks again!
by baerden
Sat Jul 20, 2013 7:19 pm
Forum: Scripts & Packages
Topic: Simple Window Manager
Replies: 31
Views: 43369

Re: Simple Window Manager

I gave a quick stab at using this. I'm not sure if I installed the framework correctly. I simply downloaded the script text file and copy/pasted into a new script. I suspect I did not install it correctly. I've read the comments in the code section, and I THINK I understand how to use it. I did some...