I'm attempting to make it so that certain commands/alias are entered in with 3 second intevals between each one.
Basically, I want to type one command (alias), and have this whole 29-line emoted thing come out, with three seconds inbetween each emote.
Unfortunately, I'm completely clueless; despite having read through a ridiculous amount of help files and posts.
I guess I understand that there needs to be a scripting program that includes the alias's for each thing.
So, From what I gathered, there needs to be something like this:
world.send "alias 1"
world.doafter 3, "alias 2"
world.doafter 6, "alias 3"
Somewhere in a notepad file somewhere.
? But I have no idea where to put it, how to group the alias together, and what screen to put it in.
I'm sorry for being so ignorant.
But I'm in desparate need of help!
Basically, I want to type one command (alias), and have this whole 29-line emoted thing come out, with three seconds inbetween each emote.
Unfortunately, I'm completely clueless; despite having read through a ridiculous amount of help files and posts.
I guess I understand that there needs to be a scripting program that includes the alias's for each thing.
So, From what I gathered, there needs to be something like this:
world.send "alias 1"
world.doafter 3, "alias 2"
world.doafter 6, "alias 3"
Somewhere in a notepad file somewhere.
? But I have no idea where to put it, how to group the alias together, and what screen to put it in.
I'm sorry for being so ignorant.
But I'm in desparate need of help!