- Joined
- Jun 7, 2014
- Messages
- 9
- Reaction score
- 2
- Primarily Uses
Hey folks,
I'm trying to create a class change system where the user can change their class anywhere, anytime. So far, I have created an item that will call a common event to give you a choice among all the current members of your party (using text to display \P[n], so that it displays all your current party member's names as choices)
This part works fine. What I need help with is for the event to be able to tell WHICH name was selected. Since variables are only numeric, and there is no conditional branch to help with what \P[n] is, is there some sort of script I could use that would be able to say something like:
If \P[1] = Bob, then do this
this would save me MANY troubles, because if there's no solution then I imagine I'll have to create a million conditional branches for "if so and so" is in party and all the possible combinations
any help appreciated
I'm trying to create a class change system where the user can change their class anywhere, anytime. So far, I have created an item that will call a common event to give you a choice among all the current members of your party (using text to display \P[n], so that it displays all your current party member's names as choices)
This part works fine. What I need help with is for the event to be able to tell WHICH name was selected. Since variables are only numeric, and there is no conditional branch to help with what \P[n] is, is there some sort of script I could use that would be able to say something like:
If \P[1] = Bob, then do this
this would save me MANY troubles, because if there's no solution then I imagine I'll have to create a million conditional branches for "if so and so" is in party and all the possible combinations
any help appreciated

