Ive had a similar problem before.
Mine was caused be me not pushing the Add button before trying to create a new script, trigger etc.
Not saying this will be your problem though.
Matak
Search found 9 matches
- Tue Mar 06, 2012 10:33 am
- Forum: Help Forum
- Topic: Mudlet cant save?
- Replies: 3
- Views: 4754
- Sun Feb 05, 2012 12:43 am
- Forum: Help Forum
- Topic: ctrl+shift+z opens mudlet??? how to remove?
- Replies: 14
- Views: 17760
Re: ctrl+shift+z opens mudlet??? how to remove?
Happens to me also - no shortcuts or anything created myself.
Win7 also.
Win7 also.
- Mon Oct 31, 2011 9:33 am
- Forum: Help Forum
- Topic: Trying to capture lines with only one text colour
- Replies: 13
- Views: 15454
Re: Trying to capture lines with only one text colour
OK I found out how to do what i was after. Thanks to everyone for the ideas and assistance. This is how i did it in the end - may help someone else. I used a perl regex trigger of "\s*\w" Then in script the following selectString( matches[1], 1 ) if isAnsiFgColor( 8 ) then selectCurrentLin...
- Sat Oct 29, 2011 4:16 am
- Forum: Help Forum
- Topic: Trying to capture lines with only one text colour
- Replies: 13
- Views: 15454
Re: Trying to capture lines with only one text colour
Tried that already and it didnt work but i gave it another go with what you supplied in case i messed something up originally. Text from mud This is some information from the mud color trigger on blue (colors in this post wont be exactly accurate) selectString( matches[1], 1 ) -- here matches[1] is ...
- Sat Oct 29, 2011 2:43 am
- Forum: Help Forum
- Topic: Trying to capture lines with only one text colour
- Replies: 13
- Views: 15454
Re: Trying to capture lines with only one text colour
I thought i posted another message but doesnt look like i stuffed up somehow. OK so what i want is to find the colour of the first character on each line and if it matches a colour in a list i have then process it. Unfortunately there are no text matches that i can do on these lines. Totally random ...
- Fri Oct 28, 2011 2:56 pm
- Forum: Help Forum
- Topic: Trying to capture lines with only one text colour
- Replies: 13
- Views: 15454
Re: Trying to capture lines with only one text colour
Thanks for the suggestions. Ive realised that i dont need the whole line checked - only the first character of each line. What ive come up with is the following. It doesnt quite work as it never echos match but im hoping its not too far wrong. I guess i dont understand how isAnsiFgColor works or wha...
- Wed Oct 26, 2011 8:03 am
- Forum: Help Forum
- Topic: Trying to capture lines with only one text colour
- Replies: 13
- Views: 15454
Re: Trying to capture lines with only one text colour
Thanks for the reply. I guess i didnt word my question well enough. This is currently what I am doing. However, what im trying to do extra is only match lines where all text is the foreground colour - not just one character. As mentioned ive tried using selectString in combination with the above but...
- Tue Oct 25, 2011 1:16 pm
- Forum: Help Forum
- Topic: Trying to capture lines with only one text colour
- Replies: 13
- Views: 15454
Trying to capture lines with only one text colour
Hi, After a little help with some scripting to create a trigger. Ive used some code from one of the tabbed chat packages that looked close to what i wanted. What id like to do is find lines that contain only a certain fg colour. So with a color trigger set to the correct fg and bg colors the followi...
- Tue Jul 19, 2011 2:49 am
- Forum: Help Forum
- Topic: Scandic letters (ÄÖÅ)
- Replies: 3
- Views: 4409
Re: Scandic letters (ÄÖÅ)
As a workaround to this check out the following link
http://sydaby.eget.net/emig/emig/scands.htm
I know its a long way around but ive made it work for the french characters also.
http://sydaby.eget.net/emig/emig/scands.htm
I know its a long way around but ive made it work for the french characters also.