Branding Script Error. #28


  • New
  • Defect
Open
Assigned to _ForgeUser7440545
  • _ForgeUser10514267 created this issue Jan 17, 2014

    What steps will reproduce the problem?
    1. use the branding scrip on the advanced examples page.

    What is the expected output? What do you see instead?

    Unknown procedure "_cb" :: InvalidProcedureException:plugins\CommandHelper\config.txt:15

    What version of the product are you using?
    3.3.0

    Do you have an error log of what happened?
    [15:37:16 INFO]: Unknown procedure "_cb" :: InvalidProcedureException:plugins\CommandHelper\config.txt:15

    Please provide any additional information below.
    Also does it with /unbrand

  • _ForgeUser10514267 added the tags New Defect Jan 17, 2014
  • _ForgeUser10514267 posted a comment Jan 17, 2014

    Yes it is ment to be _cb (it also does it when it is _bc)


    Edited Jan 17, 2014
  • _ForgeUser10514267 posted a comment Jan 17, 2014

    Yes it is ment to be _cb (it also does it when it is _bc)

    Here is my entire config:

    #BRANDING
    ~mod/admin/op:/brand $user $brand =  >>>
        /pex user $user suffix concat('&e[', $brand, ']&8')
        _bc($user has been branded $brand )
    <<<
    ~mod/admin/op:/unbrand $user = >>>
        /pex user $user suffix ""
        _bc($user . ' has been unbranded')
    <<<
    ~mod/admin/op:/brand $user $brand $ = msg('You can only brand with a single word')
    

    Edited Jan 17, 2014

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