Hey Guys
I have a model with the following action attached:
action ziela()
{
my.ENABLE_IMPACT = ON;
my.emask |= ENABLE_IMPACT;
my.event = level_A();
my.lightrange = 700;
.......
But the Entity doesn´t react when the player hits her.
Further I get an "Unknown Parameter" Error for my.emask.
I´m new to Lite-C and my script is an old C-Script from 3 years ago so I don´t understand the half of what I wrote in the past.If someone has an idea please answer.