Sorry but this is maybe the most annyoing problem I ever had

I downlaoded Intense X, used the Waypoints: GREAT! And FRee so its awesome.
Now, I want to attach an action in Wed to my Entity which is also in use with intense x as npc to go along waypoints. The action isnt even started. And this ix_getEntity also doenst work for me, but I really did everything right i thought.
void robot()
{
my = ix_getEntity("Wache");
my.pan += 90;
}
Isnt working, gives an crash. The Name of the NPC is "Wache" and if i also check in the main fucntion like:
ENTITY* robot = ix_getEntity("Wache");
if(robot)
{
beep();
}
it isnt beeping. So there is no entity.