Jump to content

Inputbox = functions?


Recommended Posts

ok well i was wondering.... is there a way you can set a certain imput to lead to a certain function? like here's an example.....

$Char=InputBox("Character Select","Please select your character position:","","*M","200","100")

and if you entered 1 into that input box it would lead to this function

Func UnPause()
      Send("{TAB}{ENTER}")
   EndFunc

if not then is there any suggestions as to either a way to do it throu .ini, or any way possible to chose a function (even throu GUI if neccesary, but i'd perfer throu input boxes)

Edited by TK_Incorperate
Link to comment
Share on other sites

  • Moderators

$Char=InputBox("Character Select","Please select your character position:","","*M","200","100")

If $Char = 1 Then UnPause()

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...