Search found 14 matches

by robm06
Mon Feb 27, 2012 4:55 am
Forum: Help Forum
Topic: Cross-session communication?
Replies: 3
Views: 2922

Re: Cross-session communication?

Is that working yet as of rc4?
by robm06
Sat Feb 25, 2012 4:31 pm
Forum: Help Forum
Topic: Cross-session communication?
Replies: 3
Views: 2922

Cross-session communication?

So I have an idea for a script that was created in CMUD awhile back that I just want to see if I could do in Mudlet. It takes the information from one session (say, achaea.com) and pushes it to another session (like imperian.com) What this was used was in a clan that was cross-realm compatible, it w...
by robm06
Tue Aug 24, 2010 2:29 pm
Forum: Help Forum
Topic: SavedVariables.lua
Replies: 1
Views: 2582

SavedVariables.lua

Hi everyone,

So on the Aetolia forums someone posted abunch of starter triggers for their system and it included a SavedVariables.lua file. I'm on a Mac and can't find the folder I'm suppose to put this in. Anyone have any idea?

Thanks.
by robm06
Sat Jul 03, 2010 12:52 am
Forum: Help Forum
Topic: Converting Seconds to Minutes
Replies: 3
Views: 3315

Re: Converting Seconds to Minutes

Denarii wrote:What are you converting to seconds?
Something in the game ticks 40 times, 20 seconds apart. I'm wanting to make a conversion to countdown based on how many ticks are left.
by robm06
Sat Jul 03, 2010 12:20 am
Forum: Help Forum
Topic: Converting Seconds to Minutes
Replies: 3
Views: 3315

Converting Seconds to Minutes

Well, Now that I fixed my last problem, I'm stumped on something new (surprise?) Anyways, I'm wanting to take a number 40 for instance, and do math magic on it to get seconds and then convert the seconds to a minutes display of minutes:seconds remaining. The only thing I could get was a readout like...
by robm06
Fri Jul 02, 2010 10:42 pm
Forum: Help Forum
Topic: cecho in scripts?
Replies: 9
Views: 6209

Re: cecho in scripts?

deleteLine() deletes the entire line before it is wrapped to screen width -> \nfoo\nbar\n is still 1 line at this point and not 2. Consequently, use select & replace instead, but don't forget to call deselect() before you you start you color echos. :D Thank you! I'm not sure if -this- fixed it ...
by robm06
Fri Jul 02, 2010 8:21 pm
Forum: Help Forum
Topic: cecho in scripts?
Replies: 9
Views: 6209

Re: cecho in scripts?

I've about decided I just can't use cecho inside a function in a script. I redid my prompt with the selectLine replace thing and still no luck. edit: Taking it out of the script and straight into a trigger that calls it results in the same thing, no cecho. I commented out my prompt rewrite and every...
by robm06
Fri Jul 02, 2010 5:42 pm
Forum: Help Forum
Topic: cecho in scripts?
Replies: 9
Views: 6209

Re: cecho in scripts?

cecho("\n<red>Need health!\n") Same result :cry: I do have a deleteLine in the beginning because it's replacing the prompt before it calls this script up, added the \n and it didn't have any success :? Edit: As a fix I'm just sending the cecho messages to an empty variable and that is cal...
by robm06
Fri Jul 02, 2010 4:27 pm
Forum: Help Forum
Topic: cecho in scripts?
Replies: 9
Views: 6209

Re: cecho in scripts?

It does the same thing when I switch it to just echo as well and take out all the colors. So I'm still stumped.

I've about decided that I don't really need it telling me what it's doing as long as it does it, but it would be nice if I could toggle it or something.
by robm06
Fri Jul 02, 2010 2:36 pm
Forum: Help Forum
Topic: cecho in scripts?
Replies: 9
Views: 6209

cecho in scripts?

Hi everyone, I'm trying to make a little script to sip health and send -me- a message that it's doing it. I was playing around with scripts so I could learn how to use them. The script will sip health all day long and function like I want it to, but I added in a cecho into the script to send a messa...