ID:168293
Nov 8 2005, 1:38 pm
|
|
Heres my question, is there a way to allow my players to input a number and repeat a process that many times? I have a very unique system for my game, and need to know if this possible. If it is, could you possibly point me in the right direction to do so, or even show me how to do it. Any help is greatly appreciated.
|
Nov 8 2005, 1:43 pm
|
|
Not exactly sure what you're asking for, but look up while().
|
ex:
mob/verb/Choose_A_Number() |
Yes.
mob/verb/Train() Or: mob/verb/Train() That would do the while as many times there are reps. |
In response to Mecha Destroyer JD
|
|
Thanks for the help guys.
|