Random Commands & Command on Shoot with certain Bullet Count Execution #302


  • New
  • Enhancment
Open
Assigned to shampaggon
  • _ForgeUser8733065 created this issue Jul 25, 2015

    Since the new Command on Shoot Ability got released how about an tiny enhancement that all the Commands you listed in the Command on Shoot will Execute 1 Command Randomly:

    For Example:

    Run_Command:
            - "$command_1"
            - "$command_2"
            - "$@console_command_1"
            - "$@console_command_2"

    If all commands include a "$" behind of the Command that means 1 Command will be choosen upon shot instead of all at the same time.

    Run_Command:
            - "$command_1"
            - "command_2"
            - "@console_command_1"
            - "$@console_command_2"

    If only some have a "$" behind of the Command it will execute all Commands without the "$" and will randomly choose one Command that has a "$" behind it.

    Now my Second Suggestion will also apply to the Command on Shot Ability, If you shoot your Gun with a Certain Bullet Amount then a Command that has been set for this Bullet amount will be executed

    Example:

    Run_Command:
            - "30|command_1"
            - "29|command_2"
            - "28|@console_command_1"
            - "27|@console_command_2"

    (You can set the Command for a Bullet Amount by typing "00|" behind the Command, 00 = Your Bullet count you want)
    The first Command will be executed upon shooting with a Bullet Amount of 30, the Second upon 29 ect.

    I hope you can add this CrackShot.

  • _ForgeUser8733065 added the tags New Enhancment Jul 25, 2015
  • _ForgeUser8733065 edited title Jul 25, 2015

To post a comment, please login or register a new account.