ID:171771
 
I tried to use the one from dbz zeta rips but it didnt work I kept gettin an error proc cannot be inside another proc... so can anyone help me? here's how I want it-

1.you pick a village(leaf,this is all for now I cna add more later)

2.you pick a person(if leaf)(Naruto,Sasuke,again for now)(if somethin else)(someone)

3.you can only have 1 character and I also want unlockable characters so I dunno how to do that too...

thanx if anyone can help...
I will give you a huge bombshell of a tip right here: throw out that Zeta code and never look at it again.

As for numbers 1 and 2 in your short list there, look up the input function and learn how to use it. That is what you want to use for such things.
mob/verb/Input_Test()
var/input=input("Select something.","Input Test")in list("input1","input2","input3","input4")
src<<"You selected [input]."