Page 1 of 1

Feature Request: getBorder

Posted: Tue Apr 20, 2010 5:08 pm
by tsuujin
It would make scripting certain things much easier if we had access to retrieve the current border layout from Mudlet. I propose:

getBorders(): Returns a complete listing of the borders. usage would be: top,bottom,left,right = getBorders()
getBorderLeft(), getBorderRight(), getBorderTop(), getBorderBottom(): returns the numerical border of that side.

Re: Feature Request: getBorder

Posted: Tue Apr 27, 2010 12:47 am
by Oneymus
Seconded.

Re: Feature Request: getBorder

Posted: Thu Apr 29, 2010 8:30 pm
by demonnic
thirded

Re: Feature Request: getBorder

Posted: Thu Apr 29, 2010 8:40 pm
by Vadi
I don't think individual commands are necessary because you could simply use _, rightBorder, _, _ = getBorders(). It would save on code copy/pasting both in mudlet and manual!