- Joined
- Jan 18, 2023
- Messages
- 6
- Reaction score
- 1
- First Language
- English
- Primarily Uses
- RMVXA
Hello everyone.
As the title says, im trying to make a shin megami tensei fan game and i want it to be as similar as the games as possible.
If you don't know about this franchise, there's a mechanic which allows the player to talk to the enemy and request things such as money, items or even join you.
Im trying to recreate that in my game with the script ''Command: Enemy Talk'' by tsukihime, and there's an option to make the script check which actor is currently talking to the enemy, allowing the dev to make different dialogues for each party member when talking to the enemy.
Problem is, i can't get it to work, i can make conversations but not for each party member, they all have the same dialogues.
This is the code that needs to be used so the script can check the actor that is talking: $game_temp.talking_actor
On tsukihime's page says that it needs to be put on conditional branches, but even then it still shows the same text for every party member, maybe it needs to be specified how to make the script recognize each actor? if so, then how? please help!
As the title says, im trying to make a shin megami tensei fan game and i want it to be as similar as the games as possible.
If you don't know about this franchise, there's a mechanic which allows the player to talk to the enemy and request things such as money, items or even join you.
Im trying to recreate that in my game with the script ''Command: Enemy Talk'' by tsukihime, and there's an option to make the script check which actor is currently talking to the enemy, allowing the dev to make different dialogues for each party member when talking to the enemy.
Problem is, i can't get it to work, i can make conversations but not for each party member, they all have the same dialogues.
This is the code that needs to be used so the script can check the actor that is talking: $game_temp.talking_actor
On tsukihime's page says that it needs to be put on conditional branches, but even then it still shows the same text for every party member, maybe it needs to be specified how to make the script recognize each actor? if so, then how? please help!