← Back to team overview

mudlet-makers team mailing list archive

Re: [Bug 1114588] Re: Custom exit lines should be possible to be added from scripts

 

custom lines already have a bunch of line styles to chose from. 
connect(a,b) won't do because custom lines are no room connections but 
one directional point lists.
you'd need a addCustomLine( roomID, luaTablecontainingTheLinePoints)

Am 08.03.2013 03:50, schrieb Chris:
> We could make a new linestyle for non-cardinal exits (or better yet,
> make a function, call it connectRooms(a,b) that draws a default line,
> and have optional arguments for different line styles (the ones Qt has
> available)).  We could expand the existing room exit adding code to take
> this optional argument as well for future use.
>

-- 
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