How do I make a function's parameter the object for an instanced variable?
So basically what I'm trying to do is "(Function.Param(0)).FlipDown"
(FlipDown being the instanced variable in the object named by "Function.Param(0)" )
Is it even possible to name an object using the Function.Param(0)? Can I do it through global variables? Thanks, if you need more details, ask.