how would i make a reference var to verify the following choice:
/mob.client/New()
input("What job would you like to have?" in list("Construction worker","Metro worker"))
I have my reasons for not using mob/Login()
ID:148651
Nov 25 2002, 7:14 pm
|
|
It should be:
Then to make a var equal the choice they select, you simply have the var = the input proc.
So it would look something like this:
Make sure that you define the variable first. Also, Im pretty sure that /mob.client/New() should be client/New().
Also, you should put a ..() at the start of the proc.
-DogMan
[Edit: I forgot to add a ..() stuff]