Skip to content

Commit

Permalink
Added i^battle_isThisPcActive^ to EEF
Browse files Browse the repository at this point in the history
  • Loading branch information
Archer30 committed May 3, 2024
1 parent 7602974 commit 3d9dcef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Era Erm Framework/Data/s/9999 era - stdlib.erm
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ ZVSE2

!?FU(OnBattleScreenMouseClick);
!!FU(EnterMouseEvent):P;
!!OW:C?t/?(activePcPlayer:y);
!!VRi^battle_isThisPcActive^:S(FALSE);
!!VRi^battle_isThisPcActive^&i^battle_owner_%i(battle_current_side)^=(activePcPlayer):S(TRUE);

!?FU(OnAdventureMapLeftMouseClick);
!!FU(EnterMouseEvent):P;
Expand All @@ -184,6 +187,9 @@ ZVSE2

!?FU(OnBattleMouseHint);
!!FU(EnterMouseEvent):P;
!!OW:C?t/?(activePcPlayer:y);
!!VRi^battle_isThisPcActive^:S(FALSE);
!!VRi^battle_isThisPcActive^&i^battle_owner_%i(battle_current_side)^=(activePcPlayer):S(TRUE);

!?FU(OnTownMouseHint);
!!FU(EnterMouseEvent):P;
Expand Down

0 comments on commit 3d9dcef

Please sign in to comment.