Event firing Twice when using an Actor

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?

1 Like

So I did i bit more digging, and after testing by printing a couple of things, it turns out to be the entire Script firing Twice, I dont understand how this is happening.

There isnt more than one Script firing the same code, its only one Function that is Parented to an Actor

Fixed it, Turns out i was firing a function twice without seeing it.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.