ID:173108
 
Ok If I want a click proc to loop what do I do?
?
In response to Darkfirewolf5
You clarify your question.
In response to Garthor
ok Is there a way to make the user do the Click proc again
like
Example()
usr << "123"
usr.Example()
It loops that proc
but for what I need I need the Click() on the mob to loop
In response to Darkfirewolf5
Just spawn() off a proc when you Click(), then use a while() proc to continue that spawned off proc instead of trying to loop a pre-defined feature.