Shindo-Aardwolf / Aardwolf-mapper

blowtorch mapper for aardwolf mud client
GNU General Public License v3.0
3 stars 3 forks source link

handling custom exits aka cexits #1

Open Shindo-Aardwolf opened 6 years ago

Shindo-Aardwolf commented 6 years ago

the functionality to add custom exits still needs to be added. Currently the only way to do this would be with the uid for the target room, which means you need to do quite a lot of home work to add a custom exit. This is not ideal. It would be preferable to have a system similar to that in the Mushclient mapper, that uses the cexit and tests it before adding it to the room it left from.

Malaikat-dev commented 5 years ago

Hi!

Had some time left to Add two features:

.) NEW: MapperCExitSimpleAdd custom exit commands Added CExitSimpleAdd function with just one parameter which checks the exit and only saves if it did work. No need to enter a room number!

.) NEW: MapperCLinkAdd from_uid to_uid custom_exit_commands This was important for me because rooms with cexits can be dangerous so every cexit can be set from a save location.

.) CHANGE: MapperCExitAdd uid custom exit commands

Can upload or send the files.

Malaikat