ID:160900
Jul 12 2008, 7:53 am
|
|
Ok, so I'm sick of input popup boxes, and I'm trying to figure out how I would get infomation from the user, with the use of input. Like Text-based...
|
Lundex wrote:
Ok, so I'm sick of input popup boxes, and I'm trying to figure out how I would get infomation from the user, with the use of input. Like Text-based... You'll have to be more specific about what you're trying to do. |
In response to Theosco
|
|
No, no popup box....like you see in muds..
|
In response to Foomer
|
|
Basically, like this
What do you want your name to be? (Nothing but text) You type in James. Are you sure you want your name to be James? Y or N You type in Y or yes. What is your password I figure you get the basic idea.. |
In response to Lundex
|
|
var/Name = input("What do you want your name to be?","Name") as text |
In response to Jemai1
|
|
What you would want is either a command parser or text parse
ID:551408 - command parser Just do a quick forum search and you can find a lot. |
like that?