Recent content by nmonster

  1. N

    How do I make Jscript interact with an EXE or MUD (game)?

    Zmud, MUSHClient and Tinyfuge all have scripting functionality, and nearly every MUD client has "triggers" that automatically respond to sends from the MUD.
  2. N

    How do I make Jscript interact with an EXE or MUD (game)?

    There are thousands of different MUDs, few with the same rule sets. This MUD allows scripting, and the creator of the mud condones it. In fact, most muds do allow scripts, just not outrageous ones that completely automate the character for days on end. You could choose to not read the entire...
  3. N

    How do I make Jscript interact with an EXE or MUD (game)?

    I'm trying to write Jscript code that will interact with a MUD for me. A MUD is a Multi-User Dungeon. It's a text-based online game. The server sends the names and descriptions of places and things for the player to interact with. What I need to know is: 1) How do I pass information from an...
Back
Top