Change IsPlayer using Sequencer
Posted: Thu Feb 10, 2022 11:54 am
Hi there !
I was wondering if there was any easy way to change the IsPlayer bool using a sequencer. I've got certain NPCs that I'd like to get on the left side (Player side) of the dialogues for certain conversation. Do I have to create a custom script or can that be done built-in with a sequencer command?
At the moment, I'm trying this, but it doesn't work (really not sure SetVariable is the right thing to use here):
SetVariable(NonPlayer.isPlayer, true);
Thanks !
Dave
I was wondering if there was any easy way to change the IsPlayer bool using a sequencer. I've got certain NPCs that I'd like to get on the left side (Player side) of the dialogues for certain conversation. Do I have to create a custom script or can that be done built-in with a sequencer command?
At the moment, I'm trying this, but it doesn't work (really not sure SetVariable is the right thing to use here):
SetVariable(NonPlayer.isPlayer, true);
Thanks !
Dave