Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Help with Computer controlled actors and AIBC
#9
it's super easy!

find (control+shift+F)
Code:
if $data_skills[skill_id].is_healing? && @actor.skill_can_use?(skill_id)
and replace it with
Code:
if $data_skills[skill_id].is_healing? && @actor.trick_aibc_actor_skill_can_use?(skill_id)

The naming is counter-intuitive. trick_aibc_actor_skill_can_use? is actually the old, unmodified skill_can_use? that was replaced with the one in AIBC. We call this aliasing.
Reply }


Messages In This Thread
RE: Help with Computer controlled actors and AIBC - by MechanicalPen - 07-07-2013, 09:47 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Actors & enemies without Morale Bennerdeben 4 1,438 07-15-2023, 06:21 PM
Last Post: Bennerdeben
   Possible to move battle actors when escaping? NewHope 8 12,565 07-27-2012, 06:14 AM
Last Post: NewHope
   Getting actors name? PK8 0 3,738 07-13-2009, 06:35 PM
Last Post: PK8



Users browsing this thread: