Anyone here using YEP absorption barrier withe LETBS?
Edit. Need help making a charge skill. Medium complexity.
I want user to charge forward 3 spaces and deal damage to enemy in front of user. so far this is what i threw together but it still isnt quite right.
"charge": [
"play_pose: user, atk",
"wait: 10",
"effects: {aoe}_battlers, current_obj, obj_anim",
"directional_anim: user, user, 126, 127, 128, 129",
"wait: 20",
"move_to_cell: user, cursor_cell, true",
"look_at: user, cursor_cell",
"play_pose: user, atk",
"wait: 10",
"effects: {aoe}_battlers, current_obj, obj_anim",
"if: i****('{aoe}_battlers')",
"set_speed: {aoe}_battlers, +6",
"push: {aoe}_battlers, user_cell, $1",
"set_speed: {aoe}_battlers, reset",
"end_if",
"wait: 60"
],