Recent content by Hellwalker

  1. H

    Why is changing one variable array chaning another? Need exorcist?

    Hey, Sorry for bringing this back. I didn't have time till now to work on this. The issue I discovered is connected to Variable names. When I renamed Texts into NotificationTexts in my action script. The issue was resolved. Maybe this gives a clue on what could be wrong? So, in my...
  2. H

    Why is changing one variable array chaning another? Need exorcist?

    Could it be because of this? Should I create wrapper class for NotificationData?
  3. H

    Why is changing one variable array chaning another? Need exorcist?

    Hello, Something very strange is happening with my custom action. When I change string array of one variable, a string array inside another variable is changing in Behavior Designer inspector. Here is video showing the problem: Image with variable classes:
  4. H

    WithinDistance Lineofsight Problem

    Hello, I'm using Movement Pack and WithinDistance code. And I want to use line of sight function. I'm having trouble understanding how it's supposed to work. In code on line 97 we have: Code (CSharp): if (lineOfSight.Value) { var hitTransform =...
Top