- Joined
- May 22, 2013
- Messages
- 56
- Reaction score
- 12
- First Language
- Spanish
- Primarily Uses
After noticing you can do several useful things via script calls I came up with a question (which may have a rather long answer).
What sort of information can I retrieve from the game? (Aiming for numbers and boolean)
In other words...
Can I...?:
Retrieve the number of battles I've been at?
Number of times Item No. X has been used?
Number of deaths? (Or times state no. X has been applied)
Times Enemy No. X was defeated?
Times Player ran away?
Times Skill No. X was used?
And so on...
Or maybe something more general:
Times any state has been applied?
Times any item has been used?
Number of enemies defeated (any).
etc...
(I suppose there isn't any track of these, but it is worth asking).
Can I know the total amount of damage dealt/taken/recovered?
Times a button was pressed?
If an actor currently has equipped X weapon/armor, or has X state? (true/false)
Mostly aiming for those variables I don't have complete control of, because it depends on the player's gameplay.
I know you can tell things such as if the player is running, just wondered what else you can retrieve.
Does anyone has a list of all these retrievable pieces of information?
I'm not aiming to know how to make a script call, but rather to know what things can be script called.
Thank You In Advance~ :3
What sort of information can I retrieve from the game? (Aiming for numbers and boolean)
In other words...
Can I...?:
Retrieve the number of battles I've been at?
Number of times Item No. X has been used?
Number of deaths? (Or times state no. X has been applied)
Times Enemy No. X was defeated?
Times Player ran away?
Times Skill No. X was used?
And so on...
Or maybe something more general:
Times any state has been applied?
Times any item has been used?
Number of enemies defeated (any).
etc...
(I suppose there isn't any track of these, but it is worth asking).
Can I know the total amount of damage dealt/taken/recovered?
Times a button was pressed?
If an actor currently has equipped X weapon/armor, or has X state? (true/false)
Mostly aiming for those variables I don't have complete control of, because it depends on the player's gameplay.
I know you can tell things such as if the player is running, just wondered what else you can retrieve.
Does anyone has a list of all these retrievable pieces of information?
I'm not aiming to know how to make a script call, but rather to know what things can be script called.
Thank You In Advance~ :3
Last edited by a moderator:
