prompting for input

Post Reply
ravenwolf
Posts: 2
Joined: Wed Dec 29, 2010 7:41 am

prompting for input

Post by ravenwolf »

I am trying to wrap my head around this.

I have a button setup to trigger an alias that runs a training script.

The Idea is that the start of the script prompts me to tell it what animal and what skill.

From there, my script can petconsider the animal, and use timers to train the animal to max.

I think maybe I should have it Prompt me which animal, then send("petconsider "pet2train)
With a trigger, I can pull how many skills the pet can learn and have a second prompt ask me to pick the skills.

I just can't seem to wrap my head around how to get it to prompt me for the inputs.

Any help would be useful, thank you!

Post Reply