- Joined
- Jun 14, 2015
- Messages
- 104
- Reaction score
- 18
- First Language
- ENGLISH
- Primarily Uses
- RMMV
I saw a video related to this here:
but so much I still am trying to understand. The video seems to focus only on specific party members.
For example, if you have a "separate benched" party of say 20 characters outside your usual 3 or 4 party members and want to fuse one of them with a current party member?
How do you check for a specific party member being fused with that one? Guessing variables are involved.
Another thing not covered on the video.
Skills. for example:
If party member 1 only learns skills 1, 2, and 3, but is only level 7 and so only knows skills 1, and 2 and is fused with party member 15 who knows skills 20,21, and 22. They create actor 35 who naturally learns skills 27, 30, and 34 BUT, because they were fused from party member 1 and 15 they can learn the skills they both knew by level up and naturally learn all of them by level up EVEN IF party member 1 didn't learn skill 3 due to being too low level.
I guess my main question is how to check for all of these combinations and ifs. I thought about it and it seemed like a complicated mess of conditional branches combined with variables checking for every possible combination of specific skills and actor ids via fusion, etc. and am wondering if there's some easy way to resolve all of it. I know there is a way somehow.
I am not familiar with JavaScript if that matters.
I am not sure if this is the best forum to post this either. There was a link to a "javascript request board" but it didn't' work.
^--
but so much I still am trying to understand. The video seems to focus only on specific party members.
For example, if you have a "separate benched" party of say 20 characters outside your usual 3 or 4 party members and want to fuse one of them with a current party member?
How do you check for a specific party member being fused with that one? Guessing variables are involved.
Another thing not covered on the video.
Skills. for example:
If party member 1 only learns skills 1, 2, and 3, but is only level 7 and so only knows skills 1, and 2 and is fused with party member 15 who knows skills 20,21, and 22. They create actor 35 who naturally learns skills 27, 30, and 34 BUT, because they were fused from party member 1 and 15 they can learn the skills they both knew by level up and naturally learn all of them by level up EVEN IF party member 1 didn't learn skill 3 due to being too low level.
I guess my main question is how to check for all of these combinations and ifs. I thought about it and it seemed like a complicated mess of conditional branches combined with variables checking for every possible combination of specific skills and actor ids via fusion, etc. and am wondering if there's some easy way to resolve all of it. I know there is a way somehow.
I am not familiar with JavaScript if that matters.
I am not sure if this is the best forum to post this either. There was a link to a "javascript request board" but it didn't' work.
^--