consistent handling of exit arguments
Bug #1214859 reported by
Chris
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mudlet |
Fix Released
|
Wishlist
|
Chris |
Bug Description
Allow all forms of directions to be provided as inputs for lua functions (numeric, long, short). Will take the form of a general handler each function calls.
Changed in mudlet: | |
status: | New → Confirmed |
importance: | Undecided → Wishlist |
Changed in mudlet: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Some research reveals these as the commands which will be expanded to accept all directional possibilities:
setExitWeight - takes string, command passed as string
addCustomLine - string direction, command passed as string
setExit - number, dir passed as #
lockExit - all #'s
hasExitLock - all #'s
setExitStub - all #'s
connectExitStub - all #'s