Greetings,
Firstup great work Nick, good to see another aussie coder establishing himself well.
I have embarked on extending my MUDS MXP support and one of the things i would like to do is send hidden tags to the players each round, detailing the status of their group.
These tags would only be sent under certain circumstances but they would just contain variables for their clients.
Eg:
<Groupmate Name=Vyper CurrentHp=5000 MaxHp=7000>
Now i am still pretty new at the whole MXP thing but i have been able to send the standard Prompt HP and MAXHP to the players clients which set their associated Hp and MaxHP client variables. This allowed for each scripting on their behalf.
I would hope to achieve a similiar solution by setting their client variables but the information isnt actually displayed.
The questions i have are as follows -:
1) Would sending this data in a custom element as above with these attributes be able to set client variables?
2) If not, what would be the best way to do this, keeping in mind that the information isnt actually displayed to the user.
Most of our users unfortunatly are Zmud, so could the answers to these questions please be generic enough to work on both Zmud and Mushclient.
Thanks in Advance
Galen
Firstup great work Nick, good to see another aussie coder establishing himself well.
I have embarked on extending my MUDS MXP support and one of the things i would like to do is send hidden tags to the players each round, detailing the status of their group.
These tags would only be sent under certain circumstances but they would just contain variables for their clients.
Eg:
<Groupmate Name=Vyper CurrentHp=5000 MaxHp=7000>
Now i am still pretty new at the whole MXP thing but i have been able to send the standard Prompt HP and MAXHP to the players clients which set their associated Hp and MaxHP client variables. This allowed for each scripting on their behalf.
I would hope to achieve a similiar solution by setting their client variables but the information isnt actually displayed.
The questions i have are as follows -:
1) Would sending this data in a custom element as above with these attributes be able to set client variables?
2) If not, what would be the best way to do this, keeping in mind that the information isnt actually displayed to the user.
Most of our users unfortunatly are Zmud, so could the answers to these questions please be generic enough to work on both Zmud and Mushclient.
Thanks in Advance
Galen