by the way is there any way i could maybe create a function beforehand and make each monster a member of the function, if so can you please show me what to do, because if i can do this it will save...
I posted on these forums for help, I did not say I would not do it myself (and i didn't ask you to do it for me), I am new to this language and still learning, I don't know how to simplify it, i just...
/************* FOR GETTING MONSTER RELATED INFORMATION *************/
var GetAttack = function(monster)
{
return monster['Atk'];
};
var GetDefense =...
can someone please help me simplify the following code and email me at bigbrother328@cox.net, I want it so that all the monsters and moves are defined before hand and then doing something like...