Hello again. So I've started to script, thanks to the tutorials I have in my drive. Got them working just today. I have a question about assigning variables. Basically, what I want is...
I want to assign an enemy a simple level number. For example, a Basilisk is assigned a variable level 2. So to go on, for example:
Skeleton - assigned a variable named enemy level with the value of 1
Basilisk - assigned a variable named enemy level with the value of 2
How can I get this done? I made this on Game_Battler where I assigned it to an attribute accessor but I have no idea after that.