var/attack = pick(atk1(),atk2(),atk3(),atk4(),atk5())
How would I executer that? I know you can't do src.attack, but, please, helpeth me. :(
Thanks for reading the post.
ID:268839
![]() Nov 29 2004, 12:11 pm
|
|
var/attack = pick(atk1(),atk2(),atk3(),atk4(),atk5())
How would I executer that? I know you can't do src.attack, but, please, helpeth me. :( Thanks for reading the post. |
> var/attack = pick(atk1(),atk2(),atk3(),atk4(),atk5())
Not sure you can do it that way but you could always do this:
I think this is what you are trying to achieve? If not let me know and explain to me what you are, then I can help you.
--Man