mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #03648
Re: [Bug 782863] Re: Need enableScript, disableScript function
Disabling a script only disables the event handlers in it, nothing else -
that's why I'm wondering that are the other uses you're hinting at.
A script without event handlers just loads the code into the Lua VM and
that's it. Disabling it won't unload it or anything.
On Wed, Aug 13, 2014 at 3:16 PM, Tony Martin <tony.kaze@xxxxxxxxx> wrote:
> I have two separate projects that would benefit from being able to
> disable script groups en masse. There are workarounds, but it'd just
> make life much simpler to have disableScript( ), and it's honestly
> pretty intuitive that it'd exist. It's also a pretty simple function
> to implement.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/782863
>
> Title:
> Need enableScript, disableScript function
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/mudlet/+bug/782863/+subscriptions
>
--
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
https://bugs.launchpad.net/bugs/782863
Title:
Need enableScript, disableScript function
Status in Mudlet the MUD client:
New
Bug description:
To disable/enable scripts that serve as event handlers.
Tony:
Needed for various other things too. Multiple workarounds exist, but a simple enableScript/disableScript() function needs to exist.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mudlet/+bug/782863/+subscriptions
References