- Joined
- Jun 3, 2013
- Messages
- 642
- Reaction score
- 62
- First Language
- English
- Primarily Uses
This was giving me some problems yesterday. I thought I had figured it out - and while I did identify the problem, I still don't understand why it occurs. So I'm hoping someone can enlighten me about this. And I'm going to try and do this without posting a screen shot so people don't have to wade through a morass of variable conditions since I already know where the problem is. But if posting one becomes necessary I will.
It seems that when removing and adding states on this program - if I try to add the same state after first removing it - the command doesn't function.
Conditional Branch: [1. ] is [stateA] Inflicted
Change Enemy State: [1. ], - [stateA]
Branch End
Change Enemy State: [1. ], + [stateA]
In this example, if StateA is inflicted I remove it. Then I attempt to apply it again - but for some reason I don't understand it doesn't let me add the identical state I just removed. Is this normal?
It seems that when removing and adding states on this program - if I try to add the same state after first removing it - the command doesn't function.
Conditional Branch: [1. ] is [stateA] Inflicted
Change Enemy State: [1. ], - [stateA]
Branch End
Change Enemy State: [1. ], + [stateA]
In this example, if StateA is inflicted I remove it. Then I attempt to apply it again - but for some reason I don't understand it doesn't let me add the identical state I just removed. Is this normal?
Last edited by a moderator:





