You reference stuff for a reason:
Use the Validated Get
variable elsewhere in your script so you do not need to have wires snaking all over the place.
And if you need to access the pawn elsewhere. Do the cast elsewhere. Do not reuse pins from other exec branches unless it’s a SET node whose right hand side pin acts as a GET.
- this is not OK:
- this may be acceptable:
- ideally you would:
i tought that wouldn’t matter that much scince logic is working
I’ll admit that I do not understand what the script is supposed be doing.