I have some problems with getting my players in combat. I placed multiple enemies on my map but when my players approach they don't go in combat.
What I have checked:
- Players and enemies are global
- Players are IsPlayer checked
- Enemy alignement is setted to Evil NPC
- Tried to set player aligment to Hero, didn't help.
I'm using just the MalePlayer and FemalePlayer from Root templates.
In the StoryEditor I created a _start with this in it:
INIT:
CHARACTER_Player1.isPlayer();
CHARACTER_Player2.isPlayer();
KB:
IF
GameEventSet("GAMEEVENT_GameStarted")
THEN
InitStory();
GoalCompleted;
Redone all this like 3 times, watched a lot of tutorials but still can't find it.
Anybody any tips to help me out how to get characters in combat?
Edit:
Found the answer in this thread:
http://larian.com/forums/ubbthreads.php?ubb=showflat&Number=547740#Post547740