Personal Wormholes

All and any discussion and development of the Mudlet Mapper.
Post Reply
Siduri
Posts: 9
Joined: Wed Jun 26, 2013 7:12 pm

Personal Wormholes

Post by Siduri »

I would like to suggest the addition of a personal wormhole list that overrides the one that we automatically download. Every time the map updates, every wormholes I have manually mapped disappear, and those outdates ones that I had deleted keep returning.

I'm thinking about something that would work a bit like how we leave ROOM MARKS around. Would this be possible?

Veldrin
Posts: 4
Joined: Thu Jul 09, 2009 3:44 am

Re: Personal Wormholes

Post by Veldrin »

the mapper raises the event 'mmapper updated map', so you can make a script that does

if mmp.editing == false or mmp.editing == nil then
mmp.editing = true
enableAlias("mm Mapping")
addSpecialExit(1299, 1180, "worm warp")
mmp.editing = false
disableAlias("mm Mapping")
end

which would create a warp from North of New Thera to the Delos bridge

Siduri
Posts: 9
Joined: Wed Jun 26, 2013 7:12 pm

Re: Personal Wormholes

Post by Siduri »

Mhh, that's -great- thinking. Thanks Veldrin!

Post Reply