Blaster-Question: How to use two separate Trigger Buttons

Hello friends,
I have searched the forum for an answer to my question and unfortunately could not find anything. In the hope that I have not overlooked anything, I would like to ask my question here:

I would like to build a blaster with two separate buttons: Button 1=Fire and Button 2=Stun.
No Mode switch or anything.
Is there a way to do this?

Thank you a lot.
Best regards,
Markus

It would require making some changes to the blaster prop code.

Thank you very much for the quick reply.
I had already thought that. The buttons are defined here.
Unfortunately, I know very little about programming.
Can you give me a hint on how to go about it?

You basically have two choices.

  1. Learn a little (more) programming.
  2. Get someone else to do it.

(1) is fun, but it takes time and effort
(2) can be quick and easy, or impossible, depending on who you ask.

If you choose one, do a C++ primer and read this page:

Then come back and ask some questions. :slight_smile:

Ok thank you :slight_smile: