Reply to this subject
Start a new subject
 
Refresh page
Pages: 1 2
| Posted by |
Demonsurfer
USA (256 posts) bio
|
| Date |
Wed 11 Dec 2002 04:15 PM (UTC) [ quote
] |
| Message |
No pressure or anything Nick, just been looking at release notes and wondering if you have an ETA on vers 3.33 and also if it will include changes to aliases in line with existing trigger properties (in particular if you can send direct to variables rather than using a separate script to set them)
cheers :) | top |
|
| Posted by |
Demonsurfer
USA (256 posts) bio
|
| Date |
Reply #1 on Wed 11 Dec 2002 06:15 PM (UTC) [ quote
] |
| Message |
Another thing along the same lines.. I have a bunch of variables where 2 triggers for each variable sets the staus of that variable to either 'on' or 'off'. However, using triggers to send to variable requires putting the variable name as the trigger label, and of course because you cannot currently have 2 triggers with the same label, this again neccessitates having one of each 'pair' of triggers call a sub-routine script instead. This may also cause the same work around if aliases allow sending direct to variables too in the future.
Now I know you can't possibly allow 2 triggers to share the same label as this will cause all sorts of problems with other scripts that enable/disable triggers. As a suggestion, would it be feasible to instead create a new field for the variable name so that multiple triggers (and aliases one day too I hope) can send direct to the same variable without needing to script a separate sub-routine for 1 of them?
It's not a biggie since the sub-routine method works fine at the moment, but it would make things a lot cleaner imho.
I look forward to your comments :)
| top |
|
| Posted by |
Nick Gammon
Australia (18,770 posts) bio
Forum Administrator |
| Date |
Reply #2 on Sun 15 Dec 2002 12:39 AM (UTC) [ quote
] |
| Message |
I am now in the difficult position where I have done a lot of work to implement custom keymapping (eg. so you can make Ctrl+T be "take", or run script "OnTake", or even disconnect the MUD). However it is a big job, bigger than I expected because of the problems with multiple contexts. eg. if there is no world open then certain keys still need to do things (eg. Shift+Ctrl+C for quick connect), so they can hardly be stored in the world file, as there is no world open.
I also wanted to move away from storing things in the Registry, so it is now a project to move global settings from the Registry, do custom keymaps, and allow for overrides (eg. if a particular key will be the same in all worlds you don't want to have to enter it every time).
This won't be finished for a while, certainly not by Christmas, so the other, more minor, things need to be deferred a bit.
I would suggest, late February for the next version. Sorry it can't be sooner. |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | top |
|
| Posted by |
Demonsurfer
USA (256 posts) bio
|
| Date |
Reply #3 on Sun 15 Dec 2002 01:54 AM (UTC) [ quote
] |
| Message |
| No worries Nick, thanks for the update :) | top |
|
| Posted by |
Demonsurfer
USA (256 posts) bio
|
| Date |
Reply #4 on Thu 13 Mar 2003 10:25 PM (UTC) [ quote
] |
| Message |
Hi Nick :)
any update on 3.33 ETA yet, or am I better off to d/l 3.32 and start rewriting script now for trigger groups etc? (ie is it at least a week or more away).
Sorry again for nagging, just keen to make these changes to my script. | top |
|
| Posted by |
Nick Gammon
Australia (18,770 posts) bio
Forum Administrator |
| Date |
Reply #5 on Fri 14 Mar 2003 12:20 AM (UTC) [ quote
] |
| Message |
| I'm working on it right now, and my mind is boggling looking at Neva's colourtell problem. It seems to be related to recursive calls to the display routine but I'm not sure exactly how. If I don't go insane first, it should be today or tomorrow. ;) |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | top |
|
| Posted by |
Demonsurfer
USA (256 posts) bio
|
| Date |
Reply #6 on Fri 14 Mar 2003 12:42 AM (UTC) [ quote
] Amended on Fri 14 Mar 2003 12:48 AM (UTC) by Demonsurfer
|
| Message |
Excellent!
re the colour tells, I've found that if you're doing a series of mixed colour tells in one line like that, the last one in the 'series' needs to be a World.ColourNote, the previous ones all scripted as World.ColorTell. It appears that the same applies if you're doing 2 separate routines where there is no activity between them being run, if that makes sense. Try that.
p.s. I'd loan you a straight jacket, but it's in use. :)
umm.. I'll repost that on the relevant thread. | top |
|
| Posted by |
Nick Gammon
Australia (18,770 posts) bio
Forum Administrator |
| Date |
Reply #7 on Fri 14 Mar 2003 12:52 AM (UTC) [ quote
] |
| Message |
| I think the problem is, you don't necessarily know which is the last colourtell. |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | top |
|
| Posted by |
Demonsurfer
USA (256 posts) bio
|
| Date |
Reply #9 on Sat 15 Mar 2003 04:07 AM (UTC) [ quote
] |
| Message |
Awesome thanks Nick, been testing out 3.33 and it's all good :)
If I had to make a suggestion, the only thing I miss is when I have an alias that sets a variable, my input (what I'm typing) is not echoed in the display, whether omit from output is selected ot not. Not a major but it's good to check if I mistyped the variable :) | top |
|
| Posted by |
Nick Gammon
Australia (18,770 posts) bio
Forum Administrator |
| Date |
Reply #10 on Sat 15 Mar 2003 04:46 AM (UTC) [ quote
] |
| Message |
| Oops, I'll fix that. |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | top |
|
| Posted by |
Demonsurfer
USA (256 posts) bio
|
| Date |
Reply #11 on Sat 15 Mar 2003 04:51 AM (UTC) [ quote
] |
| Message |
| Actually it appears any alias that calls a script does not echo the alias either.. part of the same problem as above I guess? | top |
|
| Posted by |
Demonsurfer
USA (256 posts) bio
|
| Date |
Reply #12 on Sat 15 Mar 2003 05:15 AM (UTC) [ quote
] |
| Message |
| unrelated, but is there a way to clear the history list of worlds previously opened in the file menu? | top |
|
| Posted by |
Nick Gammon
Australia (18,770 posts) bio
Forum Administrator |
| Date |
Reply #13 on Sat 15 Mar 2003 07:02 AM (UTC) [ quote
] |
| Message |
| Can you repost that in a new subject? Just to help others who may have that query later. |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | top |
|
| Posted by |
Nick Gammon
Australia (18,770 posts) bio
Forum Administrator |
| Date |
Reply #14 on Sat 15 Mar 2003 07:34 AM (UTC) [ quote
] |
| Message |
Quote:
Actually it appears any alias that calls a script does not echo the alias either.. part of the same problem as above I guess?
It is not the identical problem - that has been there for a while, but I will fix that too. |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
5,465 views.
This is page 1, subject is 2 pages long: 1 2
Reply to this subject
Start a new subject
 
Refresh page
top
Comments to:
Gammon Software support
Forum RSS feed ( http://www.gammon.com.au/rss/forum.xml )