Hello!
I have been trying to make a hotspot that switches the player between two characters. The problem is that whenever the hotspot is clicked the console says that the player cannot switch because the player is already controlling the correct character.
Also, when I have been using player check (which includes this instance) if the condition is not met the action list or interaction will not skip the action I assign it to skip and continues through the action list. I think this is the problem, but I don't know how to fix it.
http://imgur.com/a/ZvYP4If anyone knows how to fix this I would really appreciate it.
Comments
Your first ActionList's Player: Check Action has both outputs re-routing to Action 1. The "Continue" output will go to the next action (1), while the "Skip" output skips to that same one.
It's recommended to use the ActionList Editor window to help you visualise the way Actions are redirected due to "check" Actions.
Sorry about all of my horrible newbie questions.