Tythestickman
Well-known member
I'm making an useful addon/tool for devs that allow them to easily skip levels just by clicking. But BT_FIRE wont work for some reason. Is it a different key/name?
This is the code.Hmm, I think you used it incorrectly. I'll try to help you. Could you show me some of the code? If there's anything wrong, I'll point it out.
where did you find it? i was trying to find the correct command names for the basic inputs, but i never found themI saw the srb2 wiki, the correct form is BT_ATTACK instead of BT_FIRE.
yo thanks, pretty weird to me that it's attack instead of fireI saw the srb2 wiki, the correct form is BT_ATTACK instead of BT_FIRE.
rawset(_G,"BT_FIRE",BT_ATTACK) globally, or define local BT_FIRE = BT_ATTACK to use it only in this script, Generally, put it at the top of your script (optional: with a comment to make it look nice), then below, you write your beautiful and magnificent script and then run the script.I remember I used to put a lot of comments in my scripts from my main mod🫠