mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #03010
[Bug 1114588] Re: Custom exit lines should be possible to be added from scripts
I think an abstract implementation with a lua table may work well as Heiko described, but I'd be for a more dynamic syntax:
A syntax with: addCustomLine(RoomID, RoomID or lua table, line-style, line-color)
The line-style/color will be optional arguments that have a default
value.
The RoomID-RoomID would be the general use case for me and most people
who want a way to script special exits with something like a dashed
line, and will be resistant to moving rooms in the future.
Those who want to get fancy can use the lua table of points.
--
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
https://bugs.launchpad.net/bugs/1114588
Title:
Custom exit lines should be possible to be added from scripts
Status in Mudlet the MUD client:
New
Bug description:
Please add possibility to add custom exit lines between two rooms using LUA scripts or possibility to connect rooms with special exits with visual lines on map.
Currentlu GUI only version exists and even with that it is not possible to connect rooms, just draw a line that does move with rooms.
Mudlet: 2.1
To manage notifications about this bug go to:
https://bugs.launchpad.net/mudlet/+bug/1114588/+subscriptions
References