Can I have a list of the access points of the entire map, or the contrary, have I list of all triggering tiles in the map?
I'm thinking of creating an xml file that maps all the rooms in the virtual world and connects rooms together by means of access point and not coords.
Thanks.
Map access points list
I don't want to use coords in the xml - that can change each time I change the room design. I need it to be flexible.
I want to associate an ID with each access point (in the params field) so that an access point functions as an enterence point and a departure point as well.
By the way, can I tell an avatar to show in a specified access point when he enters the room? the AvatarCreationParams class does not allow that.
I want to associate an ID with each access point (in the params field) so that an access point functions as an enterence point and a departure point as well.
By the way, can I tell an avatar to show in a specified access point when he enters the room? the AvatarCreationParams class does not allow that.