Hi, so right now I have a small problem that I dont exactly understand why its happening, it seems to be happening with every Event I fire, and every script I create when placed in an Actor
.
When I just use the Script by Itself without any Actors
, It works as normal, firing code as intended, everytime fires only once.
However When I place the Script in an Actor
with, or without connecting anything using Parallel, The Code for some reason fires twice, instead of once, after checking again, and again, I dont know why this happens, it just for some reason firing twice.
Checking through every single Script, It is only Connected once, and fired once by another Event, but even after checking the Event that fires it, its Connected once, and it fires once.
What could be causing this?