MXP Entities

Posted by Rene on Sun 03 Dec 2017 06:23 AM — 4 posts, 20,575 views.

#0
How do I get a list which MXP entities are being sent from the MUD that I can use?
Thanks.
Australia Forum Administrator #1
What do you mean "that I can use"? Use in what way?
#2
Meaning how can I get a list of what entities the MUD is sending me? Like all possible entities.
Australia Forum Administrator #3
Not really, because the server can define its own entities. See:

http://www.gammon.com.au/forum/?bbsubject_id=223

You can find the inbuilt entities by using a scripting Immediate window and executing:


Debug ("entities")



You can find out what entities the server has defined so far (and their current values) by executing:


Debug ("server_entities")


However that won't be "all possible" entities - it will be the ones that have been defined so far. Quite possibly they won't change if you connect and the server defines them early on in the login process.