I've gotten it to work so I can change the angle of a sprite from within an action
is it possible to get variables you create for an object from an object taken as a parameter
for instance:
MyPlugin has a variable I'd like to be accessible like Angle is on sprites, call it MyValue
MyPlugin2 has an action where you can choose a MyPlugin Object as a parameter
and it will retrieve and change MyValue
is that possible?,
and how?
because object->info seems to be only for retrieving values declared in the RunObjectHeaderInfo struct