mmmh my bad, there was a function in another state not getting called,
funcrtion NormalFunction()
{
`log("FROM Actor normalFunction ");
}
State NptNormalState
{
function NormalFunction()
{
//It doesent do anyth8ing here
}
}
a big misconception
But anyways idk why there’s one of my particles that aint working