Custom Event Not Working Properly!

3 Likes

The variable ‘custom event log’ is the correct type, but it is not assigned.

Yes, it’s a reference, but it’s not referring to anything. You need to ‘point it’ at something.

In your case, you could use something like

and then later

1 Like

I think you still have the same ( sort of ) problem :slight_smile:

The variable ‘Custom Event LOG’ has to be pointing at the actual widget you have made.

Before, it was pointing at nothing. Now it’s pointing at the correct sort of object, but it’s still not the actual one you made with ‘create widget’.

When you create the widget, you get a reference ( if you can get that to your AI )

Or, try a delay node here

It’s hard to see exactly what your setup is, but something along these lines…