Copy rule across actor does display right side of =
robert.mccarthy
Member Posts: 165
Just a bug I have seen, not sure if others have.
If I copy a rule from one actor to another, when I look at the rule I have copied I notice that the right side of the 'if' doesn't display. It is only when you exit the actor and go back that it displays:
So a rule should show:
Attribute self.size = game.size
When in fact it would show:
Attribute self.size =
If I copy a rule from one actor to another, when I look at the rule I have copied I notice that the right side of the 'if' doesn't display. It is only when you exit the actor and go back that it displays:
So a rule should show:
Attribute self.size = game.size
When in fact it would show:
Attribute self.size =
Comments