Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

RPG Maker Action Combat - RPG Maker MZ Plugin

Create high quality ABS, action games right inside RPG Maker · By Sang Hendrix

[ANSWERED] Directional attacks and weapon swap

A topic by noside28 created 34 days ago Views: 60 Replies: 1
Viewing posts 1 to 2

Great work. It's a bit overwhelming for me. Can you guide me how to make the player perform sword slash and cast into the mouse position? I tried copy pasting the script from the gun but I all I got is an error. Also how do I approach having switchable weapons? like when I press Q or E, it will swap from available weapons in the inventory. Where can we post bugs?

Developer (1 edit) (+1)

Hi hi. Firstly to report bugs or asking for help, please visit Discord: https://discord.gg/YKPscqHV8b

To quickly switch to available weapon in inventory, simple add a conditional branch Input.isTriggered('your button') then under it call command from Action Combat: Equip Next Weapon, done.

To make sword slash, there are 2 ways but I don't know which want you want yet so visit the Discord and tell me there :D