05-03-2014, 03:46 PM
OK, I'm rather new in AI and don't know how to do few things:
1. How can I add an armor to my character? Like this of Louis, Knight or Julian?
2. How can I make my char do his attack only when there are more than one enemy in the area? Is there something like target1 and target2?
3. I have some skill that last for as long as we want(i.e. charging mp) and I want to stop it under certain conditions, but adding i.e. "if(self.mp>450) {D();}" doesn't seem to work
4. I know I've seen this somewhere but can't find it anymore... How can I check if some enemy attack is flying toward me so I can perform shield?
1. How can I add an armor to my character? Like this of Louis, Knight or Julian?
2. How can I make my char do his attack only when there are more than one enemy in the area? Is there something like target1 and target2?
3. I have some skill that last for as long as we want(i.e. charging mp) and I want to stop it under certain conditions, but adding i.e. "if(self.mp>450) {D();}" doesn't seem to work
4. I know I've seen this somewhere but can't find it anymore... How can I check if some enemy attack is flying toward me so I can perform shield?