Hi,there
Evennia is a great tool to make good game. These days i am studying it.
There is a question in front of me and I can't find it out(Im newbie, but I Love the system), please help me for a while.
The question is:
In ajax webclient, how to implement this(the blue text is hyperlink of command):
Change:
Exit: large red door, southwest, north, tutorial, chargen
You see: button
--------------------------------------------------------------------------------
To
Exit: large red door, southwest, north, tutorial, chargen
You see: button
the html code behind is like:
Exit: <a href="large red door">large red door</a>, <a href="southwest">southwest</a>, <a href="north">north</a>, <a href="tutorial">tutorial</a>, <a href="chargen">chargen</a>
You see: <a href="look button">button</a>
So, when players click these hyperlink, the webclient will send the command to sever and get respons.
The click style in webclient from ios android device will be great.
Please help me,
Thanks a lot.