Discussion Overview
The discussion revolves around how to write Jscript code that interacts with a Multi-User Dungeon (MUD), specifically focusing on passing information between an executable (exe) and the Jscript code, as well as sending strings back to the exe's text field. The scope includes technical exploration of scripting within MUDs and potential methods for integration.
Discussion Character
- Technical explanation
- Debate/contested
Main Points Raised
- One participant seeks guidance on how to pass information from an exe to Jscript and how to send strings back to the exe.
- Another participant warns that the inquiry may involve writing software that violates the terms of the MUD, suggesting that explicit "how to" discussions of illegal activities are prohibited.
- Some participants note that there are many different MUDs with varying rule sets, and that some MUDs allow scripting, while others may not condone automation.
- It is mentioned that MUD clients like Zmud, MUSHClient, and Tinyfugue have scripting functionalities and triggers that can respond to MUD communications.
- A participant suggests that the ability to interact with TinyFugue may depend on its public APIs and mentions the need for a hook macro to capture text display.
Areas of Agreement / Disagreement
Participants express differing views on the permissibility of scripting in MUDs, with some asserting that certain MUDs allow it while others caution against potential violations of terms. The discussion remains unresolved regarding the specifics of implementing the Jscript interaction.
Contextual Notes
Limitations include the dependence on the specific APIs provided by the MUD clients and the varying rules across different MUDs regarding scripting and automation.