Id go with lolland and say use case 1, case 2 etc.
^
He would still need to randomize.
Lolland's way is the best way. Id go with that !!
Numerous ways to randomize, most effective and used (IMO) is Select Case, however it really depends on what you are trying to attempt. Not sure randomizing a monster fight with Select Case is the optimum choice, but functional.
None of those worked for me, the monsters they fight are different forms, I want to know how to randomize your forms.
Just use the select case and instead of just putting
"Monster 2" for case 2 put:
[php]Monster2Form.Show()[/php] or some such code (monster2form is the name of the monster's form