NINESOUND'S PROFILE
Search
Filter
Custom Action AI (Enemy Skill use AI)
<Skill_Use_AI: 35>
Remove_If: t.state?(2)
Sort_by: t.hp
Select_First
</Skill_Use_AI>
<Skill_Use_AI: 36>
Remove_If: t.state?(3)
Sort_by: t.hp
Select_First
</Skill_Use_AI>
<Skill_Use_AI: 37>
Remove_If: t.state?(4)
Sort_by: t.hp
Select_First
</Skill_Use_AI>
only in accordance with the order to cast skills?
If want a random order feasible?
For example:
37>35>36
36>35>37
......More
Remove_If: t.state?(2)
Sort_by: t.hp
Select_First
</Skill_Use_AI>
<Skill_Use_AI: 36>
Remove_If: t.state?(3)
Sort_by: t.hp
Select_First
</Skill_Use_AI>
<Skill_Use_AI: 37>
Remove_If: t.state?(4)
Sort_by: t.hp
Select_First
</Skill_Use_AI>
only in accordance with the order to cast skills?
If want a random order feasible?
For example:
37>35>36
36>35>37
......More
Pages:
1













