ID:270307
 
hey guys,


Choose your character
Boy
Girl


Say I choose Boy


Do you want to pick boy?
Yes
No

and i pick no.

How can I make it so that It goes back to the choose your character list? how do i use the return proc? thanks

~Gundam
Look up tutorials, read DM guide, F1 (reference) and look for input()
In response to Mysame
kk thanks.
Look up loops, especially the do-while format of the while loop.
do
character = input("choose character")
if(alert(character, "Sure?", "Yes", "No") == "No")
character = null
while(!character)