Hello, I am having trouble with the story editor, and the engine itself, trying to get a standard dummy to spawn and test out story scripts. About half the time, I get an origin character to spawn. Is there a way that the generic dummy/custom character can only spawn?


IF
CharacterEnteredTrigger(_char,S_Trigger_Bartender_Favor_3b7a884b-f98f-4a8b-8b2d-614d29eaff64)
THEN
DisplayText(Humans_Female_Bartender_d46b1a2c-16db-4558-83d1-1cfe4f41d822,"Hey, you! Come over here!");


If an origin character spawns, the "_char" (or player) will not work usually. Any tips for this situation. Thanks in advance.


G