Run-time error
Plugin: XyjNewBattle (called from world: mep)
Function/Sub: on_battle_buff called by trigger
Reason: processing trigger ""
[string "Plugin"]:549: attempt to index field '?' (a nil value)
stack traceback:
[string "Plugin"]:549: in function <[string "Plugin"]:545>
Error context in script:
545 : function on_battle_buff(name, line, wildcards)
546 : battle_buff_step = battle_buff_step + 1
547 : if battle_buff_step == 0 then return end
548 : if not battle_target_use_hair then
549*: temp_battle_buff_pk_list[#temp_battle_buff_pk_list+1] = battle_check_pk_list[battle_buff_step][2]
550 : end
551 : battle_target_use_hair = false
552 : if name == "buffend" then
553 : EnableTriggerGroup("battle_buff",false)