- Joined
- Sep 17, 2012
- Messages
- 1,466
- Reaction score
- 144
- First Language
- English
- Primarily Uses
I do not want too much help on this, if it's done for me I won't learn.
However, how do I find out how to manipulate enemy stats via scripts (in battle).
Now I have a system in mind, and I plan on starting to write the script soon, but I need to a few things:
Script calls on enemy stats, and script calls on having enemy's learn skills based on the system (This will probably be done by note tags).
Secondly the script call for control variables (I think this is what I'm going for).
For example here is what the set-up will look like:
control_variable = 100
easy = 0
normal = 1
hard = 2
insane = 3
if easy
blah blah blah
etc etc.
You get the point, I think.
EDIT: Also this is only a side project as I'm doing something far more important. But I would still like to get a simple one up and going before going too advanced.
However, how do I find out how to manipulate enemy stats via scripts (in battle).
Now I have a system in mind, and I plan on starting to write the script soon, but I need to a few things:
Script calls on enemy stats, and script calls on having enemy's learn skills based on the system (This will probably be done by note tags).
Secondly the script call for control variables (I think this is what I'm going for).
For example here is what the set-up will look like:
control_variable = 100
easy = 0
normal = 1
hard = 2
insane = 3
if easy
blah blah blah
etc etc.
You get the point, I think.
EDIT: Also this is only a side project as I'm doing something far more important. But I would still like to get a simple one up and going before going too advanced.
Last edited by a moderator:

