Search results for query: *

  1. CandyCaine151

    A non-LUA player asks questions at your local SRB2

    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)...
  2. CandyCaine151

    Super custom character question

    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...
  3. CandyCaine151

    I need help giving custom color to custom character

    I am trying to figure out how to give my custom character a custom color but I don't know how to actually do that
Back
Top