RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

Access Active Battler from Window_BattleStatus?

Started by shintashi, October 20, 2011, 08:29:18 PM

0 Members and 1 Guest are viewing this topic.

shintashi

I'm trying to figure out how to access attributes of the current active battler (actors only) so I can post one of their attributes in the the Window_BattleStatus. I don't want to post all four actors' stats, just the current active one.

I've tried a lot of ways, like   

@actor = $game_party.actors[actor_index]

and

@actor =@active_battler


but I keep getting nil errors.