can i add more then 1 signal to a kinematic body?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By MrGwasty

i have the hitbox of my player have a signal body_entered so he can take dmg and also receive dmg BUT i needed to make a portal for my levels so i followed a quick tutorial that needs the hitbox of the player to have on hitbox area area entered so i did it but the old signal disappeared so i thought it might be bc i added a new signal any help on that?

:bust_in_silhouette: Reply From: USBashka

You have tried to connect the same signal to the same script where already was function? You shuld just write the portal holder in that function in if statement. Something like this:

if body.name == "Portal":
     # Here what you want to do in that case