Twisted Bean Posted April 17, 2020 (edited) I'm trying to create a sword type weapon, similar to the one's from the latest Shadow Warrior games with the sword movement being randomized while standing or directed with movement, with special attacks and everything, but i'm struggling to figure out the best way to make it re fire by mashing the mouse button instead of endlessly looping by holding it, without holding or charging attack. Edited April 17, 2020 by Twisted Bean 0 Share this post Link to post
Kut Posted April 17, 2020 This should be in Editing Questions. To make the weapon fire per mouse click, simply don't add the A_ReFire function to weapon's state. To make the weapon go to randomized states, use the A_Jump action with 255 chance, to ensure it will always be randomized. 0 Share this post Link to post
Twisted Bean Posted April 17, 2020 (edited) 12 minutes ago, Kut said: This should be in Editing Questions. To make the weapon fire per mouse click, simply don't add the A_ReFire function to weapon's state. To make the weapon go to randomized states, use the A_Jump action with 255 chance, to ensure it will always be randomized. Don't have A_ReFire function, if i did id look like even more of a fool than i do now. 0 Share this post Link to post
Twisted Bean Posted April 17, 2020 How do i delete this now? I haven't been on this site for so long, i'm so confused, i need my oldman medicine 0 Share this post Link to post