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
   Is there a script to make train actors face the same way as the player? Ace_V 12 1,689 04-07-2026, 10:01 AM
Last Post: Ace_V
   Actors & enemies without Morale Bennerdeben 4 7,849 07-15-2023, 06:21 PM
Last Post: Bennerdeben
   Possible to move battle actors when escaping? NewHope 8 21,761 07-27-2012, 06:14 AM
Last Post: NewHope
   Getting actors name? PK8 0 6,096 07-13-2009, 06:35 PM
Last Post: PK8



Users browsing this thread: 1 Guest(s)