I have a script (credit to Shock for it) that allows me to shoot a gun my character is equipped with and I have some questions related to the script.
addHook("ThinkFrame", do
for player in players.iterate
if player.mo and player.mo.skin == "bob"
if not (player.mo.fire)...
simply I have a script that allows my custom character to shoot it's gun (credit to Shock for the script) but I have to press it for 1 bullet. But in super form I want it to be like a minigun (for some reason) so I ask, how do I make that happen?
addHook("ThinkFrame", do
for player in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.