This event refuses to work on the first press of a control (I have to press it twice for it to start working, its weird)
Okay... So I have a private variable (guntype) on my characters "arm" - when I press X - it toggles the guntype to fire different bullets
default guntype value is 0
if X is pressed and the value is 0 - set value to 1
if X is pressed and the value is 1 - set value to 2
if X is pressed and the value is 2 - set value back to 0
That is the gist of it, but as I said above, it doesn't actually start changing the value until I press it the second time. AFTER I've pressed it the second time, it works like a charm, its just weird that I have to press X once with no effect, and only then am able to toggle the weapon properly.
Forgive me if I've made a really dumb mistake or explained my problem poorly, I just started seriously using the program a couple days ago.
Weapons Test <-- thats the cap, the 3 events that control toggling the private variable value are bookmarked at the bottom of the event sheet.