How would I retrieve information from the command list?
Example...
In Lua the code for what I'm looking for is
Is it the same with VBS?
Example...
Quote:
User enter command-1st command
Mud sent text- Beep,Beep, Beep
User Enter command- 2nd command
More mud sent text - BEEP...
set off trigger that activates a function that uses the line of code that repeats command - 1st command.
User enter command-1st command
Mud sent text- Beep,Beep, Beep
User Enter command- 2nd command
More mud sent text - BEEP...
set off trigger that activates a function that uses the line of code that repeats command - 1st command.
In Lua the code for what I'm looking for is
GetCommandList(#)
Is it the same with VBS?