Okay, guys. I'm sorry if this is at all redundant to other posts/topics, but I tried looking through them all and I didn't find much relevant. I'm using VBScripts, and I am rather new to the whole business. To cut to the chase, here's the issue:
I am trying to go through a certain area on my MUD and attack different MOBs using only the numpad. The inherent difficulty here is that there are a number of different mobs with different keywords.
So, my plan is to make a variable called "mob" and have a trigger for each different mob.
As in, trigger "a skeleton is here, etc. etc." to store "skeleton" in variable "mob." Soooo, that's all working so far. However, the next problem is... how do I make a numpad key SEND what is stored in "mob?"
I figured I might be able to write a script that does this all without even using MUSHClient's graphical Alias/Trigger/Variable features, but I really am so far at a loss for how I would do it even with a completely scripted function (I only really know how to write small things, like subroutines).
If anyone can help/provide insight, I would greatly appreciate it.
I am trying to go through a certain area on my MUD and attack different MOBs using only the numpad. The inherent difficulty here is that there are a number of different mobs with different keywords.
So, my plan is to make a variable called "mob" and have a trigger for each different mob.
As in, trigger "a skeleton is here, etc. etc." to store "skeleton" in variable "mob." Soooo, that's all working so far. However, the next problem is... how do I make a numpad key SEND what is stored in "mob?"
I figured I might be able to write a script that does this all without even using MUSHClient's graphical Alias/Trigger/Variable features, but I really am so far at a loss for how I would do it even with a completely scripted function (I only really know how to write small things, like subroutines).
If anyone can help/provide insight, I would greatly appreciate it.