Checking attributes on other actors
Saphaa
Member Posts: 2
If actor A and B collide can i add a rule on actor A to check an attribute on actor B?
Comments
You can do this two ways.
You can make a global (game) attribute that both actors can see or . . .
You can unlock one of the actors in the scene and then access the other actor's attributes.
Sorry just started using this yesterday have watched about 6 hrs of video tutorials.
Can you give a please explain the unlock method to view other characters attributes?
You place your actor into the scene like normal - you then double click, you will get a big lock image, click to unlock, now this actor will have access to other actor's attributes (through the normal behaviours and rules).
But - note - now that this actor has been orphaned from it's prototype (the 'master' version of the actor in the actor panel), any changes made to the prototype will not be reflected in the unlocked actor.
ok tyvm