Hey there!
I'm trying to add a function that is a broad controller for moving NPC's in my game, but I need to input specifically what type of Object I need to move (I already know how to get the Object's UID I just need to determine what object type I'm looking for, ex: Object: Enemy)
So I'm trying to make a script inside of a function I've created and I'm trying to get the value of one of the function's parameters inside of that script. For example:
- Function
- Parameter "Amount"
- Script inside the function
- Access "amount" inside of that script
Alternatively is it possible to input an object type into a parameter using the visual scripting in event sheets?
Sorry if this is poorly explained, I'm having trouble putting this idea into words!
Thanks in advance.