Search found 15 matches

by beckham894
Sat Jun 11, 2022 8:30 am
Forum: Scripts & Packages
Topic: Telegram Connector Package
Replies: 1
Views: 14634

Re: Telegram Connector Package

Very very very useful, this script deserves a thumb up.
by beckham894
Sat Mar 20, 2021 7:59 am
Forum: Scripts & Packages
Topic: Cross Profile Communication - CPC
Replies: 7
Views: 8742

Re: Cross Profile Communication - CPC

Nope it was expandAlias problem. Using cps:handleCommand result is the same
by beckham894
Sun Mar 14, 2021 7:17 pm
Forum: Scripts & Packages
Topic: Cross Profile Communication - CPC
Replies: 7
Views: 8742

Re: Cross Profile Communication - CPC

I also found one strange thing while testing the code. lets say i have the below code setup: sendAll("get water from bag", "give water to (profile A/B)", false) expandAlias("#bid (profile A/B) put water in bag", false) when fire from profile A, the code work perfectly. ...
by beckham894
Sun Mar 14, 2021 11:54 am
Forum: Scripts & Packages
Topic: Cross Profile Communication - CPC
Replies: 7
Views: 8742

Re: Cross Profile Communication - CPC

One more friendly reminder is that the profile name must be in one single word in order to make #bid command works.
by beckham894
Sun Mar 14, 2021 10:39 am
Forum: Help Forum
Topic: Mudlet Control Across Different Profile
Replies: 18
Views: 9267

Re: Mudlet Control Across Different Profile

Vadi wrote:
Mon Feb 15, 2021 11:17 am
Check out viewtopic.php?p=46330#p46330
thanks, i have installed the package and working on it now!
by beckham894
Sat Jan 30, 2021 2:09 pm
Forum: Help Forum
Topic: Mudlet Control Across Different Profile
Replies: 18
Views: 9267

Re: Mudlet Control Across Different Profile

I've tried it out and it does not do that, so I think you'll need to do some digging on your side to find out what's going wrong. I can only give you so much here :) i tried it again and it is the same, i have gone as far as open a new blank profile to update the send-text-to-all code both of my pr...
by beckham894
Sat Jan 30, 2021 12:49 pm
Forum: Help Forum
Topic: Mudlet Control Across Different Profile
Replies: 18
Views: 9267

Re: Mudlet Control Across Different Profile

I don't know what you're saying, but you can have a look at https://wiki.mudlet.org/w/Manual:Event_Engine for details on how it works. I've tried it out and I'm not getting the same issue you described. Are you trying to use : in combination with the script provided in this thread or... ? Nope I am...
by beckham894
Thu Jan 28, 2021 6:50 pm
Forum: Help Forum
Topic: Mudlet Control Across Different Profile
Replies: 18
Views: 9267

Re: Mudlet Control Across Different Profile

That is a dilemma... i use "send-text-to-all-games" alias too, there will be times I want both profile send the same cmd... The event "sysSendAllProfiles" will always trigger multiple times? for example if i register another "sysSendAllProfiles", that all 3 event will f...
by beckham894
Wed Jan 27, 2021 5:50 pm
Forum: Help Forum
Topic: Mudlet Control Across Different Profile
Replies: 18
Views: 9267

Re: Mudlet Control Across Different Profile

> So registerAnonymousEventHandler is required for EACH function I want to call upon globally (or set it up in script window)? No because a single function calls all others as needed. You just need to define them in the same way control.updateStatus is > 2. it sends a cmd "updateStatus" T...
by beckham894
Tue Jan 26, 2021 12:52 pm
Forum: Help Forum
Topic: Mudlet Control Across Different Profile
Replies: 18
Views: 9267

Re: Mudlet Control Across Different Profile

Check out https://wiki.mudlet.org/w/Manual:Event_Engine which explains how to work with events, that'll get you a long way! You can't register a function globally, you register it within each profile (so you can customise it if you want) and when the global event fires, every profile will locally c...