- Joined
- Dec 22, 2016
- Messages
- 95
- Reaction score
- 122
- First Language
- French
- Primarily Uses
@Amarok Wow, beautiful graphics you got there 
Well, I see 2 solutions but they might not be the best!
If you are going for the multi actors route there is something you can do with YEP_UtilityCommonEvents.
I really like this script because you can run common events at the moment you close your menu for example.
Example :
Actor 1 with no weapon on ID 10
Actor 1 with weapon 1 on ID 11
Actor 1 with weapon 2 on ID 12
Actor 1 with weapon 1 on ID 13
Actor 2 with no weapon on ID 20 ...
That way if you add weapons later it will be easier to read!
When you close menu with actor 1 weapon 2 equipped, you can set up a common event that will check actor weapons (check 10,11,12,13) and change character (add then remove) (be sure to check equipment and change it too)
That way you can even display your characters with weapon equipped outside battle, and have interaction with people being afraid to talk with someone with a drawn sword)
For the second solution, there is a plugin made by SRD (common event battle intro) to display an intro as a common event (This plugin is LeTBS compatible).
You can of course not display an intro and use this to call a common event with a script call to change your characters graphics used by LeTBS at the start of each fights.
Unfortunately I do not know what the script call might be
Well, I see 2 solutions but they might not be the best!
If you are going for the multi actors route there is something you can do with YEP_UtilityCommonEvents.
I really like this script because you can run common events at the moment you close your menu for example.
Example :
Actor 1 with no weapon on ID 10
Actor 1 with weapon 1 on ID 11
Actor 1 with weapon 2 on ID 12
Actor 1 with weapon 1 on ID 13
Actor 2 with no weapon on ID 20 ...
That way if you add weapons later it will be easier to read!
When you close menu with actor 1 weapon 2 equipped, you can set up a common event that will check actor weapons (check 10,11,12,13) and change character (add then remove) (be sure to check equipment and change it too)
That way you can even display your characters with weapon equipped outside battle, and have interaction with people being afraid to talk with someone with a drawn sword)
For the second solution, there is a plugin made by SRD (common event battle intro) to display an intro as a common event (This plugin is LeTBS compatible).
You can of course not display an intro and use this to call a common event with a script call to change your characters graphics used by LeTBS at the start of each fights.
Unfortunately I do not know what the script call might be






