How does one load a map?

All and any discussion and development of the Mudlet Mapper.
User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: How does one load a map?

Post by Vadi »

You can store room descriptions via user data as well: http://bazaar.launchpad.net/~mudlet-mak ... .cpp#L7437

ie

setRoomUserData(314, "description", "A sunny beach.")
echo(getRoomUserData(314, "description"))

This means that you can store any data you want with rooms - including tags and etc...

Post Reply